X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FArticles%2FClasses%2Findex.html;h=262f56f965f50ad888def258381c7457a2ae4d8f;hb=9ce482da3960ee43decee41fba53b78c12c3e52c;hp=97d77c6e7e5c19eafaa2c0da1d9c13164bfa3fda;hpb=d05d7346bb2387fd9d0354923d577275c5c7f019;p=freeside.git diff --git a/rt/share/html/Admin/Articles/Classes/index.html b/rt/share/html/Admin/Articles/Classes/index.html index 97d77c6e7..262f56f96 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-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 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>