summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-agent.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-22 20:23:21 +0000
committerlevinse <levinse>2011-05-22 20:23:21 +0000
commit7c4a50d23058e764d9bb905df21d9ae6f7f01a4f (patch)
tree5d8c661ff9a628e3b1b47be3a1743f2844addd16 /httemplate/elements/select-agent.html
parent78ad530afc8cd865655dd86b249112f15fccdcf1 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/elements/select-agent.html')
-rw-r--r--httemplate/elements/select-agent.html7
1 files changed, 3 insertions, 4 deletions
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 = @_;