Misplaced </tbody> breaks table sorting. Fixes Bug 3365.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
aac1c7f8a9
commit
18abc28d62
1 changed files with 25 additions and 24 deletions
|
@ -395,7 +395,31 @@ if (nodename =="barcodes[]"){
|
|||
<th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllitems">select all</a> | <a href="#" id="CheckNoitems">none</a></p></th>
|
||||
<th scope="col">Return <p class="column-tool"><a href="#" id="CheckAllreturns">select all</a> | <a href="#" id="CheckNoreturns">none</a></p></th>
|
||||
</tr></thead>
|
||||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="4" style="text-align: right; font-weight:bold;">Totals:</td>
|
||||
<td><!-- TMPL_VAR NAME="totaldue" --></td>
|
||||
<td><!-- TMPL_VAR NAME="totalprice" --></td>
|
||||
<td colspan="2">
|
||||
<p>
|
||||
Renewal due date: <input type="text" size="8" id="newduedate" name="newduedate" value="<!-- TMPL_VAR Name="newduedate" -->" />
|
||||
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" />
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
Calendar.setup({
|
||||
inputField : "newduedate",
|
||||
ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
|
||||
button : "newduedate_button"
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
</p>
|
||||
<p>
|
||||
Forgive fines on return: <input type="checkbox" name="exemptfine" value="1" />
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
<!-- TMPL_LOOP name="issueloop" -->
|
||||
|
||||
|
@ -456,29 +480,6 @@ if (nodename =="barcodes[]"){
|
|||
<!-- /TMPL_IF -->
|
||||
</tr>
|
||||
<!-- /tmpl_loop -->
|
||||
<tr>
|
||||
<td colspan="4" style="text-align: right; font-weight:bold;">Totals:</td>
|
||||
<td><!-- TMPL_VAR NAME="totaldue" --></td>
|
||||
<td><!-- TMPL_VAR NAME="totalprice" --></td>
|
||||
<td colspan="2">
|
||||
<p>
|
||||
Renewal due date: <input type="text" size="8" id="newduedate" name="newduedate" value="<!-- TMPL_VAR Name="newduedate" -->" />
|
||||
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" />
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
Calendar.setup({
|
||||
inputField : "newduedate",
|
||||
ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
|
||||
button : "newduedate_button"
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
</p>
|
||||
<p>
|
||||
Forgive fines on return: <input type="checkbox" name="exemptfine" value="1" />
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<fieldset class="action">
|
||||
|
|
Loading…
Reference in a new issue