ENH: 3525 - Link to OPAC View from Staff Bib
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / detail.tmpl
index cb9dae5..4bacb77 100644 (file)
@@ -100,6 +100,11 @@ function verify_images() {
             <!-- /TMPL_LOOP --></ul>
 </li>
     <!-- /TMPL_IF -->
+    <!-- TMPL_IF name="OpacUrl" -->
+       <li><strong>OPAC View:</strong>
+       <a href="http://<!-- TMPL_VAR name="OpacUrl" -->/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" target="_blank">Open in new window</a>
+               </li>
+       <!-- /TMPL_IF -->
         </ul>
         </div>