mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-10 02:21:19 +02:00
filters: make caption required
This commit is contained in:
parent
df69ca3593
commit
4aa1e31e4e
@ -267,7 +267,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
||||
|
||||
print "<input dojoType=\"dijit.form.TextBox\" style=\"width : 20em;\" name=\"title\" value=\"$title\">";
|
||||
print "<input required dojoType=\"dijit.form.TextBox\" style=\"width : 20em;\" name=\"title\" value=\"$title\">";
|
||||
|
||||
print "</div>";
|
||||
|
||||
@ -724,7 +724,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
||||
|
||||
print "<input dojoType=\"dijit.form.TextBox\" style=\"width : 20em;\" name=\"title\" value=\"\">";
|
||||
print "<input required dojoType=\"dijit.form.TextBox\" style=\"width : 20em;\" name=\"title\" value=\"\">";
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Match")."</div>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user