X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FUsers%2Findex.html;h=1873e13e402f771b4895c63602815a5181464587;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=adcfeb5b90ebd47201484cb05f96916334cc7b14;hpb=c24d6e2242ae0e026684b8f95decf156aba6e75e;p=freeside.git diff --git a/rt/share/html/Admin/Users/index.html b/rt/share/html/Admin/Users/index.html index adcfeb5b9..1873e13e4 100755 --- a/rt/share/html/Admin/Users/index.html +++ b/rt/share/html/Admin/Users/index.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -58,18 +58,12 @@ <&|/l&>Go to user - + @@ -81,8 +75,8 @@ jQuery(function(){ % } <&|/l&>Find all users whose <& /Elements/SelectUsers, %ARGS, Fields => \@fields &>
- /> -<&|/l&>Include disabled users in search. + /> +
@@ -95,7 +89,7 @@ jQuery(function(){ <& /Elements/CollectionList, OrderBy => 'Name', Order => 'ASC', - Rows => 100, + Rows => $Rows, %ARGS, Format => $Format, Collection => $users, @@ -135,13 +129,14 @@ else { } $Format ||= RT->Config->Get('AdminSearchResultFormat')->{'Users'}; +my $Rows = RT->Config->Get('AdminSearchResultRows')->{'Users'} || 50; # Build up the list of fields to display for searching my $i = 0; my %sorted = map { $_ => $i++ } qw( Name EmailAddress RealName Organization NickName WorkPhone HomePhone MobilePhone PagerPhone Address1 Address2 City State Zip Country - Timezone Lang Gecos Comments + Timezone Lang Gecos SMIMECertificate Comments ); my @attrs = sort { $sorted{$a} <=> $sorted{$b} }