diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-11 19:40:09 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-11 19:40:09 +0100 |
commit | e7d98634323978f45d2faa591ce8f66c7396d739 (patch) | |
tree | 999190aed2e3e2a06be83f7aa08f7dd5185d6138 /view/tpl/jot.tpl | |
parent | b9af0645c24063b3a192c1a5ef98b1226665645b (diff) | |
download | volse-hubzilla-e7d98634323978f45d2faa591ce8f66c7396d739.tar.gz volse-hubzilla-e7d98634323978f45d2faa591ce8f66c7396d739.tar.bz2 volse-hubzilla-e7d98634323978f45d2faa591ce8f66c7396d739.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index d28f3a8db..a7201f5b7 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -74,7 +74,7 @@ <i class="icon-terminal jot-icons"></i> </button> </div> - <div class="btn-group visible-xs visible-sm privacy-button-group"> + <div class="btn-group privacy-button-group"> {{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> |