summaryrefslogtreecommitdiff
path: root/inc/toolbar.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/toolbar.php')
-rw-r--r--inc/toolbar.php17
1 files changed, 8 insertions, 9 deletions
diff --git a/inc/toolbar.php b/inc/toolbar.php
index 7f2fe468d..a1851c746 100644
--- a/inc/toolbar.php
+++ b/inc/toolbar.php
@@ -70,15 +70,6 @@ function toolbar_JSdefines($varname){
'close' => '</del>',
),
-
- array(
- 'type' => 'autohead',
- 'title' => $lang['qb_hplus'],
- 'icon' => 'hplus.png',
- 'key' => '',
- 'text' => $lang['qb_h'],
- 'mod' => -1
- ),
array(
'type' => 'autohead',
'title' => $lang['qb_hequal'],
@@ -95,6 +86,14 @@ function toolbar_JSdefines($varname){
'text' => $lang['qb_h'],
'mod' => 1
),
+ array(
+ 'type' => 'autohead',
+ 'title' => $lang['qb_hplus'],
+ 'icon' => 'hplus.png',
+ 'key' => '',
+ 'text' => $lang['qb_h'],
+ 'mod' => -1
+ ),
array(
'type' => 'picker',