X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FPrefs%2FSearchOptions.html;h=1d7464055b043612733f161fd4262164404438ad;hp=aeb27863fe1cf718abcda18af488fc90b64e2df9;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hpb=01352af8e44b7eb70b2b587ca43ab7ca946f038d diff --git a/rt/share/html/Prefs/SearchOptions.html b/rt/share/html/Prefs/SearchOptions.html index aeb27863f..1d7464055 100644 --- a/rt/share/html/Prefs/SearchOptions.html +++ b/rt/share/html/Prefs/SearchOptions.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,10 +46,7 @@ %# %# END BPS TAGGED BLOCK }}} <& /Elements/Header, Title => loc("Ticketing Search Preferences") &> -<& /User/Elements/Tabs, - current_tab => "Prefs/SearchOptions.html", - Title => loc("Search Preferences") -&> +<& /Elements/Tabs &> <& /Elements/ListActions, actions => \@actions &>
@@ -67,7 +64,7 @@ <%INIT> my @actions; -# {{{ If we're saving search preferences, do that now +# If we're saving search preferences, do that now $Order = join '|', grep defined && /\S/, (ref $Order)? @{$Order}: $Order; $OrderBy = join '|', grep defined && /\S/, (ref $OrderBy)? @{$OrderBy}: $OrderBy; @@ -84,7 +81,6 @@ if ($ARGS{'SavePreferences'}) { push @actions, $ok ? loc("Preferences saved.") : $msg; } -# }}} # Read from user preferences my $prefs = $session{'CurrentUser'}->UserObj->Preferences("SearchDisplay") || {};