X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FArticles%2FClasses%2FObjects.html;h=1fbc2074b4adae35d224588921e96b18c1ae07b8;hp=5d5118fa988529ddf1c47aaf782a54568d587e25;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=45d35d5739d05e602bc317739485693e0e9ff0b5 diff --git a/rt/share/html/Admin/Articles/Classes/Objects.html b/rt/share/html/Admin/Articles/Classes/Objects.html index 5d5118fa9..1fbc2074b 100644 --- a/rt/share/html/Admin/Articles/Classes/Objects.html +++ b/rt/share/html/Admin/Articles/Classes/Objects.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -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);