]> git.mxchange.org Git - friendica.git/blobdiff - view/photo_edit.tpl
darkzero theme, dark variant of duepuntozero
[friendica.git] / view / photo_edit.tpl
index 7b579492f793cc218286dfa23a90974f048314ae..ceb1ddca3c059f0ee243298cd7617e006f823d25 100644 (file)
@@ -1,11 +1,37 @@
 
-<form action="photos" method="post" id="photo_edit_form" >
+<form action="photos/$nickname/$resource_id" method="post" id="photo_edit_form" >
+
+       <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 type="text size="64" name="desc" value="$caption" />
+       <input id="photo-edit-caption" type="text" size="84" name="desc" value="$caption" />
+
+       <div id="photo-edit-caption-end"></div>
+
+       <label id="photo-edit-tags-label" for="photo-edit-newtag" >$tag_label</label>
+       <input name="newtag" id="photo-edit-newtag" size="84" title="$help_tags" type="text" />
+
+       <div id="photo-edit-tags-end"></div>
+
+       <div id="photo-edit-perms" class="photo-edit-perms" >
+               <div id="photo-edit-perms-menu" class="fakelink" onClick="openClose('photo-edit-perms-select');" >$permissions</div>
+               <div id="photo-edit-perms-menu-end"></div>
+
+               <div id="photo-edit-perms-select" style="display: none;" >
+       
+               $aclselect
+
+               </div>
+       </div>
+       <div id="photo-edit-perms-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>
+       <input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" />
+       <input id="photo-edit-delete-button" type="submit" name="delete" value="$delete" onclick="return confirmDelete()"; />
 
-       <input type="submit" name="submit" value="$submit" />
+       <div id="photo-edit-end"></div>
 </form>