aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-27 16:29:13 -0800
committerredmatrix <git@macgirvin.com>2016-02-27 16:29:13 -0800
commitcd5630476fd9637a76bae81a22d2891f626aebea (patch)
treedf26eb4a40f91d47886581ccfd1e976e902956f0 /view/tpl/photo_view.tpl
parentf7f20c5917a8e381118cc13fade0dbc3da2423ee (diff)
parent44797fe988af093710ddba5d93146da93b7d7f70 (diff)
downloadvolse-hubzilla-cd5630476fd9637a76bae81a22d2891f626aebea.tar.gz
volse-hubzilla-cd5630476fd9637a76bae81a22d2891f626aebea.tar.bz2
volse-hubzilla-cd5630476fd9637a76bae81a22d2891f626aebea.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
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}}" />