diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 07:35:43 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 07:35:43 +0100 |
commit | b6e4611a917927e7a5546191d2600d71107fdbab (patch) | |
tree | 29e1e5e9f34ddf382e78c5678db140246599e978 /view/tpl | |
parent | 2929bb672a93a5699ede80b1e87fb69d718dc80f (diff) | |
download | volse-hubzilla-b6e4611a917927e7a5546191d2600d71107fdbab.tar.gz volse-hubzilla-b6e4611a917927e7a5546191d2600d71107fdbab.tar.bz2 volse-hubzilla-b6e4611a917927e7a5546191d2600d71107fdbab.zip |
Rearranging buttons
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/jot.tpl | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c9153e82e..7ade4f9de 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -53,16 +53,11 @@ <i id="wall-file-upload-icon" class="icon-paper-clip jot-icons"></i> </button> {{/if}} - {{if $feature_voting}} - <button id="profile-voting-wrapper" class="btn btn-default btn-sm" title="{{$voting}}" onclick="toggleVoting();return false;"> - <i id="profile-voting" class="icon-check-empty jot-icons"></i> - </button> - {{/if}} - <button id="profile-link-wrapper" class="btn btn-default btn-sm" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"> - <i id="profile-link" class="icon-link jot-icons"></i> - </button> </div> <div class="btn-group hidden-xs"> + <button id="profile-link-wrapper" class="btn btn-default btn-sm" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"> + <i id="profile-link" class="icon-link jot-icons"></i> + </button> <button id="main-editor-code" class="btn btn-default btn-sm" title="{{$code}}" onclick="inserteditortag('code', 'profile-jot-text'); return false;"> <i class="icon-terminal jot-icons"></i> </button> @@ -111,7 +106,6 @@ </button> {{/if}} </div> - <!-- <div class="btn-group visible-xs visible-sm"> <button type="button" id="more-tools" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <i id="more-tools-icon" class="icon-caret-down jot-icons"></i> @@ -143,7 +137,6 @@ {{/if}} </ul> </div> - --> </div> <div id="profile-rotator-wrapper"> <div id="profile-rotator"></div> |