diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 07:29:45 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 07:29:45 +0100 |
commit | 2929bb672a93a5699ede80b1e87fb69d718dc80f (patch) | |
tree | 84022f72e91c4cfc99826ecfd37092a5702e163e /view/tpl | |
parent | a4765bf954e81e4932e34652a7b97732d2b98a56 (diff) | |
download | volse-hubzilla-2929bb672a93a5699ede80b1e87fb69d718dc80f.tar.gz volse-hubzilla-2929bb672a93a5699ede80b1e87fb69d718dc80f.tar.bz2 volse-hubzilla-2929bb672a93a5699ede80b1e87fb69d718dc80f.zip |
Rearranging buttons
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/jot.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index a5d595ae6..c9153e82e 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -58,11 +58,11 @@ <i id="profile-voting" class="icon-check-empty jot-icons"></i> </button> {{/if}} - </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> + </div> + <div class="btn-group hidden-xs"> <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,6 +111,7 @@ </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> @@ -142,6 +143,7 @@ {{/if}} </ul> </div> + --> </div> <div id="profile-rotator-wrapper"> <div id="profile-rotator"></div> |