Fix for bug 1427
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation.tmpl
index 75957df..d4ac1d5 100755 (executable)
@@ -5,37 +5,49 @@
 (<!-- TMPL_VAR NAME="cardnumber" -->)
 <!-- /TMPL_IF --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
 <script type="text/JavaScript" language="JavaScript">
 //<![CDATA[
         $(document).ready(function() {
                $('#patronlists').tabs();
         });
+<!-- TMPL_IF NAME="patronimages " -->$(window).load(function() {
+               verify_patron_images();
+        });<!-- /TMPL_IF -->
 //]]>
 </script>
-
+<!-- TMPL_INCLUDE NAME="calendar.inc" -->
 </head>
-<body class="yui-skin-sam">
+<body>
 
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
 
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo;<!-- TMPL_IF NAME="borrowernumber" --> <a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> &rsaquo; <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- TMPL_ELSE --> <strong>Checkouts</strong><!-- /TMPL_IF --></div>
 
+<!-- TMPL_IF NAME="CGIselectborrower" -->
+<div id="doc" class="yui-t7">
+   
+   <div id="bd">
+       <div id="yui-main">
+       <div class="yui-g">
+<!-- TMPL_ELSE -->
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
+<!-- /TMPL_IF -->
+
 <!-- TMPL_IF NAME="borrowernumber" -->
 <!-- TMPL_INCLUDE NAME="circ-toolbar.inc" -->
 <!-- /TMPL_IF -->
 
 <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
-
+<!-- TMPL_IF NAME="dateexpiry" --><div class="dialog message">Patron's account has been renewed until <!-- TMPL_VAR NAME="dateexpiry" --></div><!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
-<div id="circ_needsconfirmation" class="dialog">
-<div><div class="confirm">
+<div class="yui-g">
+
+<div id="circ_needsconfirmation" class="dialog alert">
 <h3>Please Confirm Checkout</h3>
 
 <ul>
@@ -44,7 +56,7 @@
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="RENEW_ISSUE" -->
-    <li>Item is currently issued to this patron.  Renew?</li>
+    <li>Item is currently checked out to this patron.  Renew?</li>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
@@ -56,7 +68,7 @@
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
-    <li>Item ( <!-- TMPL_VAR NAME="getTitleMessageIteminfo" --> ) issued to <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" -->. Return and issue?</li>
+    <li>Item ( <!-- TMPL_VAR NAME="getTitleMessageIteminfo" --> ) checked out to <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" -->. Check in and check out?</li>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="TOO_MANY" -->
     <input type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" />
     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
     <input type="hidden" name="issueconfirmed" value="1" />
+       <input type="hidden" name="duedatespec" value="<!-- TMPL_VAR NAME="duedatespec" -->" />
     <input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->" />
     <input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
     <input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
-    <input type="submit" value="Yes, Check Out" accesskey="y" />
+    <input type="submit" class="approve" value="Yes, Check Out (Y)" accesskey="y" />
 </form>
 
 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
-    <input type="submit" value="No, Don't Check Out" accesskey="n" />
+    <input type="submit" class="deny" value="No, Don't Check Out (N)" accesskey="n" />
 </form>
 
-</div></div></div>
+</div></div>
 
 <!-- /TMPL_IF --> <!-- NEEDSCONFIRMATION -->
 
@@ -112,26 +125,21 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 
 
 <!-- TMPL_IF NAME="CGIselectborrower" -->
+<!-- TMPL_INCLUDE NAME="patron-toolbar.inc" -->
+
 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform">
-<fieldset id="circ_circulation_selectborrower">
+<fieldset id="circ_circulation_selectborrower" class="brief">
     <legend>Patron selection</legend>
 
     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
     <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
 
-    <p>
+<ol>    <li>
     <label for="borrowernumber">Select a patron: </label>
     <!-- TMPL_VAR name="CGIselectborrower" -->
-    </p>
-
-    <p><input type="submit" value="Select" /></p>
-
-    <p>
-    Patron not found?
-    <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=A" />Add adult</a>
-    <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=C" />Add child</a>
-    or <a href="/cgi-bin/koha/circ/circulation.pl">try another search</a>
-    </p>
+    </li>
+</ol>
+<p><input type="submit" value="Select" /></p>
 </fieldset>
 </form>
 <!-- TMPL_ELSE --> <!-- CGIselectborrower -->
