diff options
author | levinse <levinse> | 2011-05-22 16:39:46 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-22 16:39:46 +0000 |
commit | 73ccbbf60928661e385c826de893e6fd57c7e364 (patch) | |
tree | fe56370e2539971df08e7cc2403f224138951907 /httemplate/elements/tr-select-agent.html | |
parent | 6e39b5fce608de6c2fa532439b58e83c548814c9 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/elements/tr-select-agent.html')
-rw-r--r-- | httemplate/elements/tr-select-agent.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/elements/tr-select-agent.html b/httemplate/elements/tr-select-agent.html index 515a11d48..0985d1aa7 100644 --- a/httemplate/elements/tr-select-agent.html +++ b/httemplate/elements/tr-select-agent.html @@ -32,14 +32,13 @@ Example: % } else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Agent' %></TD> + <TD ALIGN="right"><% $opt{'label'} || emt('Agent') %></TD> <TD <% $colspan %>> - <% include( '/elements/select-agent.html', + <& /elements/select-agent.html, 'curr_value' => $agentnum, 'agents' => \@agents, %opt, - ) - %> + &> </TD> </TR> |