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:
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user