aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_edit.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-08 01:58:26 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-08 01:58:26 -0700
commitc9d8211ae73332b6c4e91d82ba06275b92d7523a (patch)
tree8a3a35745be170d37bcb65613c585d96865749de /view/photo_edit.tpl
parent5933f13ab72337554d5fa23a064a3f61f3dee5e4 (diff)
downloadvolse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.gz
volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.bz2
volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.zip
photo editing
Diffstat (limited to 'view/photo_edit.tpl')
-rw-r--r--view/photo_edit.tpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl
index 7b579492f..e50637578 100644
--- a/view/photo_edit.tpl
+++ b/view/photo_edit.tpl
@@ -1,11 +1,17 @@
-<form action="photos" method="post" id="photo_edit_form" >
+<form action="photos/$id" method="post" id="photo_edit_form" >
+
+ <input type="hidden" name="item_id" value="$item_id" />
<label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
- <input type="text size="64" name="desc" value="$caption" />
+ <input id="photo-edit-caption" type="text" size="64" name="desc" value="$caption" />
+
+ <div id="photo-edit-caption-end"></div>
<label id="photo-edit-tags-label" for="photo-edit-tags-textarea" >$tag_label</label>
<textarea name="tags" id="photo-edit-tags-textarea">$tags</textarea>
+ <div id="photo-edit-tags-end"></div>
<input type="submit" name="submit" value="$submit" />
+ <div id="photo-edit-end"></div>
</form>