diff options
author | levinse <levinse> | 2011-05-22 20:23:21 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-22 20:23:21 +0000 |
commit | 7c4a50d23058e764d9bb905df21d9ae6f7f01a4f (patch) | |
tree | 5d8c661ff9a628e3b1b47be3a1743f2844addd16 /httemplate/elements/dashboard-toplist.html | |
parent | 78ad530afc8cd865655dd86b249112f15fccdcf1 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/elements/dashboard-toplist.html')
-rw-r--r-- | httemplate/elements/dashboard-toplist.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ <A HREF="view/cust_main.cgi?<% $custnum %>"><% $cust_main->name %></A> </TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> - <% include('/elements/mcp_lint.html', 'cust_main'=>$cust_main) %> + <& /elements/mcp_lint.html, 'cust_main'=>$cust_main &> </TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" ALIGN="right"> <FONT SIZE="-1"> - <A HREF="<% FS::TicketSystem->href_new_ticket($cust_main) %>">(new ticket)</A> + <A HREF="<% FS::TicketSystem->href_new_ticket($cust_main) %>"><% mt('(new ticket)') |h %></A> </FONT> </TD> @@ -51,7 +51,7 @@ <TR> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> - Unknown customer number <% $custnum %> + <% mt("Unknown customer number [_1]", $custnum) |h %> </TD> </TR> @@ -75,7 +75,7 @@ <TR> <TH CLASS="grid" BGCOLOR="#cccccc"><% $line %></TH> - <TH CLASS="grid" BGCOLOR="#cccccc">Lint</TH> + <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Lint') |h %></TH> <TH CLASS="grid" BGCOLOR="#cccccc"></TH> % foreach my $priority ( @custom_priorities, '' ) { <TH CLASS="grid" BGCOLOR="#cccccc"> |