Merge remote branch 'kc/new/enh/bug_5432' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / checkouts-table-footer.inc
1 <tfoot>
2         <tr>
3         <td colspan="5" style="text-align: right; font-weight:bold;">Totals:</td>
4                 <td><!-- TMPL_VAR NAME="totaldue" --></td>
5                 <td><!-- TMPL_VAR NAME="totalprice" --></td>
6                 <td colspan="2">
7                         <p>Renewal due date: <input type="text" size="8" id="newduedate" name="newduedate" value="<!-- TMPL_VAR Name="newduedate" -->" />
8                         <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" />
9                         <script type="text/javascript"> //<![CDATA[
10                         //#TODO - ADD syspref (AllowPostDatedCheckouts).
11                          Calendar.setup(
12                               {
13                                  inputField : "newduedate",
14                                  ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
15                                  button : "newduedate_button",
16                                  disableFunc : validate1,
17                                  dateStatusFunc : validate1
18                                }
19                             );
20                         //]]>
21                         </script></p>
22                         <p><label>Forgive fines on return: <input type="checkbox" name="exemptfine" value="1" /></label></p>
23                 </td>
24         </tr>
25 </tfoot>