@@ -141,12 +149,15 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 <!-- TMPL_IF NAME="borrowernumber" -->
 <div class="yui-g">
 <!-- TMPL_UNLESS NAME="noissues" -->
-<div class="yui-u first"><form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
+<!-- TMPL_IF NAME="flagged" -->
+<div class="yui-u first">
+<!-- TMPL_ELSE -->
+<div><!-- /TMPL_IF --><form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
 <fieldset id="circ_circulation_issue">
-    <label for="barcode">Enter item barcode: </label>
-       <div class="hint">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></div>
-       <input type="text" name="barcode" id="barcode" class="focus" size="14" />
-    
+    <label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label>
+       <div class="hint">Enter item barcode:</div>
+       
+       <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> <input type="submit" value="Check Out" />
         <!-- RESULT OF ISSUING REQUEST -->
         <!-- TMPL_IF NAME="IMPOSSIBLE" -->
         <ul>
@@ -184,6 +195,10 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
         <!-- TMPL_IF NAME="EXPIRED" -->
             <li><span class="problem">Patron's card is expired</span></li>
         <!-- /TMPL_IF -->
+       
+       <!-- TMPL_IF NAME="NOTSAMEBRANCH" -->
+            <li><span class="problem">This item belongs to <!-- TMPL_VAR NAME="itemhomebranch" --> and cannot be issued from this location.</span></li>
+       <!-- /TMPL_IF -->        
         </ul>
 
     <!-- TMPL_IF NAME="memberofinstution" -->
@@ -191,333 +206,59 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
     <!-- /TMPL_IF -->
 
     <!--/TMPL_IF --> <!-- /impossible -->
