From 328118d12ef6ba98650da8e1a1a505e080a58adf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Feb 2017 14:36:21 +0300 Subject: use print_hidden() for hidden dojo form fields --- classes/pref/labels.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'classes/pref/labels.php') diff --git a/classes/pref/labels.php b/classes/pref/labels.php index 458e4f88b..b127ce95c 100644 --- a/classes/pref/labels.php +++ b/classes/pref/labels.php @@ -15,9 +15,9 @@ class Pref_Labels extends Handler_Protected { $line = $this->dbh->fetch_assoc($result); - print ""; - print ""; - print ""; + print_hidden("id", "$label_id"); + print_hidden("op", "pref-labels"); + print_hidden("method", "save"); print "
".__("Caption")."
"; -- cgit v1.2.3-54-g00ecf