aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_edit.tpl
diff options
context:
space:
mode:
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" />