1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:45:56 +00:00

use print_hidden() for hidden dojo form fields

This commit is contained in:
Andrew Dolgov
2017-02-10 14:36:21 +03:00
parent 8cf37284e7
commit 328118d12e
14 changed files with 75 additions and 75 deletions

View File

@@ -34,10 +34,10 @@ class Note extends Plugin {
$note = db_fetch_result($result, 0, "note");
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"id\" value=\"$param\">";
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"op\" value=\"pluginhandler\">";
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"setNote\">";
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"plugin\" value=\"note\">";
print_hidden("id", "$param");
print_hidden("op", "pluginhandler");
print_hidden("method", "setNote");
print_hidden("plugin", "note");
print "<table width='100%'><tr><td>";
print "<textarea dojoType=\"dijit.form.SimpleTextarea\"