]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/photos_upload.tpl
open channel settings when empty
[friendica.git] / view / templates / photos_upload.tpl
index f2e95a9b14bdbcf43b7365a603a9012fc53b429b..637681ca54fdedc6ce3c922b5997241801e67d3a 100644 (file)
@@ -1,16 +1,12 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <h3>{{$pagename}}</h3>
 
 <div id="photos-usage-message">{{$usage}}</div>
 
-<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" >
-       <div id="photos-upload-new-wrapper" >
+<form action="profile/{{$nickname}}/photos" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form">
+       <div id="photos-upload-new-wrapper">
                <div id="photos-upload-newalbum-div">
-                       <label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
+                       <label id="photos-upload-newalbum-text" for="photos-upload-newalbum">{{$newalbum}}</label>
                </div>
                <input id="photos-upload-newalbum" type="text" name="newalbum" />
        </div>
        <div id="photos-upload-exist-wrapper">
                <div id="photos-upload-existing-album-text">{{$existalbumtext}}</div>
                <select id="photos-upload-album-select" name="album" size="4">
-               {{$albumselect}}
+               {{$albumselect  nofilter}}
                </select>
        </div>
        <div id="photos-upload-exist-end"></div>
 
-       <div id="photos-upload-noshare-div" class="photos-upload-noshare-div" >
-               <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />
-               <label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
+       <div id="photos-upload-noshare-div" class="photos-upload-noshare-div">
+               <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" checked/>
+               <label id="photos-upload-noshare-text" for="photos-upload-noshare">{{$nosharetext}}</label>
        </div>
 
 
-       <div id="photos-upload-perms" class="photos-upload-perms" >
+       <div id="photos-upload-perms" class="photos-upload-perms">
                <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" />
-               <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}}
+               <span id="jot-perms-icon" class="icon {{$lockstate}}"></span>{{$permissions}}
                </a>
        </div>
        <div id="photos-upload-perms-end"></div>
 
        <div style="display: none;">
                <div id="photos-upload-permissions-wrapper">
-                       {{$aclselect}}
+                       {{$aclselect nofilter}}
                </div>
        </div>
 
        <div id="photos-upload-spacer"></div>
 
-       {{$alt_uploader}}
+       {{$alt_uploader nofilter}}
 
-       {{$default_upload_box}}
-       {{$default_upload_submit}}
+       {{$default_upload_box nofilter}}
+       {{$default_upload_submit nofilter}}
 
-       <div class="photos-upload-end" ></div>
+       <div class="photos-upload-end"></div>
 </form>
-