]> git.mxchange.org Git - friendica.git/blob - view/photo_edit.tpl
allow community page members to upload photos and assorted other stuff which was...
[friendica.git] / view / photo_edit.tpl
1
2 <form action="photos/$nickname/$resource_id" method="post" id="photo_edit_form" >
3
4         <input type="hidden" name="item_id" value="$item_id" />
5
6         <label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
7         <input id="photo-edit-caption" type="text" size="84" name="desc" value="$caption" />
8
9         <div id="photo-edit-caption-end"></div>
10
11         <label id="photo-edit-tags-label" for="photo-edit-newtag" >$tag_label</label>
12         <input name="newtag" id="photo-edit-newtag" size="84" title="$help_tags" type="text" />
13         <div id="photo-edit-tags-end"></div>
14
15         <input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" />
16         <input id="photo-edit-delete-button" type="submit" name="delete" value="$delete" onclick="return confirmDelete()"; />
17
18         <div id="photo-edit-end"></div>
19 </form>