X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=4507959723b126c2070cbedb62bafd137a597982;hb=f1802f4b19c6741b50007b56bbac13af61012fe5;hp=c813991f9faa8f86b099ba27e5382d72b3c8c111;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/httemplate/index.html b/httemplate/index.html index c813991f9..450795972 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,8 +1,8 @@ -% my $conf = new FS::Conf; +<& /elements/header.html, emt('Billing Main') &> -<% include('/elements/header.html', 'Billing Main' ) %> +<& /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 ) { @@ -51,4 +51,4 @@ % } -<% include('/elements/footer.html') %> +<& /elements/footer.html &>