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.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'httemplate/pref/pref.html') diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 2dca3b84d..507a897d7 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -1,6 +1,6 @@ <% include('/elements/header.html', 'Preferences for '. getotaker ) %> -
+ <% include('/elements/error.html') %> @@ -41,6 +41,13 @@ Interface
+% foreach my $prop (qw( height width availHeight availWidth colorDepth )) { + + +% } + <% include('/elements/footer.html') %> -- cgit v1.2.1