1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

tweak filter add/edit dialogs

This commit is contained in:
Andrew Dolgov 2007-01-30 17:03:44 +01:00
parent f838201190
commit 8011ac363a
2 changed files with 7 additions and 6 deletions

View File

@ -229,10 +229,11 @@
print "<tr><td>Match:</td>
<td><input onkeypress=\"return filterCR(event, qaddFilter)\"
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
name=\"reg_exp\" class=\"iedit\">";
print "</td><td>";
print_select_hash("filter_type", 1, $filter_types, "class=\"iedit\"");
name=\"reg_exp\" class=\"iedit\">";
print "</td></tr><tr><td>On field:</td><td>";
print_select_hash("filter_type", 1, $filter_types, "class=\"_iedit\"");
print "</td></tr>";
print "<tr><td>Feed:</td><td colspan='2'>";

View File

@ -46,9 +46,9 @@
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
name=\"reg_exp\" class=\"iedit\" value=\"$reg_exp\">";
print "</td><td>";
print "</td></tr><tr><td>On field:</td><td>";
print_select_hash("filter_type", $filter_type, $filter_types, "class=\"iedit\"");
print_select_hash("filter_type", $filter_type, $filter_types, "class=\"_iedit\"");
print "</td></tr>";
print "<tr><td>Feed:</td><td colspan='2'>";