Merge pull request #1767 from tobiasd/20150717-photonoshare
make the 'noshare' checkbox checked by default for photo upload
This commit is contained in:
commit
cf15a505bc
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user