mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
quickAddFeed: remove oauth notice, mention you can paste site URL
This commit is contained in:
@@ -247,7 +247,7 @@ class Dlg extends Handler_Protected {
|
|||||||
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"op\" value=\"rpc\">";
|
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"op\" value=\"rpc\">";
|
||||||
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"addfeed\">";
|
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"addfeed\">";
|
||||||
|
|
||||||
print "<div class=\"dlgSec\">".__("Feed")."</div>";
|
print "<div class=\"dlgSec\">".__("Feed or site URL")."</div>";
|
||||||
print "<div class=\"dlgSecCont\">";
|
print "<div class=\"dlgSecCont\">";
|
||||||
|
|
||||||
print "<div style='float : right'>
|
print "<div style='float : right'>
|
||||||
@@ -256,7 +256,7 @@ class Dlg extends Handler_Protected {
|
|||||||
theme_image($this->link, 'images/indicator_white.gif')."'></div>";
|
theme_image($this->link, 'images/indicator_white.gif')."'></div>";
|
||||||
|
|
||||||
print "<input style=\"font-size : 16px; width : 20em;\"
|
print "<input style=\"font-size : 16px; width : 20em;\"
|
||||||
placeHolder=\"".__("Feed URL")."\"
|
placeHolder=\"".__("Feed or site URL")."\"
|
||||||
dojoType=\"dijit.form.ValidationTextBox\" required=\"1\" name=\"feed\" id=\"feedDlg_feedUrl\">";
|
dojoType=\"dijit.form.ValidationTextBox\" required=\"1\" name=\"feed\" id=\"feedDlg_feedUrl\">";
|
||||||
|
|
||||||
print "<hr/>";
|
print "<hr/>";
|
||||||
@@ -291,8 +291,7 @@ class Dlg extends Handler_Protected {
|
|||||||
" <input
|
" <input
|
||||||
placeHolder=\"".__("Password")."\"
|
placeHolder=\"".__("Password")."\"
|
||||||
dojoType=\"dijit.form.TextBox\" type='password'
|
dojoType=\"dijit.form.TextBox\" type='password'
|
||||||
style=\"width : 10em;\" name='pass'\">".
|
style=\"width : 10em;\" name='pass'\">
|
||||||
" <p class='insensitive'>".__("OAuth will be used automatically for Twitter feeds.")."</p>
|
|
||||||
</div></div>";
|
</div></div>";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user