Merge pull request #1767 from tobiasd/20150717-photonoshare

make the 'noshare' checkbox checked by default for photo upload
This commit is contained in:
fabrixxm 2015-07-17 17:28:25 +02:00
commit cf15a505bc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<div id="photos-upload-exist-end"></div> <div id="photos-upload-exist-end"></div>
<div id="photos-upload-noshare-div" class="photos-upload-noshare-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> <label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
</div> </div>