bug 4837 make circ print page show item type description
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-print.tmpl
index a45b8ff..8ef31bb 100644 (file)
@@ -1,7 +1,7 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
 <title>Summary for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="<!-- TMPL_IF NAME="IntranetFavicon" --><!-- TMPL_VAR NAME="IntranetFavicon" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico<!-- /TMPL_IF -->" type="image/x-icon" />
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
 </head>
 <body>
@@ -22,7 +22,7 @@
        <tr>
                <th>Title</th>
                <th>Author</th>
-               <th>Format</th>
+               <th>Item Type</th>
                <th>Date Due</th>
                <th>Charge</th>
                <th>Price</th>
@@ -37,7 +37,7 @@
                </a>
                </td>
                <td><!-- TMPL_VAR NAME="author" --></td>
-               <td><!-- TMPL_VAR NAME="itemtype" --></td>
+               <td><!-- TMPL_VAR NAME="itemtype_description" --></td>
                <td><!-- TMPL_VAR NAME="date_due" --></td>
                <td><!-- TMPL_VAR NAME="charge" --></td>
                <td><!-- TMPL_VAR NAME="replacementprice" --></td>