diff options
author | friendica <info@friendica.com> | 2014-11-02 15:35:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-02 15:35:08 -0800 |
commit | b6e099dd5f68f1ff4521bf62f81130cb422214eb (patch) | |
tree | a5a4987fb324d6a886befc96880efe27611772d7 /view/tpl/photos_upload.tpl | |
parent | 285d6f61e4bf8aeaa3294ac4b7af43366a1448e9 (diff) | |
parent | 53292cfe8669a81d180e472fa80879da9112bcfa (diff) | |
download | volse-hubzilla-b6e099dd5f68f1ff4521bf62f81130cb422214eb.tar.gz volse-hubzilla-b6e099dd5f68f1ff4521bf62f81130cb422214eb.tar.bz2 volse-hubzilla-b6e099dd5f68f1ff4521bf62f81130cb422214eb.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 7067c84f5..d06af4f99 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -18,10 +18,10 @@ {{$aclselect}} {{if $default}} - <div class="form-group pull-left"> + <div class="pull-left"> <input id="photos-upload-choose" type="file" name="userfile" /> </div> - <div class="form-group btn-group pull-right"> + <div class="btn-group pull-right"> <button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> <i id="jot-perms-icon" class="icon-{{$lockstate}}"></i> </button> @@ -31,9 +31,9 @@ <div id="photos-upload-new-end" class="clear"></div> - <div id="photos-upload-noshare"> - <label id="photos-upload-noshare-text" for="photos-upload-noshare" > - <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" /> {{$nosharetext}} + <div class="checkbox"> + <label class="checkbox-inline" for="photos-upload-noshare" > + <input class="checkbox-inline" id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />{{$nosharetext}} </label> </div> |