From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/html/Admin/Articles/Classes/Objects.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'rt/share/html/Admin/Articles/Classes/Objects.html') diff --git a/rt/share/html/Admin/Articles/Classes/Objects.html b/rt/share/html/Admin/Articles/Classes/Objects.html index 62c57256b..37a3617d5 100644 --- a/rt/share/html/Admin/Articles/Classes/Objects.html +++ b/rt/share/html/Admin/Articles/Classes/Objects.html @@ -54,13 +54,13 @@ % if ( $is_global ) {

<&|/l&>Applies to all objects

- -<&|/l&>check this box to remove this Class globally and be able to choose specific Queues. + + % } else {

<&|/l&>Apply globally

- -<&|/l&>check this box to apply this Class globally to all Queues. + +

<&|/l&>Selected Queues

<& /Elements/CollectionList, @@ -85,7 +85,7 @@ Order => 'ASC', %ARGS, Collection => $not_applied, - Rows => 50, + Rows => $rows, Format => $format, DisplayFormat => "'__CheckBox.{AddClass-". $Class->id ."}__',". $format, AllowSorting => 1, @@ -143,6 +143,7 @@ $collection_class =~ s/^RT:://; my $format = RT->Config->Get('AdminSearchResultFormat')->{$collection_class} || '__id__,__Name__'; +my $rows = RT->Config->Get('AdminSearchResultRows')->{$collection_class} || 50; my $title = loc('Modify associated objects for [_1]', $Class->Name); -- cgit v1.2.1