X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=71926aa4ea5d8a47118f8ff690b0e259336ef406;hb=a10c9fb8cece00fc3b996f56c61b6841e93c1551;hp=60ab26f8699d0dbbb4c9fbdbc1233827ef41c7e2;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/httemplate/index.html b/httemplate/index.html index 60ab26f86..71926aa4e 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,9 +1,18 @@ -% my $conf = new FS::Conf; +<%init>my $debug = $cgi->param('debug'); +% warn time.": header.html\n" if $debug; +% +<& /elements/header.html, mt('Billing Main') &> -<% include('/elements/header.html', 'Billing Main' ) %> +% warn time.": dashboard-install_welcome.html\n" if $debug; +% +<& /elements/dashboard-install_welcome.html &> -<% include('/elements/dashboard-toplist.html') %> +% warn time.": dashboard-toplist.html\n" if $debug; +% +<& /elements/dashboard-toplist.html &> +% warn time.": fetching recently changed customers\n" if $debug; +% % my $sth = dbh->prepare( % #"SELECT DISTINCT custnum FROM h_cust_main JOIN cust_main USING ( custnum ) % "SELECT custnum FROM h_cust_main JOIN cust_main USING ( custnum ) @@ -20,15 +29,16 @@ % @custnums = splice(@custnums, 0, 10); % % if ( @custnums ) { +% warn time.": displaying recently changed customers\n" if $debug; - <% 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 ) { @@ -36,7 +46,7 @@ % next unless $cust_main; - <% $custnum %>: <% $cust_main->name %> + <% $cust_main->display_custnum %>: <% $cust_main->name %> % if ( $bgcolor eq $bgcolor1 ) { @@ -51,4 +61,4 @@ % } -<% include('/elements/footer.html') %> +<& /elements/footer.html &>