-    <p><label for="day">Specify due date: </label>
-        <select name="day" id="day">
-            <option value="0">Day</option>
-            <!-- TMPL_IF NAME="day1" -->
-                <option value="1" selected="selected">1</option>
-            <!-- TMPL_ELSE -->
-                <option value="1">1</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day2" -->
-                <option value="2" selected="selected">2</option>
-            <!-- TMPL_ELSE -->
-                <option value="2">2</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day3" -->
-                <option value="3" selected="selected">3</option>
-            <!-- TMPL_ELSE -->
-                <option value="3">3</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day4" -->
-                <option value="4" selected="selected">4</option>
-            <!-- TMPL_ELSE -->
-                <option value="4">4</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day5" -->
-                <option value="5" selected="selected">5</option>
-            <!-- TMPL_ELSE -->
-                <option value="5">5</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day6" -->
-                <option value="6" selected="selected">6</option>
-            <!-- TMPL_ELSE -->
-                <option value="6">6</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day7" -->
-                <option value="7" selected="selected">7</option>
-            <!-- TMPL_ELSE -->
-                <option value="7">7</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day8" -->
-                <option value="8" selected="selected">8</option>
-            <!-- TMPL_ELSE -->
-                <option value="8">8</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day9" -->
-                <option value="9" selected="selected">9</option>
-            <!-- TMPL_ELSE -->
-                <option value="9">9</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day10" -->
-                <option value="10" selected="selected">10</option>
-            <!-- TMPL_ELSE -->
-                <option value="10">10</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day11" -->
-                <option value="11" selected="selected">11</option>
-            <!-- TMPL_ELSE -->
-                <option value="11">11</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day12" -->
-                <option value="12" selected="selected">12</option>
-            <!-- TMPL_ELSE -->
-                <option value="12">12</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day13" -->
-                <option value="13" selected="selected">13</option>
-            <!-- TMPL_ELSE -->
-                <option value="13">13</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day14" -->
-                <option value="14" selected="selected">14</option>
-            <!-- TMPL_ELSE -->
-                <option value="14">14</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day15" -->
-                <option value="15" selected="selected">15</option>
-            <!-- TMPL_ELSE -->
-                <option value="15">15</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day16" -->
-                <option value="16" selected="selected">16</option>
-            <!-- TMPL_ELSE -->
-                <option value="16">16</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day17" -->
-                <option value="17" selected="selected">17</option>
-            <!-- TMPL_ELSE -->
-                <option value="17">17</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day18" -->
-                <option value="18" selected="selected">18</option>
-            <!-- TMPL_ELSE -->
-                <option value="18">18</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day19" -->
-                <option value="19" selected="selected">19</option>
-            <!-- TMPL_ELSE -->
-                <option value="19">19</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day20" -->
-                <option value="20" selected="selected">20</option>
-            <!-- TMPL_ELSE -->
-                <option value="20">20</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day21" -->
-                <option value="21" selected="selected">21</option>
-            <!-- TMPL_ELSE -->
-                <option value="21">21</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day22" -->
-                <option value="22" selected="selected">22</option>
-            <!-- TMPL_ELSE -->
-                <option value="22">22</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day23" -->
-                <option value="23" selected="selected">23</option>
-            <!-- TMPL_ELSE -->
-                <option value="23">23</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day24" -->
-                <option value="24" selected="selected">24</option>
-            <!-- TMPL_ELSE -->
-                <option value="24">24</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day25" -->
-                <option value="25" selected="selected">25</option>
-            <!-- TMPL_ELSE -->
-                <option value="25">25</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day26" -->
-                <option value="26" selected="selected">26</option>
-            <!-- TMPL_ELSE -->
-                <option value="26">26</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day27" -->
-                <option value="27" selected="selected">27</option>
-            <!-- TMPL_ELSE -->
-                <option value="27">27</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day28" -->
-                <option value="28" selected="selected">28</option>
-            <!-- TMPL_ELSE -->
-                <option value="28">28</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day29" -->
-                <option value="29" selected="selected">29</option>
-            <!-- TMPL_ELSE -->
-                <option value="29">29</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day30" -->
-                <option value="30" selected="selected">30</option>
-            <!-- TMPL_ELSE -->
-                <option value="30">30</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="day31" -->
-                <option value="31" selected="selected">31</option>
-            <!-- TMPL_ELSE -->
-                <option value="31">31</option>
-            <!-- /TMPL_IF -->
-            </select>
-        
-        <select name="month">
-            <option value="0">Month</option>
-            <!-- TMPL_IF NAME="month1" -->
-                <option value="1" selected="selected">Jan</option>
-            <!-- TMPL_ELSE -->
-                <option value="1">Jan</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month2" -->
-                <option value="2" selected="selected">Feb</option>
-            <!-- TMPL_ELSE -->
-                <option value="2">Feb</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month3" -->
-                <option value="3" selected="selected">Mar</option>
-            <!-- TMPL_ELSE -->
-                <option value="3">Mar</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month4" -->
-                <option value="4" selected="selected">Apr</option>
-            <!-- TMPL_ELSE -->
-                <option value="4">Apr</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month5" -->
-                <option value="5" selected="selected">May</option>
-            <!-- TMPL_ELSE -->
-                <option value="5">May</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month6" -->
-                <option value="6" selected="selected">Jun</option>
-            <!-- TMPL_ELSE -->
-                <option value="6">Jun</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month7" -->
-                <option value="7" selected="selected">Jul</option>
-            <!-- TMPL_ELSE -->
-                <option value="7">Jul</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month8" -->
-                <option value="8" selected="selected">Aug</option>
-            <!-- TMPL_ELSE -->
-                <option value="8">Aug</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month9" -->
-                <option value="9" selected="selected">Sep</option>
-            <!-- TMPL_ELSE -->
-                <option value="9">Sep</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month10" -->
-                <option value="10" selected="selected">Oct</option>
-            <!-- TMPL_ELSE -->
-                <option value="10">Oct</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month11" -->
-                <option value="11" selected="selected">Nov</option>
-            <!-- TMPL_ELSE -->
-                <option value="11">Nov</option>
-            <!-- /TMPL_IF -->
-            
-            <!-- TMPL_IF NAME="month12" -->
-                <option value="12" selected="selected">Dec</option>
-            <!-- TMPL_ELSE -->
-                <option value="12">Dec</option>
-            <!-- /TMPL_IF -->
-        </select>
-            
-        <select name="year">
-            <option value="0">Year</option>
-            <!-- TMPL_IF NAME="year2007" -->
-                <option value="2007" selected="selected">2007</option>
-            <!-- TMPL_ELSE -->
-                <option value="2007">2007</option>
-            <!-- /TMPL_IF -->
-            <!-- TMPL_IF NAME="year2008" -->
-                <option value="2008" selected="selected">2008</option>
-            <!-- TMPL_ELSE -->
-                <option value="2008">2008</option>
-            <!-- /TMPL_IF -->
-            <!-- TMPL_IF NAME="year2009" -->
-                <option value="2009" selected="selected">2009</option>
-            <!-- TMPL_ELSE -->
-                <option value="2009">2009</option>
-            <!-- /TMPL_IF -->
-            <!-- TMPL_IF NAME="year2010" -->
-                <option value="2010" selected="selected">2010</option>
-            <!-- TMPL_ELSE -->
-                <option value="2010">2010</option>
-            <!-- /TMPL_IF -->
-        <!-- TMPL_IF NAME="year2011" -->
-                <option value="2011" selected="selected">2011</option>
-            <!-- TMPL_ELSE -->
-                <option value="2011">2011</option>
-            <!-- /TMPL_IF -->  
-        </select>
-        
-        <label for="stickyduedate">
-       <!-- TMPL_IF NAME="stickyduedate" -->
-            <input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> checked="checked" />
-            Remember due date for this patron
+    <div class="date-select">
+        <div class="hint">Specify Due Date:</div><input type="text" size="10" id="duedatespec" name="duedatespec" value="<!-- TMPL_VAR NAME="duedatespec" -->" />                                                        
+               <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" alt="Show Calendar"  border="0" id="CalendarDueDate" style="cursor: pointer;" valign="top" />
+             <script language="JavaScript" type="text/javascript">
+                   function validate1(date) {
+                         var today = new Date();
+                         if ( date < today ) {
+                             return true;
+                          } else {
+                             return false;
+                          }
+                     };
+                     function refocus(calendar) {
+                        document.getElementById('barcode').focus();
+                        calendar.hide();
+                     };
+                               //#TODO - ADD syspref (AllowPostDatedCheckouts).
+                     Calendar.setup(
+                          {
+                             inputField : "duedatespec",
+                             ifFormat : "%Y-%m-%d",
+                             button : "CalendarDueDate",
+                             disableFunc : validate1,
+                             dateStatusFunc : validate1,
+                             onClose : refocus
+                           }
+                        );
+                 </script>
+
+          <label for="stickyduedate">Remember for Session:</label>
+<!-- TMPL_IF NAME="stickyduedate" -->
+<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="1" />
 <!-- TMPL_ELSE -->
