in addbooks, after searching, let a user view a biblio (before editing)
authorpaul <paul@localhost.(none)>
Thu, 20 Dec 2007 17:42:39 +0000 (18:42 +0100)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 21 Dec 2007 13:53:24 +0000 (07:53 -0600)
the edit button is still here, just adding a MARCdetail.pl one

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tmpl

index a656392..5265315 100644 (file)
@@ -44,7 +44,7 @@
         <!-- /TMPL_IF -->
             <td>
                 <p>
-                    <!-- TMPL_VAR NAME="title" -->
+                    <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
                 <!-- TMPL_VAR NAME="subtitle" -->
                 <!-- TMPL_IF name="summary" -->
                     <p><!-- TMPL_VAR name="summary" --></p>