make the 'noshare' checkbox checked by default for photo upload
This commit is contained in:
parent
5b96c7b3e3
commit
bbd2e4abc1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue