From 8df7184cada3390918cd4364c1382603e2ee26c7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Nov 2010 14:49:06 +0300 Subject: rework preferences to use dijit stuff --- modules/pref-labels.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'modules/pref-labels.php') diff --git a/modules/pref-labels.php b/modules/pref-labels.php index ac25d01e1..e683ab615 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -150,7 +150,11 @@ $label_search = $_SESSION["prefs_label_search"]; } - print "
+ print "
"; + print "
"; + print "
"; + + print "
".__('Search')."
"; - print "
"; - print" "; - print " "; print ""; - print "
"; + print "
"; #toolbar + print "
"; #pane + print "
"; if ($label_search) { @@ -269,6 +273,9 @@ print "

"; } + + print "
"; #pane + print "
"; #container } function print_color_picker($id) { -- cgit v1.2.3