X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FArticles%2FClasses%2Findex.html;h=576686479ce3dc0e4a0a2a01ea4d74beccc0da70;hp=8c32677c9b1987b14b6564e2de62bd5f6a1bd057;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7 diff --git a/rt/share/html/Admin/Articles/Classes/index.html b/rt/share/html/Admin/Articles/Classes/index.html index 8c32677c9..576686479 100644 --- a/rt/share/html/Admin/Articles/Classes/index.html +++ b/rt/share/html/Admin/Articles/Classes/index.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -56,6 +56,7 @@ <& /Elements/CollectionList, OrderBy => 'Name', Order => 'ASC', + Rows => $Rows, %ARGS, Format => $Format, Collection => $Classes, @@ -65,7 +66,8 @@ % }
-<&|/l&>Include disabled classes in listing.
+ +
<%INIT> @@ -83,6 +85,7 @@ if ($FindDisabledClasses) { } $Format ||= RT->Config->Get('AdminSearchResultFormat')->{'Classes'}; +my $Rows = RT->Config->Get('AdminSearchResultRows')->{'Classes'} || 50; <%ARGS>