aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_edit.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-03 15:13:38 -0800
committerFriendika <info@friendika.com>2011-02-03 15:13:38 -0800
commite2c8bedfe57501f0ac15b09c053f603ea99344d6 (patch)
treed3076c3374007b68cedca6ff0d2d369adbc1eeea /view/photo_edit.tpl
parent01cd7cc9f2d811889cebcd410000b03742ded176 (diff)
downloadvolse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.gz
volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.bz2
volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.zip
allow changing album name in photo edit page
Diffstat (limited to 'view/photo_edit.tpl')
-rw-r--r--view/photo_edit.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl
index a40e3fef6..bf8563b3c 100644
--- a/view/photo_edit.tpl
+++ b/view/photo_edit.tpl
@@ -3,6 +3,12 @@
<input type="hidden" name="item_id" value="$item_id" />
+ <label id="photo-edit-albumname-label" for="photo-edit-albumname">$newalbum</label>
+ <input id="photo-edit-albumname" type="text" size="32" name="albname" value="$album" />
+
+ <div id="photo-edit-albumname-end"></div>
+
+
<label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
<input id="photo-edit-caption" type="text" size="84" name="desc" value="$caption" />