X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fdashboard-toplist.html;h=bf9a2cd866d665604c03df8b84b33e04060921eb;hb=442c5884030e6429a0e22701068ea087488cbab6;hp=7ee6f2d43715d2a2b037e41e7ebaeac405189494;hpb=4130d65bfbcac95eb23bac0475eb53484d89f674;p=freeside.git diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index 7ee6f2d43..bf9a2cd86 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'; @@ -21,10 +21,15 @@ - <% $cust_main->name %> + <% $cust_main->name |h %> + + <& /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 %> % }