koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [dev_week]
Date: Wed, 11 Oct 2006 13:28:26 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/10/11 13:28:26

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui.simple: addbooks.tmpl 

Log message:
        Switching form fields around to better match catalogers' process

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbooks.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.4.2.5.2.2&r2=1.4.2.5.2.3

Patches:
Index: addbooks.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/Attic/addbooks.tmpl,v
retrieving revision 1.4.2.5.2.2
retrieving revision 1.4.2.5.2.3
diff -u -b -r1.4.2.5.2.2 -r1.4.2.5.2.3
--- addbooks.tmpl       6 Oct 2006 14:42:52 -0000       1.4.2.5.2.2
+++ addbooks.tmpl       11 Oct 2006 13:28:26 -0000      1.4.2.5.2.3
@@ -13,17 +13,17 @@
                <form action="isbnsearch.pl" name="mainform">
                <table>
                <caption>Search Existing Records</caption>
+               <tr><th><label for="isbn">ISB<span 
class="accesskey">N</span></label></th>
+               <td>
+                               <input type="text" name="value" id="isbn" 
size="35" accesskey="n" /><input type="hidden" name="marclist" 
value="biblioitems.isbn" />
+                               <input type="hidden" name="and_or" value="and" 
/>
+                               <input type="hidden" name="excluding" value="" 
/>
+                               <input type="hidden" name="operator" 
value="start" /></td></tr>         
                <tr><th><label for="title"><span 
class="accesskey">T</span>itle</label></th>
                <td>
                                <input type="text" name="value" id="title" 
size="35" accesskey="t" /><input type="hidden" name="marclist" 
value="biblio.title"><input type="hidden" name="and_or" value="and" />
                                <input type="hidden" name="excluding" value="" 
/>
                                <input type="hidden" name="operator" 
value="contains" /></td></tr>
-               <tr><th><label for="isbn">ISB<span 
class="accesskey">N</span></label></th>
-               <td><input type="hidden" name="marclist" 
value="biblioitems.isbn" />
-                               <input type="hidden" name="and_or" value="and" 
/>
-                               <input type="hidden" name="excluding" value="" 
/>
-                               <input type="hidden" name="operator" 
value="start" />
-                               <input type="text" name="value" id="isbn" 
size="35" accesskey="n" /></td></tr>          
                </table></div>
                                <p><input type="submit" value="Search" 
class="submit" /></p>
                                <div class="help"><ul class="notes"><li>If the 
ISBN is found into the database, that record will be retrieved and can be 
modified.</li>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]