X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=299efdd71eb202c82992e7579e2c0a4a6db2d1ef;hb=refs%2Fheads%2FFREESIDE_2_3_BRANCH;hp=5b550dba7d98e5628b1a9c6108572d577a03b61a;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/index.html b/httemplate/index.html index 5b550dba7..299efdd71 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 ) { @@ -38,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 ) { @@ -53,4 +51,4 @@ % } -<% include('/elements/footer.html') %> +<& /elements/footer.html &>