1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-05 09:27:09 +00:00

label editor: simple control to add common rules

This commit is contained in:
Andrew Dolgov
2008-08-07 09:06:12 +01:00
parent e274978132
commit 071ec48fd1
4 changed files with 134 additions and 2 deletions

View File

@@ -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>";