From 56dfcc12d4d4b326fc393a8271da0cf8374d3a11 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 12 Aug 2009 12:23:02 +0200 Subject: Link Wizard added Ignore-this: c15561aa909f921f7845576378851b93 This adds a new link wizard to the toolbar which helps users to find the page the want to link to. Pages can be found by a simple page name search or by browsing the existing namespaces. This is the first checkin. Some cleanup and MSIE compatibility checks remain. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz --- inc/toolbar.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/toolbar.php b/inc/toolbar.php index 1f34f3403..f0c091647 100644 --- a/inc/toolbar.php +++ b/inc/toolbar.php @@ -145,13 +145,21 @@ function toolbar_JSdefines($varname){ ), array( - 'type' => 'format', + 'type' => 'linkwiz', 'title' => $lang['qb_link'], 'icon' => 'link.png', 'key' => 'l', 'open' => '[[', 'close' => ']]', ), + array( + 'type' => 'format', + 'title' => $lang['qb_link'], + 'icon' => 'link.png', + 'key' => '', + 'open' => '[[', + 'close' => ']]', + ), array( 'type' => 'format', 'title' => $lang['qb_extlink'], -- cgit v1.2.3