Spelling corrections: organisation->organization, authorise->authorize, catalogue...
authorOwen Leonard <oleonard@myacpl.org>
Mon, 25 Aug 2008 18:38:56 +0000 (13:38 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 3 Sep 2009 23:20:17 +0000 (11:20 +1200)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl

index 82b106d..48216f3 100644 (file)
@@ -42,7 +42,7 @@ fieldset.rows .itemblock fieldset.action { padding:.5em; }
     </ol>
        </fieldset>
        <fieldset class="rows">
-       <legend>Item details:  (add to catalog)</legend>
+       <legend>Item details (n):  (add to catalog)</legend>
   <div id="outeritemblock">
        <div class="itemblock">
        <ol>
index c88f465..5223077 100644 (file)
@@ -152,12 +152,7 @@ function set_to_today(id, force) {
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<div id="breadcrumbs">
-          <a href="/cgi-bin/koha/mainpage.pl">Home</a>
- &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
- &rsaquo; Edit <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR name="title" escape="html" --> <!-- TMPL_IF NAME="author" --> by <!-- TMPL_VAR name="author" --><!-- /TMPL_IF --> (Record #<!-- TMPL_VAR NAME="biblionumber" -->)</a>
- &rsaquo; <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Items</a>
-</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Edit <!-- TMPL_VAR name="title" --> <!-- TMPL_IF NAME="author" --> by <!-- TMPL_VAR name="author" --><!-- /TMPL_IF --> (Record #<!-- TMPL_VAR NAME="biblionumber" -->)</a>  &rsaquo; Items</div>
 
 <div id="doc3" class="yui-t2">
    
index 52ca87e..7d61831 100644 (file)
        <th>Action</th>
                <th>Object</th>
                <th>Info</th>
+       </tr>
+       <tr>
+           <td>
+            <input type="submit" value="Apply Filter" />
+            <input type="hidden" name="do_it" value="1" />
+           </td>
+           <td>
+               <input type="text" name="user" value="<!-- TMPL_VAR NAME="user"-->" />
+           </td>
+           <td>
+               <select name="module">
+                           <option value="" selected="selected">All</option>
+                           <option value ="CATALOGUING">Catalog</option>
+                               <option value ="MEMBERS">Members</option>
+                               <option value ="ACQUISITION">Acquisitions</option>
+                               <option value ="SERIAL">Serial</option>
+                               <option value="CIRCULATION">Circulation</option>
+                               <option value="LETTER">Letter</option>
+                               <option value="FINES">Fines</option>
+                               <option value="SYSTEMPREFERENCE">System Prefs</option>
+                       </select>
+           </td>
+           <td>
+               <select name="action">
+                       <option value ="">All</option>
+                               <option value ="add">Add</option>
+                               <option value ="del">Delete</option>
+                               <option value ="mod">Modify</option>
+                               <option value="issue">Issue</option>
+                               <option value="return">Return</option>
+                       </select>
+           </td>
+           <td>
+               <input type="text" name="object" value="<!-- TMPL_VAR NAME="object"-->" />
+           </td>
+           <td>
+               <input type="text" name="info" value="<!-- TMPL_VAR NAME="info"-->" />
+           </td>
        </tr>
            <!-- TMPL_LOOP NAME="looprow" -->
                                        <tr>