]> git.mxchange.org Git - friendica.git/commitdiff
make the 'noshare' checkbox checked by default for photo upload
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 17 Jul 2015 15:05:55 +0000 (17:05 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 17 Jul 2015 15:05:55 +0000 (17:05 +0200)
view/templates/photos_upload.tpl

index 4431dd2805f4028901d17e0abd7fb40452a0507a..aeb6e5957b0577dab59a3dae0d1f9212c7d3e63f 100644 (file)
@@ -20,7 +20,7 @@
        <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>