[Koha-patches] [biblibre/3.2_community] Markup tweaks to better style the patron search filter

Owen Leonard oleonard at myacpl.org
Wed Jan 20 16:50:45 CET 2010


---
 .../prog/en/modules/members/member.tmpl            |    2 +-
 .../prog/en/modules/members/search.tmpl            |   20 +++++++++-----------
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl
index bae8781..05b4747 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl
@@ -18,7 +18,7 @@ $(document).ready(function() {
 
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <!-- TMPL_IF NAME="searching" --><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Search Results<!-- TMPL_ELSE -->Patrons<!-- /TMPL_IF --></div>
 
-<div id="doc3" class="yui-t3">
+<div id="doc3" class="yui-t2">
    
    <div id="bd">
 		<div id="yui-main">
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
index 090fbeb..094e375 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
@@ -1,23 +1,21 @@
     <form action="<!--TMPL_VAR Name="actionname"-->" method="get">
 	<fieldset class="brief">
-				<h3 > Filter :</h3>
-				<input type="hidden" name="surname" value="<!-- TMPL_VAR name="surname"-->" />
-				<input type="text" name="member" value="<!-- TMPL_VAR name="member"-->" /><br/>
-				<!-- TMPL_IF NAME="subscriptionid" -->
-				<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR NAME="subscriptionid" -->">
-				<!-- /TMPL_IF -->
-                <label for="branchcode"> Library :</label><select name="branchcode" id="branchcode">
+	<h4>Refine results</h4>
+	<input type="hidden" name="surname" value="<!-- TMPL_VAR name="surname"-->" />
+	<ol>
+	<li><label for="member">Name:</label> <input type="text" id="member" name="member" value="<!-- TMPL_VAR name="member"-->" /><!-- TMPL_IF NAME="subscriptionid" --><input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR NAME="subscriptionid" -->"><!-- /TMPL_IF --></li>
+	<li><label for="branchcode"> Library: </label><select name="branchcode" id="branchcode">
         <option value="">Any</option><!-- TMPL_LOOP name="branchloop" -->
         <!-- TMPL_IF NAME="selected" -->
         <option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="branchname" --></option><!-- TMPL_ELSE -->
         <option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="branchname" --></option><!-- /TMPL_IF -->
-      <!-- /TMPL_LOOP --></select><br />
-                 <label for="categorycode"> Patron Category :</label><select name="categorycode" id="categorycode">
+      <!-- /TMPL_LOOP --></select></li>
+   <li><label for="categorycode">Category: </label><select name="categorycode" id="categorycode">
         <option value="">Any</option><!-- TMPL_LOOP name="categoryloop" -->
         <!-- TMPL_IF NAME="selected" -->
         <option value="<!-- TMPL_VAR name="categorycode" -->" selected="selected"><!-- TMPL_VAR name="description" --></option><!-- TMPL_ELSE -->
         <option value="<!-- TMPL_VAR name="categorycode" -->"><!-- TMPL_VAR name="description" --></option><!-- /TMPL_IF -->
-      <!-- /TMPL_LOOP --></select> <br />
-                    <input type="submit" value="Search" />
+      <!-- /TMPL_LOOP --></select> </li>
+        <fieldset class="action"><input type="submit" value="Search" /></fieldset>
                 </fieldset>
             </form>
-- 
1.6.3.3




More information about the Koha-patches mailing list