diff options
author | ivan <ivan> | 2007-01-29 18:50:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-29 18:50:10 +0000 |
commit | 1329f1694c76e7c5c164a9a4774539a9399116c6 (patch) | |
tree | 451b28be93d70b85d075598e60df36e981822d4b /httemplate/pref/pref-process.html | |
parent | e1fa51a4add880c581270e61dce097b320d40d00 (diff) |
record resolution & colro depth in user prefs
Diffstat (limited to 'httemplate/pref/pref-process.html')
-rw-r--r-- | httemplate/pref/pref-process.html | 11 |
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); |