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:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user