]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/photos_upload.tpl
Merge pull request #7068 from MrPetovan/task/7047-theme-error-page
[friendica.git] / view / templates / photos_upload.tpl
index f2e95a9b14bdbcf43b7365a603a9012fc53b429b..054fd1a335dc9c44146ba7ec5fb034de6b0bb42b 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <h3>{{$pagename}}</h3>
 
 <div id="photos-usage-message">{{$usage}}</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" />
+               <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 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>
 </form>