[Koha-patches] [PATCH] [bug_5575] Moving guarantee checkouts to tab; Markup corrections

Owen Leonard oleonard at myacpl.org
Fri Jan 28 22:25:47 CET 2011


---
 .../prog/en/modules/circ/circulation.tmpl          |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
index 6630145..a5c68ca 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
@@ -507,7 +507,6 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
                         );
 				//]]>
                  </script>
-        </p><p>
         <label for="stickyduedate"> Remember for Session:</label>
         <!-- TMPL_IF NAME="stickyduedate" -->
             <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" />
@@ -515,7 +514,6 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
             <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" />
         <!-- /TMPL_IF -->
         <input type="button" class="action" id="cleardate" value="Clear" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" />
-        </p>
     </div>
 <!-- /TMPL_IF -->
           <input type="hidden" name="borrowernumber" id="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
@@ -673,7 +671,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
     <!-- TMPL_ELSE -->
             <a href="/cgi-bin/koha/circ/circulation.pl#reserves">0 Holds</a>
     <!-- /TMPL_IF --></li>
-
+<!-- TMPL_IF NAME="displayrelissues" --><li><a href="/cgi-bin/koha/circ/circulation.pl#guarantee">Guarantee checkouts</a></li><!-- /TMPL_IF -->
 </ul>
 
 <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
@@ -723,7 +721,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 				 </script>
                 </p>
                 <p>
-                    <label for="exemptfine">Forgive fines on return: </label><input type="checkbox" name="exemptfine" value="1" />
+                    <label for="exemptfine">Forgive fines on return: </label><input type="checkbox" id="exemptfine" name="exemptfine" value="1" />
                 </p>
                 <!-- TMPL_IF NAME="CAN_user_circulate_override_renewals" -->
                 <!-- TMPL_IF NAME="AllowRenewalLimitOverride" -->
@@ -849,10 +847,10 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 <!-- TMPL_ELSE -->
 <p>Patron has nothing checked out.</p>
 <!-- /TMPL_IF -->
-
+</div>
 
 <!-- TMPL_IF NAME="displayrelissues" -->
-<h2>Relatives issues</h2>
+<div id="guarantee">
     <table id="relissuest">
     <thead>
     <tr>
@@ -862,7 +860,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
         <th scope="col">Branch</th>
         <th scope="col">Checked out on</th> 
         <th scope="col">Charge</th>
-	<th scope="col">Borrower</th>
+        <th scope="col">Guarantee</th>
         <th scope="col">Material</th>
     </tr>
     </thead>
@@ -914,11 +912,8 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 <!--/if previssues --><!-- /TMPL_IF -->
       </tbody>
     </table>
-</form>
-<!-- /TMPL_IF --><!-- end displayrelissues --> 
-
 </div>
-
+<!-- /TMPL_IF --><!-- end displayrelissues --> 
 
 <div id="reserves">
 <!-- TMPL_IF NAME="reservloop" -->
-- 
1.7.3



More information about the Koha-patches mailing list