From 7c4a50d23058e764d9bb905df21d9ae6f7f01a4f Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 22 May 2011 20:23:21 +0000 Subject: internationalization/localization, RT12515 --- httemplate/elements/select-agent.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'httemplate/elements/select-agent.html') diff --git a/httemplate/elements/select-agent.html b/httemplate/elements/select-agent.html index 897c98248..fd2c57eac 100644 --- a/httemplate/elements/select-agent.html +++ b/httemplate/elements/select-agent.html @@ -1,15 +1,14 @@ -<% include( '/elements/select-table.html', +<& /elements/select-table.html, 'table' => 'agent', 'name_col' => 'agent', 'value' => $agentnum || '', 'agent_virt' => 1, - 'empty_label' => 'all', + 'empty_label' => emt('all'), 'hashref' => { 'disabled' => '' }, 'order_by' => ' ORDER BY agent', 'disable_empty' => $disable_empty, %opt, - ) -%> +&> <%init> my %opt = @_; -- cgit v1.2.1