[Rt-commit] [rtir] 01/01: Pass Placeholder to SimpleSearch

Kevin Falcone falcone at bestpractical.com
Thu Feb 6 16:50:12 EST 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.0-trunk
in repository rtir.

commit 33e29060869752cdfd865172d58ad7645763288f
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Feb 6 16:49:05 2014 -0500

    Pass Placeholder to SimpleSearch
    
    This requires 43f534acd from 4.0-trunk which will be in 4.0.20
---
 html/Callbacks/RTIR/Elements/Tabs/Privileged | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index c3896e5..29c1083 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -517,7 +517,8 @@ if ( $session{'CurrentUser'}->HasRight(Right => 'ModifySelf', Object => $RT::Sys
 
 PageWidgets()->child('simple_search')->raw_html( $m->scomp(
     '/Elements/SimpleSearch',
-    SendTo => '/RTIR/index.html'
+    SendTo => '/RTIR/index.html',
+    Placeholder => 'Search Incidents'
 ) );
 
 </%INIT>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list