X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Findex.html;h=ae150961093d4a70bf44bcce5c3aab2a3813272d;hp=c44880dba6c1bbcb53a2ff43daa140e3c55a85ff;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=83053569b3d965924e2e1d4f5b199609ec7c29af diff --git a/httemplate/index.html b/httemplate/index.html index c44880dba..ae1509610 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 ) {