aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_upload.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-03 14:51:28 -0800
committerfriendica <info@friendica.com>2014-11-03 14:51:28 -0800
commitfdb9b9d52ed1959213a67b1313b617d0e4eb057f (patch)
tree99941674eaaef28467e610be302a584dcbd210b4 /view/tpl/photos_upload.tpl
parenta6d8c3193a6fc243f3e516118c793e5b871b8247 (diff)
parent9984ff37e5df237ccdd0169387ade070babfd666 (diff)
downloadvolse-hubzilla-fdb9b9d52ed1959213a67b1313b617d0e4eb057f.tar.gz
volse-hubzilla-fdb9b9d52ed1959213a67b1313b617d0e4eb057f.tar.bz2
volse-hubzilla-fdb9b9d52ed1959213a67b1313b617d0e4eb057f.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-xview/tpl/photos_upload.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl
index d06af4f99..13fb41687 100755
--- a/view/tpl/photos_upload.tpl
+++ b/view/tpl/photos_upload.tpl
@@ -31,20 +31,20 @@
<div id="photos-upload-new-end" class="clear"></div>
- <div class="checkbox">
+ <div class="checkbox pull-left">
<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>
{{if $uploader}}
- <div id="photos-upload-noshare-end"></div>
- <div id="photos-upload-perms" class="photos-upload-perms" >
- <span id="jot-perms-icon" class="icon-{{$lockstate}}" ></span>
- <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
+ <div id="photos-upload-perms" class="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>
+ <div class="pull-right">
+ {{$uploader}}
</div>
- <div id="photos-upload-perms-end" class="clear"></div>
- {{$uploader}}
{{/if}}
</form>
</div>