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 8a5b770..5265315 100644 (file)
    
    <div id="bd">
        <div id="yui-main">
+       
+<!-- TMPL_INCLUDE NAME="cataloging-toolbar.inc" -->
+       
        <!-- TMPL_IF name="noitemsfound" -->
-               No items found
+               No results found
        <!-- /TMPL_IF -->
-       
-<div id="addbooks_add_without_search">
-       <!-- TMPL_IF NAME="NOTMARC" -->
-               <form action="addbiblio.pl">
-                       <input type="submit" value="Add Record Without Search" />
-               </form>
-       <!-- TMPL_ELSE -->
-               <form name="f" action="addbiblio.pl" method="post">
-               <h3>Create a Blank Bibliographic Record</h3>
-               <p>
-                       <label for="frameworkcode">Choose a Framework:</label>
-                       <select name="frameworkcode" id="frameworkcode">
-                               <option value="">Default</option>
-                               <!-- TMPL_LOOP NAME="frameworkcodeloop" -->
-                                       <option value="<!-- TMPL_VAR NAME="value" -->">
-                                               <!-- TMPL_VAR NAME="frameworktext" -->
-                                       </option>
-                               <!-- /TMPL_LOOP -->
-                       </select>
-                       <input type="submit" value="Add Record Without Search" />
-               </p>
-               </form>
-                       <!-- /TMPL_IF -->
-</div>
-
 
 <!-- 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>
@@ -66,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>
 </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" -->