From 1329f1694c76e7c5c164a9a4774539a9399116c6 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 29 Jan 2007 18:50:10 +0000 Subject: record resolution & colro depth in user prefs --- httemplate/pref/pref-process.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'httemplate/pref/pref-process.html') 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); -- cgit v1.2.1