diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-11 19:34:29 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-11 19:34:29 +0100 |
commit | b9af0645c24063b3a192c1a5ef98b1226665645b (patch) | |
tree | 43de9a19bca84608d18e5f81c761a903d5b86a93 /view/tpl/jot.tpl | |
parent | d86bc0b6cfeb8abee17da886d343fa1040172656 (diff) | |
download | volse-hubzilla-b9af0645c24063b3a192c1a5ef98b1226665645b.tar.gz volse-hubzilla-b9af0645c24063b3a192c1a5ef98b1226665645b.tar.bz2 volse-hubzilla-b9af0645c24063b3a192c1a5ef98b1226665645b.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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 4efedf399..d28f3a8db 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -57,7 +57,6 @@ <i id="profile-link" class="icon-link jot-icons"></i> </button> </div> - {{if $visitor}} <div class="btn-group hidden-xs hidden-sm text-formatting-button-group"> <button id="main-editor-bold" class="btn btn-default btn-sm" title="{{$bold}}" onclick="inserteditortag('b', 'profile-jot-text'); return false;"> <i class="icon-bold jot-icons"></i> @@ -75,10 +74,7 @@ <i class="icon-terminal jot-icons"></i> </button> </div> - - {{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> |