X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Findex.html;h=ae150961093d4a70bf44bcce5c3aab2a3813272d;hp=5b550dba7d98e5628b1a9c6108572d577a03b61a;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/httemplate/index.html b/httemplate/index.html index 5b550dba7..ae1509610 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,10 +1,8 @@ -% my $conf = new FS::Conf; +<& /elements/header.html, mt('Billing Main') &> -<% include('/elements/header.html', 'Billing Main' ) %> +<& /elements/dashboard-install_welcome.html &> -<% include('/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 ) @@ -23,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 ) { @@ -53,4 +51,4 @@ % } -<% include('/elements/footer.html') %> +<& /elements/footer.html &>