combine ticket notification scrips, #15353
[freeside.git] / httemplate / index.html
index c813991..ae15096 100644 (file)
@@ -1,8 +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-toplist.html') %>
+<& /elements/dashboard-toplist.html &>
 
 %  my $sth = dbh->prepare(
 %    #"SELECT DISTINCT custnum FROM h_cust_main JOIN cust_main USING ( custnum )
 %
 %  if ( @custnums ) {
 
-  <% include('/elements/table-grid.html') %>
+  <& /elements/table-grid.html &>
 
 % my $bgcolor1 = '#eeeeee';
 %     my $bgcolor2 = '#ffffff';
 %     my $bgcolor = $bgcolor2;
 
   <TR>
-    <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=1>Customers I recently added or modified</TH>
+    <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=1><% mt('Customers I recently added or modified') |h %></TH>
   </TR>
 
 % foreach my $custnum ( @custnums ) { 
@@ -51,4 +51,4 @@
 
 % } 
 
-<% include('/elements/footer.html') %>
+<& /elements/footer.html &>