diff options
author | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2009-09-04 18:40:02 +0200 |
---|---|---|
committer | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2009-09-04 18:40:02 +0200 |
commit | 7ba342d55245962d127346c1b78f5885e8f567e7 (patch) | |
tree | 295dfab48d7be4a8a17e4d89fe5006ae7acfa9ad /inc/toolbar.php | |
parent | 824defcf4684faaedc08059b8380b7eadd856501 (diff) | |
download | rpg-7ba342d55245962d127346c1b78f5885e8f567e7.tar.gz rpg-7ba342d55245962d127346c1b78f5885e8f567e7.tar.bz2 |
new headline icons for the editor toolbar
The old icons weren't very clear and confused many people. This set
of icons describe more clearly what the buttons will do. Furthermore
the sequence of the buttons changed to put the most used bottons in
front.
darcs-hash:20090904164002-7ef76-d4d5514edbdcb1dfb85c10833367dce785b0aca7.gz
Diffstat (limited to 'inc/toolbar.php')
-rw-r--r-- | inc/toolbar.php | 17 |
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', |