X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=299efdd71eb202c82992e7579e2c0a4a6db2d1ef;hb=78468b9e9cb1ccf39e6092b8e3d87bab393ea5dd;hp=c44880dba6c1bbcb53a2ff43daa140e3c55a85ff;hpb=83053569b3d965924e2e1d4f5b199609ec7c29af;p=freeside.git diff --git a/httemplate/index.html b/httemplate/index.html index c44880dba..299efdd71 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,8 +1,8 @@ <& /elements/header.html, mt('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; - Customers I recently added or modified + <% mt('Customers I recently added or modified') |h %> % foreach my $custnum ( @custnums ) { @@ -36,7 +36,7 @@ % next unless $cust_main; - <% $cust_main->display_custnum %>: <% $cust_main->name %> + <% $cust_main->display_custnum %>: <% $cust_main->name |h %> % if ( $bgcolor eq $bgcolor1 ) {