X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fview%2Fcust_main%2Ftickets.html;h=2175110e4f95a2cd80db83b659778720b029338a;hb=08f4f553676033549452dae97b2e35b236bbcb14;hp=064f511472405f35acfd778d67ca5c1ef10bf392;hpb=bd4cf157ffed8f1191724c1975866c3d21fb30df;p=freeside.git diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index 064f51147..2175110e4 100644 --- a/httemplate/view/cust_main/tickets.html +++ b/httemplate/view/cust_main/tickets.html @@ -9,8 +9,8 @@ function updateTicketLink() { keys %new_param),'Queue=') %>" + selector.options[selector.selectedIndex].value; } -Create new ticket - in queue +<% mt('Create new ticket') |h %> + <% mt('in queue') |h %> %# fetch list of queues in which the user can create tickets % my $session = FS::TicketSystem->session(); % my %queues = FS::TicketSystem->queues($session, 'CreateTicket'); @@ -31,22 +31,22 @@ function updateTicketLink() {
-(View <% $openlabel %> tickets for this customer) -(View resolved tickets for this customer) +(<% mt("View $openlabel tickets for this customer") |h %>) +(<% mt('View resolved tickets for this customer') |h %>)

-<% include("/elements/table-grid.html") %> +<& /elements/table-grid.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; % my $bgcolor = ''; - # - Subject - Status - Queue - Owner - Priority + <% mt('#') |h %> + <% mt('Subject') |h %> + <% mt('Status') |h %> + <% mt('Queue') |h %> + <% mt('Owner') |h %> + <% mt('Priority') |h %> % foreach my $ticket ( @tickets ) {