adding barcode into list of on loan books
authortipaul <tipaul>
Wed, 24 Nov 2004 16:08:12 +0000 (16:08 +0000)
committertipaul <tipaul>
Wed, 24 Nov 2004 16:08:12 +0000 (16:08 +0000)
koha-tmpl/opac-tmpl/css/en/opac-user.tmpl

index 3f2316b..8277280 100644 (file)
@@ -54,6 +54,7 @@
                                <th>Author</th>
                                <th>Due date</th>
                                <th>Itemtype</th>
+                               <th>Barcode</th>
                                <th>Charges</th>
                                <th>Renewable</th>
                        </tr>
@@ -63,6 +64,7 @@
                                        <td><!-- TMPL_VAR NAME="author" --></td>
                                        <td><!-- TMPL_VAR NAME="date_due" --></td>
                                        <td><!-- TMPL_VAR NAME="itemtype" --></td>
+                                       <td><!-- TMPL_VAR NAME="barcode" --></td>
                                        <td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
                                        <td><!-- TMPL_IF NAME="status" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
                                </tr>