From b8988e1d3ac75af63c85e8563e57701030315a9e Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 25 Feb 2014 18:34:25 -0800 Subject: RT 4.0.19 --- rt/share/html/Elements/EditCustomFieldSelect | 60 +++++++++++++++++++--------- 1 file changed, 42 insertions(+), 18 deletions(-) (limited to 'rt/share/html/Elements/EditCustomFieldSelect') diff --git a/rt/share/html/Elements/EditCustomFieldSelect b/rt/share/html/Elements/EditCustomFieldSelect index 8668bc427..87400ab2e 100644 --- a/rt/share/html/Elements/EditCustomFieldSelect +++ b/rt/share/html/Elements/EditCustomFieldSelect @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -66,50 +66,74 @@ % } -% if (@category) { -%# this hidden select is to supply a full list of values, -%# see filter_cascade() in js/cascaded.js - -% } % if ( $RenderType eq 'List' ) {
+
% if ( $checktype eq 'radio' ) { - /> +
+ />
+
% } % my $CFVs = $CustomField->Values; % while ( my $value = $CFVs->Next ) { % my $content = $value->Name; % my $labelid = "$name-". $value->id; +
/>
+
% } +
% } else { +% if (@category) { +%# this hidden select is to supply a full list of values, +%# see filter_cascade() in js/cascaded.js + +% }