[freeside-commits] freeside/httemplate index.html,1.106,1.107
Erik Levinson
levinse at wavetail.420.am
Sun May 22 14:48:34 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate
In directory wavetail.420.am:/tmp/cvs-serv22746
Modified Files:
index.html
Log Message:
internationalization/localization, RT12515
Index: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/index.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -w -d -r1.106 -r1.107
--- index.html 11 May 2011 16:20:11 -0000 1.106
+++ index.html 22 May 2011 21:48:32 -0000 1.107
@@ -1,8 +1,8 @@
-<& /elements/header.html, mt('Billing Main') &>
+<& /elements/header.html, emt('Billing Main') &>
-<% include('/elements/dashboard-install_welcome.html') %>
+<& /elements/dashboard-install_welcome.html &>
-<% include('/elements/dashboard-toplist.html') %>
+<& /elements/dashboard-toplist.html &>
% my $sth = dbh->prepare(
% #"SELECT DISTINCT custnum FROM h_cust_main JOIN cust_main USING ( custnum )
@@ -21,14 +21,14 @@
%
% if ( @custnums ) {
- <% include('/elements/table-grid.html') %>
+ <& /elements/table-grid.html &>
% my $bgcolor1 = '#eeeeee';
% my $bgcolor2 = '#ffffff';
% my $bgcolor = $bgcolor2;
<TR>
- <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=1>Customers I recently added or modified</TH>
+ <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=1><% mt('Customers I recently added or modified') |h %></TH>
</TR>
% foreach my $custnum ( @custnums ) {
More information about the freeside-commits
mailing list