Bug 9811: Display email address in patron result list
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / members / guarantor_search.tt
index bf30f9f..1e43405 100644 (file)
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Guarantor Search</title>
+<title>Koha &rsaquo; Guarantor search</title>
 [% INCLUDE 'doc-head-close.inc' %]
     <style type="text/css">
     #custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; }
@@ -55,7 +55,7 @@
         // -->
     </script>
 </head>
-
+<body id="pat_guarantor_search" class="pat">
 <div id="custom-doc" class="yui-t7">
    <div id="bd">
        <div class="yui-g">
@@ -68,7 +68,7 @@
                <input type="text" name="member" id="member" value="[% member %]" class="focus" /> Ordered by
                <select name="orderby">
                        <option value="surname,firstname">Surname</option>
-                       <option value="cardnumber">Cardnumber</option>
+            <option value="cardnumber">Card number</option>
                </select> <input type="submit" class="button" value="Search" /></fieldset>
        </form>
 
@@ -76,7 +76,7 @@
        <p>Searched for <span class="ex">[% member %]</span>, [% numresults %] patron(s) found:</p>
        <table>
                <tr>
-                       <th>Cardnumber</th>
+            <th>Card number</th>
                        <th>Name</th>
                        <th>Date of birth</th>
                        <th>Address</th>