[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-180-g66950ec

? sunnavy sunnavy at bestpractical.com
Thu Jul 22 00:14:48 EDT 2010


The branch, 3.9-trunk has been updated
       via  66950ec3d14066c3066a550dcac8527a604c8fda (commit)
      from  e9557499435d30b8f6be8eba823d7ec2c71c2026 (commit)

Summary of changes:
 share/html/Search/Simple.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 66950ec3d14066c3066a550dcac8527a604c8fda
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Jul 22 12:15:47 2010 +0800

    word tweak

diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html
index c2fdd01..9b3ecc0 100644
--- a/share/html/Search/Simple.html
+++ b/share/html/Search/Simple.html
@@ -62,7 +62,8 @@
 <p><&|/l&>Searching the full text of every ticket can take a long time, but if you need to do it, you can search for any word in full ticket history for any word by typing <b>fulltext:<i>word</i></b>.</&></p>
 <p><&|/l&>RT will look for anything else you enter in ticket subjects.</&></p>
 
-<p><&|/l&>Please note that only tickets with active status are displayed here. For more powerful searches please visit the <a href="<%RT->Config->Get('WebPath')%>/Search/Build.html">search builder interface</a>.</&></p>
+% my $status_str = join ', ', map { loc($_) } RT->Config->Get('ActiveStatus');
+<p><&|/l, $status_str&>Please note that only tickets with one of these statuses( [_1] ) are displayed here. For more powerful searches please visit the <a href="<%RT->Config->Get('WebPath')%>/Search/Build.html">search builder interface</a>.</&></p>
 
 <br />
 <br />

-----------------------------------------------------------------------


More information about the Rt-commit mailing list