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

use a few more control helpers for checkboxes

This commit is contained in:
Andrew Dolgov
2021-02-16 15:19:42 +03:00
parent af4b3e7df0
commit 1f5d81b77c
3 changed files with 8 additions and 16 deletions

View File

@@ -663,7 +663,7 @@ class Pref_Feeds extends Handler_Protected {
print "<fieldset>";
print "<input dojoType='dijit.form.TextBox' id='feedEditDlg_login'
print "<input dojoType='dijit.form.TextBox'
placeHolder='".__("Login")."'
autocomplete='new-password'
name='auth_login' value=\"$auth_login\">";
@@ -675,10 +675,6 @@ class Pref_Feeds extends Handler_Protected {
placeHolder='".__("Password")."'
value=\"$auth_pass\">";
print "<div dojoType='dijit.Tooltip' connectId='feedEditDlg_login' position='below'>
".__('<b>Hint:</b> you need to fill in your login information if your feed requires authentication, except for Twitter feeds.')."
</div>";
print "</fieldset>";
print "</section></div>";