More fixes for Bug 2600, enabling the appearance of HTML tags in item titles. Resubmi...
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / detailprint.tmpl
index f316ef9..3eeda65 100644 (file)
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Catalogue &rsaquo; Details for <!-- TMPL_VAR NAME="title" --></title>
+<title>Koha &rsaquo; Catalog &rsaquo; Details for <!-- TMPL_VAR NAME="title" --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <link rel="stylesheet" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
 </head>
@@ -10,7 +10,7 @@
 <div id="main">
 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
        <table class="list">
-       <caption><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" --></caption>
+       <caption><!-- TMPL_VAR NAME="title" escape="html" --> <!-- TMPL_VAR NAME="subtitle" --></caption>
        <tr><th>Biblio Record Number: </th><td> <!-- TMPL_VAR NAME="biblionumber" -->   </td></tr>
 <!-- TMPL_IF NAME="author" --><tr><th>Author: </th><td><!-- TMPL_VAR NAME="author" --></td></tr><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="additional" --><tr><th>Additional Author: </th><td><!-- TMPL_VAR NAME="additional" --></td></tr><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF -->
@@ -36,7 +36,7 @@
        <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
                <tr>
                        <td><!-- TMPL_VAR NAME="description" --></td>
-                       <td><!-- TMPL_VAR NAME="classification" --></td>
+                       <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
                        <td><!-- TMPL_VAR NAME="branchname" --><!-- TMPL_IF NAME="bulk" -->, <!-- TMPL_VAR NAME="bulk" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
                        <td><!-- TMPL_VAR NAME="datedue" --></td>
                        <td><!-- TMPL_VAR NAME="datelastseen" --></td>
@@ -45,4 +45,4 @@
        <!-- /TMPL_LOOP -->
 </table>
 
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->