-            <input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />
+<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" />
 <!-- /TMPL_IF -->
-            </label>
-        </p>
-
-    <input type="hidden" name="day" value="0" />
-    <input type="hidden" name="month" value="0" />
-    <input type="hidden" name="year" value="0" />
-    <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
-    <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
-    <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
-    <input type="hidden" name="print" value="maybe" />
-    <!-- TMPL_IF NAME="CHARGES" -->
-    <input type="hidden" name="charges" value="yes" />
-    <input type="hidden" name="oldamount" value="<!-- TMPL_VAR NAME="amountold" -->" />
-    <!-- /TMPL_IF -->
-
-    <fieldset class="action">
-    <input type="submit" value="Issue" />
-    </fieldset>
-
-</fieldset>
+          <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;" />
+          <input type="hidden" name="borrowernumber" id="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
+          <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
+          <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
+          <input type="hidden" name="print" value="maybe" />
+                <!-- TMPL_IF NAME="CHARGES" -->
+                        <input type="hidden" name="charges" value="yes" />
+                        <input type="hidden" name="oldamount" value="<!-- TMPL_VAR NAME="amountold" -->" />
+                <!-- /TMPL_IF -->
+</div>
+</fieldset> 
 </form></div><!-- /TMPL_UNLESS --><!-- /unless noissues -->
 
 <!-- TMPL_IF NAME="noissues" --><div><!-- TMPL_ELSE --><div class="yui-u"><!-- /TMPL_IF -->
        
     <!-- TMPL_IF NAME="flagged" -->
                <!-- TMPL_IF NAME="noissues" -->
