in addbooks, after searching, let a user view a biblio (before editing)
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / addbooks.tmpl
index 93ad58d..5265315 100644 (file)
@@ -1,14 +1,13 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
 <title>Koha &rsaquo; Cataloguing</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
 <script type="text/javascript">
        $(document).ready(function() {
        $('#header_search').tabs();
  });
 </script>
 </head>
-<body class="yui-skin-sam">
+<body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cataloging-search.inc" -->
 
 <!-- TMPL_INCLUDE NAME="cataloging-toolbar.inc" -->
        
        <!-- TMPL_IF name="noitemsfound" -->
-               No items found
+               No results found
        <!-- /TMPL_IF -->
 
 <!-- display the search results -->
 
 <!-- TMPL_IF NAME="total"-->
-<!-- TMPL_VAR NAME="total"--> Results found in catalogue.
+<!-- TMPL_VAR NAME="total"--> results found
 <!-- TMPL_VAR name='pagination_bar'-->
 <div class="searchresults">
     <table>
@@ -45,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>
@@ -99,7 +98,7 @@
 </div>
 <!-- TMPL_ELSE -->
     <!-- TMPL_IF name='query'-->
-        <b>No Result found in catalogue.</b>
+        <b>No results found</b>
         <!-- TMPL_IF NAME="error" -->
             Error: <span class="error"><!-- TMPL_VAR NAME="error" --></span>
         <!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->