]> git.mxchange.org Git - friendica.git/blob - view/photo_edit.tpl
photo editing
[friendica.git] / view / photo_edit.tpl
1
2 <form action="photos" method="post" id="photo_edit_form" >
3
4         <label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
5         <input type="text size="64" name="desc" value="$caption" />
6
7         <label id="photo-edit-tags-label" for="photo-edit-tags-textarea" >$tag_label</label>
8         <textarea name="tags" id="photo-edit-tags-textarea">$tags</textarea>
9
10         <input type="submit" name="submit" value="$submit" />
11 </form>