mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:55:56 +00:00
tweak filter add/edit dialogs
This commit is contained in:
@@ -229,10 +229,11 @@
|
|||||||
print "<tr><td>Match:</td>
|
print "<tr><td>Match:</td>
|
||||||
<td><input onkeypress=\"return filterCR(event, qaddFilter)\"
|
<td><input onkeypress=\"return filterCR(event, qaddFilter)\"
|
||||||
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
|
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
|
||||||
name=\"reg_exp\" class=\"iedit\">";
|
name=\"reg_exp\" class=\"iedit\">";
|
||||||
print "</td><td>";
|
|
||||||
|
print "</td></tr><tr><td>On field:</td><td>";
|
||||||
print_select_hash("filter_type", 1, $filter_types, "class=\"iedit\"");
|
|
||||||
|
print_select_hash("filter_type", 1, $filter_types, "class=\"_iedit\"");
|
||||||
|
|
||||||
print "</td></tr>";
|
print "</td></tr>";
|
||||||
print "<tr><td>Feed:</td><td colspan='2'>";
|
print "<tr><td>Feed:</td><td colspan='2'>";
|
||||||
|
|||||||
@@ -46,9 +46,9 @@
|
|||||||
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
|
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
|
||||||
name=\"reg_exp\" class=\"iedit\" value=\"$reg_exp\">";
|
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 "</td></tr>";
|
||||||
print "<tr><td>Feed:</td><td colspan='2'>";
|
print "<tr><td>Feed:</td><td colspan='2'>";
|
||||||
|
|||||||
Reference in New Issue
Block a user