diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-13 00:07:09 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-13 00:07:09 +0100 |
commit | 921a2e0dc47400e5a280533f021e6c2887b10be3 (patch) | |
tree | 33c17d84cdd6579358dc9091f3e149bbf253371c | |
parent | ba84d6ff7c3cf9c10dd2cfac3da7e7c808ac965f (diff) | |
download | volse-hubzilla-921a2e0dc47400e5a280533f021e6c2887b10be3.tar.gz volse-hubzilla-921a2e0dc47400e5a280533f021e6c2887b10be3.tar.bz2 volse-hubzilla-921a2e0dc47400e5a280533f021e6c2887b10be3.zip |
Regrouped post buttons
-rw-r--r-- | view/tpl/jot.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 19d6adc9c..38597a6a1 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -81,10 +81,7 @@ <i class="icon-underline jot-icons"></i> </button> </div> - {{if $visitor}} - {{else}} <div class="btn-group hidden-xs"> - {{/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> |