From 7ba342d55245962d127346c1b78f5885e8f567e7 Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Fri, 4 Sep 2009 18:40:02 +0200 Subject: 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 --- inc/toolbar.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'inc/toolbar.php') 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' => '', ), - - 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', -- cgit v1.2.3