X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-toplist.html;h=72f596f4afcb0b6a4782659272289b8c520059ac;hb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5;hp=7ee6f2d43715d2a2b037e41e7ebaeac405189494;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index 7ee6f2d43..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'; @@ -23,8 +23,13 @@ <% $cust_main->name %> + + <& /elements/mcp_lint.html, 'cust_main'=>$cust_main &> + - (new ticket) + + <% mt('(new ticket)') |h %> + % foreach my $priority ( @custom_priorities, '' ) { @@ -46,7 +51,7 @@ - Unknown customer number <% $custnum %> + <% mt("Unknown customer number [_1]", $custnum) |h %> @@ -55,7 +60,7 @@ % } elsif ( $line =~ /^\-\-+$/ ) { #divider % - + % next; @@ -63,13 +68,14 @@ % } elsif ( $line =~ /^\s*$/ ) { -   +   % } elsif ( $line =~ /^\S/ ) { #label line <% $line %> + <% mt('Lint') |h %> % foreach my $priority ( @custom_priorities, '' ) { @@ -81,7 +87,7 @@ % } else { #regular line - <% $line %> + <% $line %> % }