diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-24 14:15:28 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-24 14:15:28 +0100 |
commit | 987619130b99bf4548d5d31ac453cdf48c818eff (patch) | |
tree | c9a00e4dbea487a93725d539c04d78fa1cadd38f /view/tpl/jot.tpl | |
parent | e485ecb3b453a50a1974992b5ccf5122e154a5dc (diff) | |
download | volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.tar.gz volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.tar.bz2 volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.zip |
some event heavy lifting - please test and report issues
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 75f6b0027..e7edb7e64 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -142,16 +142,16 @@ <div id="profile-rotator"></div> </div> <div id="profile-jot-submit-right" class="btn-group pull-right"> - {{if $showacl}} - <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> - <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i>{{if $bang}} <i class="icon-exclamation jot-icons"></i>{{/if}} - </button> - {{/if}} {{if $preview}} <button class="btn btn-default btn-sm hidden-xs" onclick="preview_post();return false;" title="{{$preview}}"> <i class="icon-eye-open jot-icons" ></i> </button> {{/if}} + {{if $showacl}} + <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> + <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i>{{if $bang}} <i class="icon-exclamation jot-icons"></i>{{/if}} + </button> + {{/if}} <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex=3 name="button-submit" >{{$share}}</button> </div> <div id="profile-jot-perms-end"></div> |