mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 05:49:14 +00:00
tweak dialog topmost notices; add an explanation for the batch feed editor
This commit is contained in:
@@ -544,6 +544,8 @@ class Pref_Feeds extends Protected_Handler {
|
||||
|
||||
$feed_ids = db_escape_string($_REQUEST["ids"]);
|
||||
|
||||
print "<div class=\"dialogNotice\">" . __("Enable the options you wish to apply using checkboxes on the right:") . "</div>";
|
||||
|
||||
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"ids\" value=\"$feed_ids\">";
|
||||
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"op\" value=\"pref-feeds\">";
|
||||
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"batchEditSave\">";
|
||||
|
||||
Reference in New Issue
Block a user