diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-10 20:43:32 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-10 20:43:32 +0100 |
commit | d86bc0b6cfeb8abee17da886d343fa1040172656 (patch) | |
tree | 51d1400001594cd563d7c2e36dacdf13c1985b76 /view/tpl/jot.tpl | |
parent | e01d4f289b35604e7f2d429646fb09d73d8e1949 (diff) | |
download | volse-hubzilla-d86bc0b6cfeb8abee17da886d343fa1040172656.tar.gz volse-hubzilla-d86bc0b6cfeb8abee17da886d343fa1040172656.tar.bz2 volse-hubzilla-d86bc0b6cfeb8abee17da886d343fa1040172656.zip |
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 4c5c03f6b..4efedf399 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -75,9 +75,10 @@ <i class="icon-terminal jot-icons"></i> </button> </div> - {{/if}} + {{else}} <div class="btn-group visible-xs visible-sm privacy-button-group"> + {{/if}} {{if $feature_encrypt}} <button id="profile-encrypt-wrapper" class="btn btn-default btn-sm" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"> <i id="profile-encrypt" class="icon-key jot-icons"></i> |