batch feed editor: remove title and feed url because batch editing those makes no sense whatsoever
This commit is contained in:
parent
a8572a7182
commit
44727c79ad
1 changed files with 1 additions and 22 deletions
|
@ -792,31 +792,10 @@ class Pref_Feeds extends Handler_Protected {
|
||||||
print "<div class=\"dlgSec\">".__("Feed")."</div>";
|
print "<div class=\"dlgSec\">".__("Feed")."</div>";
|
||||||
print "<div class=\"dlgSecCont\">";
|
print "<div class=\"dlgSecCont\">";
|
||||||
|
|
||||||
/* Title */
|
|
||||||
|
|
||||||
print "<input dojoType=\"dijit.form.ValidationTextBox\"
|
|
||||||
disabled=\"1\" style=\"font-size : 16px; width : 20em;\" required=\"1\"
|
|
||||||
name=\"title\" value=\"\">";
|
|
||||||
|
|
||||||
$this->batch_edit_cbox("title");
|
|
||||||
|
|
||||||
/* Feed URL */
|
|
||||||
|
|
||||||
print "<br/>";
|
|
||||||
|
|
||||||
print __('URL:') . " ";
|
|
||||||
print "<input dojoType=\"dijit.form.ValidationTextBox\" disabled=\"1\"
|
|
||||||
required=\"1\" regExp='^(http|https)://.*' style=\"width : 20em\"
|
|
||||||
name=\"feed_url\" value=\"\">";
|
|
||||||
|
|
||||||
$this->batch_edit_cbox("feed_url");
|
|
||||||
|
|
||||||
/* Category */
|
/* Category */
|
||||||
|
|
||||||
if (get_pref('ENABLE_FEED_CATS')) {
|
if (get_pref('ENABLE_FEED_CATS')) {
|
||||||
|
|
||||||
print "<br/>";
|
|
||||||
|
|
||||||
print __('Place in category:') . " ";
|
print __('Place in category:') . " ";
|
||||||
|
|
||||||
print_feed_cat_select("cat_id", false,
|
print_feed_cat_select("cat_id", false,
|
||||||
|
@ -862,7 +841,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||||
|
|
||||||
$this->batch_edit_cbox("auth_login");
|
$this->batch_edit_cbox("auth_login");
|
||||||
|
|
||||||
print "<br/><input dojoType=\"dijit.form.TextBox\" type=\"password\" name=\"auth_pass\"
|
print "<hr/> <input dojoType=\"dijit.form.TextBox\" type=\"password\" name=\"auth_pass\"
|
||||||
placeHolder=\"".__("Password")."\" disabled=\"1\"
|
placeHolder=\"".__("Password")."\" disabled=\"1\"
|
||||||
value=\"\">";
|
value=\"\">";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue