X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-toplist.html;h=72f596f4afcb0b6a4782659272289b8c520059ac;hp=d8cd7f306dc1ec096dd002fd94fd0981cf57cf4d;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index d8cd7f306..72f596f4a 100644 --- a/httemplate/elements/dashboard-toplist.html +++ b/httemplate/elements/dashboard-toplist.html @@ -1,6 +1,6 @@ % if ( $conf->exists('dashboard-toplist') ) { - <% include('/elements/table-grid.html') %> + <& /elements/table-grid.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; @@ -24,10 +24,12 @@ <% $cust_main->name %> - <% include('/elements/mcp_lint.html', 'cust_main'=>$cust_main) %> + <& /elements/mcp_lint.html, 'cust_main'=>$cust_main &> - (new ticket) + + <% mt('(new ticket)') |h %> + % foreach my $priority ( @custom_priorities, '' ) { @@ -49,7 +51,7 @@ - Unknown customer number <% $custnum %> + <% mt("Unknown customer number [_1]", $custnum) |h %> @@ -73,7 +75,7 @@ <% $line %> - Lint + <% mt('Lint') |h %> % foreach my $priority ( @custom_priorities, '' ) {