add preference page, start with just a password changer
[freeside.git] / httemplate / elements / error.html
diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html
new file mode 100644 (file)
index 0000000..e8ba930
--- /dev/null
@@ -0,0 +1,4 @@
+% if ( $cgi->param('error') ) { 
+  <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
+  <BR><BR>
+% }