X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FEditCustomFieldValues;fp=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FEditCustomFieldValues;h=4d0dc51b80d23d34e7b79c6315bcfd79deec8ac5;hb=33beebf4cb42eba3e1dd868ad5e0af102de961da;hp=c2a027b811ce426bdcccc32c0853b79640cbc652;hpb=7ac86daf67b0a95153b736d5811f9050363f6553;p=freeside.git diff --git a/rt/share/html/Admin/Elements/EditCustomFieldValues b/rt/share/html/Admin/Elements/EditCustomFieldValues index c2a027b81..4d0dc51b8 100755 --- a/rt/share/html/Admin/Elements/EditCustomFieldValues +++ b/rt/share/html/Admin/Elements/EditCustomFieldValues @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -58,7 +58,7 @@ <&|/l&>Name <&|/l&>Description % if ($CustomField->Type ne 'Combobox') { -<&|/l&>Category +<&|/l&>Category % } @@ -68,22 +68,23 @@ - + % if ( $CustomField->Type ne 'Combobox' ) { % if ( $Categories ) { % my $selected = $value->Category; % $selected = '' unless defined $selected; - % while (my $Value = $Categories->Next) { % } % } else { - + % } % } +% $m->callback(CallbackName => 'AfterCustomFieldValueInput', CustomFieldObj => $CustomField, CustomFieldValueObj => $value, ARGSRef => \%ARGS ); % }