1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 10:09:16 +00:00

simplify dlgSec-related markup

This commit is contained in:
Andrew Dolgov
2019-02-20 14:37:59 +03:00
parent 6701497879
commit 4d9141d762
15 changed files with 402 additions and 254 deletions

View File

@@ -61,6 +61,8 @@ class Pref_Users extends Handler_Protected {
print "<div class=\"dlgSec\">".__("Authentication")."</div>";
print "<div class=\"dlgSecCont\">";
print "<fieldset>";
print __('Access level: ') . " ";
if (!$sel_disabled) {
@@ -72,10 +74,13 @@ class Pref_Users extends Handler_Protected {
print_hidden("access_level", "$access_level");
}
print "<hr/>";
print "</fieldset>";
print "<fieldset>";
print "<input dojoType=\"dijit.form.TextBox\" type=\"password\" size=\"20\" placeholder=\"Change password\"
name=\"password\">";
name=\"password\">";
print "</fieldset>";
print "</div>";