[Rt-commit] [rtir] 06/12: Give the Search form an id so that core CSS applies.

Kevin Falcone falcone at bestpractical.com
Fri Jul 12 10:40:03 EDT 2013


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

falcone pushed a commit to branch 2.9/edit-search-regressions
in repository rtir.

commit 7f902869b3a6e6fb4e426b1f7d0372b2fa4e9ddd
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jul 9 14:45:27 2013 -0400

    Give the Search form an id so that core CSS applies.
    
    Without this, the Add these terms (and search) buttons will float behind
    the Saved Search box on pages without long Add Criteria sections.
---
 html/RTIR/Search/Elements/BuildQuery | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Search/Elements/BuildQuery b/html/RTIR/Search/Elements/BuildQuery
index 8a1c287..30bdc39 100644
--- a/html/RTIR/Search/Elements/BuildQuery
+++ b/html/RTIR/Search/Elements/BuildQuery
@@ -46,7 +46,7 @@
 %#
 %# 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