aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-02-27 21:40:00 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-02-27 21:40:00 +0100
commitc5333b518781068d866805778e2823ef6f9d40ea (patch)
treecdcd55f18150c66b43387c4bf2e6de5b2057f252 /view/tpl/photo_view.tpl
parentcf5383fdbe273af6b3858e216b313124fd125cf6 (diff)
parent2d045a12bf8ecb93a2424c07e28e6a2d0b9288e9 (diff)
downloadvolse-hubzilla-c5333b518781068d866805778e2823ef6f9d40ea.tar.gz
volse-hubzilla-c5333b518781068d866805778e2823ef6f9d40ea.tar.bz2
volse-hubzilla-c5333b518781068d866805778e2823ef6f9d40ea.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-xview/tpl/photo_view.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 867a1e87b..bd5e68027 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -36,6 +36,7 @@
<div id="photo-edit" class="section-content-tools-wrapper">
<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form">
<input type="hidden" name="item_id" value="{{$edit.item_id}}" />
+ {{* album renaming is not supported atm.
<div class="form-group">
<label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$edit.newalbum_label}}</label>
<input id="photo-edit-albumname" class="form-control" type="text" name="albname" value="{{$edit.album}}" placeholder="{{$edit.newalbum_placeholder}}" list="dl-albums" />
@@ -49,6 +50,7 @@
</datalist>
{{/if}}
</div>
+ *}}
<div class="form-group">
<label id="photo-edit-caption-label" for="photo-edit-caption">{{$edit.capt_label}}</label>
<input id="photo-edit-caption" class="form-control" type="text" name="desc" value="{{$edit.caption}}" />