summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-07 09:06:12 +0100
committerAndrew Dolgov <[email protected]>2008-08-07 09:06:12 +0100
commit071ec48fd1ec17646d1879bda73489d60fede1c2 (patch)
tree6a2a9b7f4ac413657bdfa5ee90a25fc512dd39f4 /modules/pref-labels.php
parente274978132d8f50268c15b780d126a7bb413c6e0 (diff)
label editor: simple control to add common rules
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php6
1 files changed, 5 insertions, 1 deletions
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 "<div class=\"dlgSecCont\">";
print "<textarea onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
- rows=\"6\" name=\"sql_exp\" class=\"labelSQL\" cols=\"50\">$sql_exp</textarea>";
+ rows=\"6\" name=\"sql_exp\" class=\"labelSQL\" cols=\"50\">$sql_exp</textarea>";
+
+ print "<br/>";
+
+ print_label_dlg_common_examples();
print "</div>";