From 071ec48fd1ec17646d1879bda73489d60fede1c2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Aug 2008 09:06:12 +0100 Subject: label editor: simple control to add common rules --- modules/popup-dialog.php | 8 +++++++- modules/pref-labels.php | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 912ab03a6..b3fb99a62 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -243,7 +243,13 @@ print "
"; print ""; + rows=\"6\" name=\"sql_exp\" class=\"labelSQL\" + cols=\"50\">$sql_exp"; + + print "
"; + + print_label_dlg_common_examples(); + print "
"; diff --git a/modules/pref-labels.php b/modules/pref-labels.php index eed74c263..e54550034 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -48,7 +48,11 @@ print "
"; print ""; + rows=\"6\" name=\"sql_exp\" class=\"labelSQL\" cols=\"50\">$sql_exp"; + + print "
"; + + print_label_dlg_common_examples(); print "
"; -- cgit v1.2.3