record resolution & colro depth in user prefs
[freeside.git] / httemplate / pref / pref-process.html
index 221edc6..e66045b 100644 (file)
 %
 % }
 %
-% $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);