From d69fa6d66afc03115682840e71619914449a2abc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Nov 2010 21:39:51 +0300 Subject: further pref-pane updates --- modules/pref-labels.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'modules/pref-labels.php') diff --git a/modules/pref-labels.php b/modules/pref-labels.php index c794e023e..cc92985a9 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -115,7 +115,7 @@ if (label_create($link, $caption)) { if (!$output) { - //print T_sprintf("Created label %s", htmlspecialchars($caption)); + print T_sprintf("Created label %s", htmlspecialchars($caption)); } } @@ -163,6 +163,15 @@ "; + print "
". + "" . __('Select').""; + print "
"; + print "
".__('All')."
"; + print "
".__('None')."
"; + print "
"; + print" "; @@ -209,12 +218,6 @@ print "

"; - print "
- ".__('Select:')." - ".__('All').", - ".__('None')." - "; - $lnum = 0; while ($line = db_fetch_assoc($result)) { -- cgit v1.2.3