[Rt-commit] '' 02/04: Add the BuildQuery id to pick up button styling on RTIR search page

Jim Brandt jbrandt at bestpractical.com
Fri Apr 26 15:27:59 EDT 2013


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

jbrandt pushed a commit to branch 2.9/search-menu-fixes
in repository rtir.

commit 228087c2046ead800fe991da02b656dea40af8c4
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed Apr 24 16:06:39 2013 -0400

    Add the BuildQuery id to pick up button styling on RTIR search page
---
 html/RTIR/Search/Elements/BuildQuery | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/html/RTIR/Search/Elements/BuildQuery b/html/RTIR/Search/Elements/BuildQuery
index aee90b8..071d326 100644
--- a/html/RTIR/Search/Elements/BuildQuery
+++ b/html/RTIR/Search/Elements/BuildQuery
@@ -44,7 +44,8 @@
 %# 
 %# }}} END BPS TAGGED BLOCK
 
-<form method="post" action="<% RT->Config->Get('WebPath') %><% $m->request_comp->path %>" name="BuildQuery">
+<form method="post" action="<% RT->Config->Get('WebPath') %><% $m->request_comp->path %>"
+ name="BuildQuery" id="BuildQuery">
 <input type="hidden" class="hidden" name="SavedSearchId" value="<% $saved_search{'Id'} %>" />
 <input type="hidden" class="hidden" name="ResultPage" value="<% $ResultPage %>" />
 <input type="hidden" class="hidden" name="BaseQuery" value="<% $BaseQuery %>" />

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


More information about the Rt-commit mailing list