+                <h4>Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</h4>
         <div id="circmessages" class="circmessage warning">
                <!-- TMPL_ELSE -->
         <div id="circmessages" class="circmessage attention">
@@ -526,9 +267,19 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
                <h3><!-- TMPL_IF NAME="noissues" -->Cannot Check Out!<!-- TMPL_ELSE -->Attention:<!-- /TMPL_IF --></h3>
                <ul>
                
-                       <!--TMPL_IF Name="warndeparture"-->
-                       <li><span class="circ-hlt">Expiration:</span> Patron card has expired or will expire soon.</li>
-                       <!--/TMPL_IF-->
+                       <!-- TMPL_IF NAME = "warndeparture" -->
+                       <li><span class="circ-hlt">Expiration:</span> Patron's card will expire soon.
+                       Patron's card expires on <!-- TMPL_VAR NAME="expiry" --> <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;cardnumber=<!-- TMPL_VAR NAME="cardnumber" -->&amp;destination=circ&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?modify=edit&amp;destination=circ&amp;borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Edit Details</a>
+                       
+                       </li>
+                       <!-- /TMPL_IF -->
+
+                       <!-- TMPL_IF NAME = "expired" -->
+                       <li><span class="circ-hlt">Expiration:</span> Patron's card has expired.
+                       Patron's card expired on <!-- TMPL_VAR NAME="expiry" --> <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;cardnumber=<!-- TMPL_VAR NAME="cardnumber" -->&amp;destination=circ&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?modify=edit&amp;destination=circ&amp;borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Edit Details</a>
+                       
+                       </li>
+                       <!-- /TMPL_IF -->
 
             <!-- TMPL_IF NAME="gna" -->
                        <li class="blocker"><span class="circ-hlt">Address:</span> Patron's address in doubt</li>
@@ -539,7 +290,8 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
                        <!-- /TMPL_IF -->
                        
             <!-- TMPL_IF NAME="dbarred" --><li class="blocker">
-               <span class="circ-hlt"> Restricted:</span> Patron's account is restricted <a href="/cgi-bin/koha/members/setdebar.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;cardnumber=<!-- TMPL_VAR NAME="cardnumber" -->&amp;destination=circ&amp;status=0">Lift restriction</a></li><!-- /TMPL_IF -->
+               <span class="circ-hlt"> Restricted:</span> Patron's account is restricted <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;cardnumber=<!-- TMPL_VAR NAME="cardnumber" -->&amp;destination=circ&amp;status=0">Lift restriction</a>
+</li><!-- /TMPL_IF -->
 
                <!-- TMPL_IF name="odues" --><li><!-- TMPL_IF name="nonreturns" --><span class="circ-hlt">Overdues:</span> Patron has <span class="circ-hlt">ITEMS OVERDUE</span>. See highlighted items <a href="#checkouts">below</a><!-- /TMPL_IF --></li>
             <!-- /TMPL_IF -->
@@ -557,7 +309,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
                    <h4>Holds waiting:</h4>
                                <!-- TMPL_LOOP NAME="WaitingReserveLoop" -->
                                    <ul> 
-                                       <li> <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title"--></a> (<!-- TMPL_VAR NAME="itemtype"-->), <!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author"-->,<!-- /TMPL_IF --> reserved on <!-- TMPL_VAR NAME="reservedate"--> 
+                                       <li> <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title"--></a> (<!-- TMPL_VAR NAME="itemtype"-->), <!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author"-->,<!-- /TMPL_IF --> reserved on <!-- TMPL_VAR NAME="reservedate"--> 
                                    <!-- TMPL_IF NAME="waitingat" -->
                                        waiting at : <!-- TMPL_VAR NAME="waitingat" --> 
                                    <!-- /TMPL_IF -->
@@ -565,15 +317,15 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
                                    </ul>
                            <!-- /TMPL_LOOP -->
                        </div>
-                       <!-- /TMPL_IF --><!-- /If WaitingReserveLoop -->
-
-    <!-- /TMPL_IF --> <!-- /If flagged -->
+                       <!-- /If WaitingReserveLoop --><!-- /TMPL_IF -->
        <!-- TMPL_IF name="notes" -->
                        <div id="circnotes" class="circmessage">
                        <h4>Notes:</h4>
             <p><!-- TMPL_VAR name="notesmsg" --></p>
                        </div>
