]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/photos_upload.tpl
Merge pull request #6497 from MrPetovan/bug/6383-delivery-no-data
[friendica.git] / view / templates / photos_upload.tpl
index 4431dd2805f4028901d17e0abd7fb40452a0507a..054fd1a335dc9c44146ba7ec5fb034de6b0bb42b 100644 (file)
        <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>