[freeside-commits] freeside/httemplate/elements header.html, 1.10,
1.11 error.html, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Sun Nov 12 17:09:19 PST 2006
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv11124/httemplate/elements
Modified Files:
header.html
Added Files:
error.html
Log Message:
add preference page, start with just a password changer
--- NEW FILE: error.html ---
% if ( $cgi->param('error') ) {
<FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
<BR><BR>
% }
Index: header.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- header.html 23 Oct 2006 09:35:18 -0000 1.10
+++ header.html 13 Nov 2006 01:09:17 -0000 1.11
@@ -50,7 +50,7 @@
<td align=left rowspan=2 BGCOLOR="#ffffff"> <!-- valign="top" -->
<font size=6><% $conf->config('company_name') || 'ExampleCo' %></font>
</td>
- <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% getotaker %> </b><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/XXXwritethis">Preferences</a> <BR></FONT>
+ <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% getotaker %> </b><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html">Preferences</a> <BR></FONT>
</td>
</tr>
<tr>
More information about the freeside-commits
mailing list