diff options
author | marijus <mario@mariovavti.com> | 2014-04-09 17:10:07 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-09 17:10:07 +0200 |
commit | 74bd772a5bba5cd2c92e708d237128ab2dbdb53c (patch) | |
tree | 7c1749520daa2102c5e97851713e6551cf8b78dd /view/tpl/jot.tpl | |
parent | c4233232b7612e3ace2bcc4e27b77fe1fec832ba (diff) | |
download | volse-hubzilla-74bd772a5bba5cd2c92e708d237128ab2dbdb53c.tar.gz volse-hubzilla-74bd772a5bba5cd2c92e708d237128ab2dbdb53c.tar.bz2 volse-hubzilla-74bd772a5bba5cd2c92e708d237128ab2dbdb53c.zip |
replace lock icon with icon-{lock, unlock}
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index ab8a3f77b..b20644f49 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -70,14 +70,12 @@ </button> {{/if}} </div> - <div id="profile-rotator-wrapper" style="display: {{$visitor}};" > + <div id="profile-rotator-wrapper"> <div id="profile-rotator"></div> </div> <div id="profile-jot-submit-right" class="btn-group pull-right"> {{if $showacl}} - <div class="btn btn-default btn-sm" id="profile-jot-perms" style="display: {{$pvisit}};" title="{{$permset}}" > - <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon {{$lockstate}}"></a>{{$bang}} - </div> + <a href="#profile-jot-acl-wrapper" class="btn btn-default btn-sm jot-icons icon-{{$lockstate}}" id="jot-perms-icon" title="{{$permset}}" style="display: {{$pvisit}};"></a>{{$bang}} {{/if}} {{if $preview}} <button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}"> @@ -105,7 +103,7 @@ </div> <!-- Modal for item expiry--> -<div class="modal fade" id="expiryModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> +<div class="modal" id="expiryModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> |