X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FListGlobalScrips;h=701ffbfa795f3b04e62e7815a0808f5c785e03c7;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=7f1039ed952e124314c5a850d7e7387bc8c93d73;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/share/html/Admin/Elements/ListGlobalScrips b/rt/share/html/Admin/Elements/ListGlobalScrips index 7f1039ed9..701ffbfa7 100755 --- a/rt/share/html/Admin/Elements/ListGlobalScrips +++ b/rt/share/html/Admin/Elements/ListGlobalScrips @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -56,15 +56,12 @@ %ARGS, Format => $Format, Collection => $Scrips, - ShowHeader => 0, &> % } <%init> -my $Format = q{'__id__/TITLE:#'} - .q{,'__AutoDescription__/TITLE:Condition, Action and Template'} - .q{__NEWLINE__,'','__Description__'}; +my $Format = RT->Config->Get('AdminSearchResultFormat')->{'GlobalScrips'}; my $Scrips = RT::Scrips->new( $session{'CurrentUser'} ); $Scrips->LimitToGlobal;