diff options
author | levinse <levinse> | 2011-05-22 21:48:32 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-22 21:48:32 +0000 |
commit | f1802f4b19c6741b50007b56bbac13af61012fe5 (patch) | |
tree | d7755934e6c27a47fd00ff9d79fde93f90345946 /httemplate/index.html | |
parent | 283db3852b84e9716e308c8792cdb983e033b60c (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index c44880dba..450795972 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -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 ) { |