X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=ae150961093d4a70bf44bcce5c3aab2a3813272d;hb=b79a8cb932946c849328a3c117c35821d9d21e66;hp=5b550dba7d98e5628b1a9c6108572d577a03b61a;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git 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 &>