From 3758ad3cb13752bbbebb2c42fcc398bdb1ffdc6a Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 13 Nov 2006 01:09:17 +0000 Subject: add preference page, start with just a password changer --- httemplate/elements/error.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 httemplate/elements/error.html (limited to 'httemplate/elements/error.html') diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html new file mode 100644 index 000000000..e8ba93010 --- /dev/null +++ b/httemplate/elements/error.html @@ -0,0 +1,4 @@ +% if ( $cgi->param('error') ) { + Error: <% $cgi->param('error') %> +

+% } -- cgit v1.2.1