-    <!-- /TMPL_IF --> <!-- /If notes -->
+    <!-- /If notes --><!-- /TMPL_IF --> 
+     <!-- /If flagged --><!-- /TMPL_IF -->
+
 
 </div>
 </div>
@@ -648,9 +400,12 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
         <input type="checkbox" name="all_items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" style="display: none;" />
         </td>
                <td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- TMPL_VAR NAME="barcode" -->">Check In</a></td>
+               <!-- TMPL_IF NAME="renew_failed" -->
+               <td>Renewal Failed</td>
+               <!-- /TMPL_IF -->
     </tr>
-    <!-- /TMPL_LOOP --> <!-- /loop todayissues -->
-    <!-- /TMPL_IF --> <!-- /if todayissues -->
+    <!-- /loop todayissues --><!-- /TMPL_LOOP --> 
+    <!-- /if todayissues --><!-- /TMPL_IF --> 
 <!-- TMPL_IF NAME="previssues" -->
     <tr>
         <th colspan="7"><a name="previous" id="previous">Previous checkouts</a></th>
@@ -661,7 +416,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
     <!-- TMPL_ELSE -->
         <tr class="highlight">
     <!-- /TMPL_IF -->
-        <td>
+        <!-- TMPL_IF NAME="od" --><td class="od"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
         <!-- TMPL_VAR NAME="dd" -->
         </td>
         <td>
@@ -685,9 +440,13 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
         <input type="checkbox" name="all_items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" style="display: none;" />
         </td>
                <td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- TMPL_VAR NAME="barcode" -->">Check In</a></td>
+               <!-- TMPL_IF NAME="renew_failed" -->
+               <td>Renewal Failed</td>
+               <!-- /TMPL_IF -->
+
     </tr>
-    <!-- /TMPL_LOOP --> <!-- /loop previssues -->
-<!-- /TMPL_IF --> <!--/if previssues -->
+    <!-- /loop previssues --><!-- /TMPL_LOOP --> 
+<!--/if previssues --><!-- /TMPL_IF --> 
     </table>
        <!--TMPL_IF NAME="issuecount"-->
     <div id="action">
@@ -721,12 +480,12 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
                         <!-- TMPL_IF name="barcodereserv" --><!-- TMPL_VAR NAME="barcodereserv" -->
                         <!-- /TMPL_IF -->
                         <!-- TMPL_IF NAME="waitingposition" -->
-                        Hold priority :
+                        Hold priority
                         <b> <!-- TMPL_VAR NAME="waitingposition" --> </b>
                         <!-- /TMPL_IF -->
                     </td>
                     <td>
-                        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> (<b> <!-- TMPL_VAR NAME="itemtype" --> </b>) 
+                        <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> (<b> <!-- TMPL_VAR NAME="itemtype" --> </b>) 
 
                         <!-- TMPL_IF name="waiting" -->
                         <br />
@@ -734,13 +493,13 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
                         <!-- /TMPL_IF -->
                         <!-- TMPL_IF name="transfered" -->
                         <br />
-                        <i>This hold has been transfered from library : 
-                        <!-- TMPL_VAR NAME="frombranch" --> the : <!-- TMPL_VAR NAME="datesent" --> </i>
+                        <i>This hold has been transfered from library
+                        <!-- TMPL_VAR NAME="frombranch" --> on  <!-- TMPL_VAR NAME="datesent" --> </i>
                         <!-- /TMPL_IF -->
 
                         <!-- TMPL_IF name="nottransfered" -->
                         <br />
-                        <i>This hold hasn't been transfered yet from library : <!-- TMPL_VAR NAME="nottransferedby" --></i>
+                        <i>This hold hasn't been transfered yet from library  <!-- TMPL_VAR NAME="nottransferedby" --></i>
                         <!-- /TMPL_IF -->
                     </td>
                     <td><!-- TMPL_VAR NAME="author" --></td>
@@ -761,8 +520,8 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 
 </div>
 </div>
-<div class="yui-b">
+<!-- TMPL_UNLESS NAME="CGIselectborrower" --><div class="yui-b">
 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
-</div>
+</div><!-- /TMPL_UNLESS -->
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->