X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-toplist.html;h=72f596f4afcb0b6a4782659272289b8c520059ac;hb=7c4a50d23058e764d9bb905df21d9ae6f7f01a4f;hp=6e250b6a3c641f967106c030a2014be59d8347cb;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index 6e250b6a3..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,11 +24,11 @@ <% $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 %> @@ -51,7 +51,7 @@ - Unknown customer number <% $custnum %> + <% mt("Unknown customer number [_1]", $custnum) |h %> @@ -75,7 +75,7 @@ <% $line %> - Lint + <% mt('Lint') |h %> % foreach my $priority ( @custom_priorities, '' ) {