mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 00:35:56 +00:00
filters: make caption required (fix)
This commit is contained in:
@@ -267,7 +267,7 @@ class Pref_Filters extends Handler_Protected {
|
|||||||
|
|
||||||
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
||||||
|
|
||||||
print "<input required dojoType=\"dijit.form.TextBox\" style=\"width : 20em;\" name=\"title\" value=\"$title\">";
|
print "<input required=\"true\" dojoType=\"dijit.form.ValidationTextBox\" style=\"width : 20em;\" name=\"title\" value=\"$title\">";
|
||||||
|
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|
||||||
@@ -724,7 +724,7 @@ class Pref_Filters extends Handler_Protected {
|
|||||||
|
|
||||||
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
||||||
|
|
||||||
print "<input required dojoType=\"dijit.form.TextBox\" style=\"width : 20em;\" name=\"title\" value=\"\">";
|
print "<input required=\"true\" dojoType=\"dijit.form.ValidationTextBox\" style=\"width : 20em;\" name=\"title\" value=\"\">";
|
||||||
|
|
||||||
print "<div class=\"dlgSec\">".__("Match")."</div>";
|
print "<div class=\"dlgSec\">".__("Match")."</div>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user