summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref-process.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/pref/pref-process.html')
-rw-r--r--httemplate/pref/pref-process.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html
index 221edc682..e66045b9b 100644
--- a/httemplate/pref/pref-process.html
+++ b/httemplate/pref/pref-process.html
@@ -27,10 +27,13 @@
%
% }
%
-% $error ||= $access_user->replace( { map { $_ => scalar($cgi->param($_)) }
-% qw( menu_position ) #XXX autogen
-% }
-% );
+% $error ||= $access_user->replace( {
+% map { $_ => scalar($cgi->param($_)) }
+% #XXX autogen
+% qw( menu_position
+% height width availHeight availWidth colorDepth
+% )
+% } );
%
% if ( $error ) {
% $cgi->param('error', $error);