From 6eefe7c0eb2fa41651fcc9f3d9c8259ceb77e13a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 7 May 2014 16:36:00 -0700 Subject: fix agent type selection, RT#28804 --- httemplate/elements/tr-select-agent_type.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-select-agent_type.html b/httemplate/elements/tr-select-agent_type.html index 3fcbcd388..400cb4ebb 100644 --- a/httemplate/elements/tr-select-agent_type.html +++ b/httemplate/elements/tr-select-agent_type.html @@ -1,8 +1,8 @@ -%#% if ( scalar(@agent_types) == 1 ) { -%# -%# -%# -%#% } else { +% if ( scalar(@agent_types) == 1 ) { + + + +% } else { <% $opt{'label'} || 'Agent Type' %> @@ -15,7 +15,7 @@ -%#% } +% } <%init> -- cgit v1.2.1