1
0
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:
Andrew Dolgov
2012-06-14 21:23:09 +04:00
parent ddb575c744
commit ca6a0741b4
3 changed files with 12 additions and 3 deletions

View File

@@ -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\">";