mirror of https://github.com/friendica/friendica
parent
5933f13ab7
commit
c9d8211ae7
@ -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>
|
||||
|
Loading…
Reference in new issue