filters: make caption required
This commit is contained in:
parent
df69ca3593
commit
4aa1e31e4e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue