]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/photo_edit.tpl
"min_poll_interval" moved as well
[friendica.git] / view / templates / photo_edit.tpl
index 8b22dfb44cd682756b382c891dbf6e9017ace0c1..512eaf73bf06b62d887169183ab6d7add9b2613d 100644 (file)
@@ -1,6 +1,5 @@
 
-
-<form action="photos/{{$nickname}}/{{$resource_id}}" method="post" id="photo_edit_form" >
+<form action="photos/{{$nickname}}/image/{{$resource_id}}/edit" method="post" id="photo_edit_form">
 
        <input type="hidden" name="item_id" value="{{$item_id}}" />
        <input type="hidden" name="origaname" value="{{$album.2}}" />
        {{include file="field_radio.tpl" field=$rotate_cw}}
        {{include file="field_radio.tpl" field=$rotate_ccw}}
 
-       <div id="photo-edit-perms" class="photo-edit-perms" >
+       <div id="photo-edit-perms" class="photo-edit-perms">
                <a href="#photo-edit-perms-select" id="photo-edit-perms-menu" class="button popupbox" title="{{$permissions}}">
-                       <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}}
+                       <span id="jot-perms-icon" class="icon {{$lockstate}}"></span>{{$permissions}}
                </a>
                <div id="photo-edit-perms-menu-end"></div>
 
                <div style="display: none;">
-                       <div id="photo-edit-perms-select" >
+                       <div id="photo-edit-perms-select">
                                {{$aclselect nofilter}}
                        </div>
                </div>
@@ -28,9 +27,6 @@
        <div id="photo-edit-perms-end"></div>
 
        <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();" />
 
        <div id="photo-edit-end"></div>
 </form>
-
-