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/bull statec... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/bull statec... [rel_2_2]
Date: Thu, 03 Aug 2006 19:00:27 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <kados>  06/08/03 19:00:27

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/bull: statecollection.tmpl 

Log message:
        removing maxlength on Item Callnumber field (was 15)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.10&r2=1.2.2.11

Patches:
Index: statecollection.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl,v
retrieving revision 1.2.2.10
retrieving revision 1.2.2.11
diff -u -b -r1.2.2.10 -r1.2.2.11
--- statecollection.tmpl        31 Jul 2006 13:48:54 -0000      1.2.2.10
+++ statecollection.tmpl        3 Aug 2006 19:00:27 -0000       1.2.2.11
@@ -26,7 +26,7 @@
        
        <h2>Awaited or Late Subscription Issues</h2>
        <table>
-       <caption>Next Expected Issue:</caption>
+       <caption>Recent and Upcoming Issues:</caption>
        <!-- TMPL_LOOP name="serialslist" -->
        <tr>
                <th scope="row"><label for="serialseq">Numbered: 
</label></th><td>
@@ -85,7 +85,7 @@
                <!--TMPL_IF Name="serialadditems" -->
                                <tr><th><label for="barcode">Barcode: 
</label></th><td><input type="text" id="barcode" name="barcode" value="" 
size="20" maxlength="20" /></td></tr>
                <tr>
-                               <th><label for="itemcallnumber">Item 
Callnumber: </label></th> <td><input type="text" id="itemcallnumber" 
name="itemcallnumber" value="" size="10" maxlength="15" /></td></tr>
+                               <th><label for="itemcallnumber">Item 
Callnumber: </label></th> <td><input type="text" id="itemcallnumber" 
name="itemcallnumber" value="" size="10" /></td></tr>
                <tr><th><label for="branch">Branch:</label> </th>
                                <td><select  id="branch" name="branch" size="1">
                        <!-- TMPL_LOOP name="branchloop" -->
@@ -149,8 +149,8 @@
                        </td>
                </tr>
                <!--TMPL_IF name="serialadditems" -->
-                       <tr><th scope="row"><label 
for="manual-itemcallnumber">Callnumber: </label></th><td>
-                                <input type="text" id="manual-itemcallnumber" 
name="itemcallnumber" value="" size="10" maxlength="15" /></td></tr>
+                       <tr><th scope="row"><label 
for="manual-itemcallnumber">Item Callnumber: </label></th><td>
+                                <input type="text" id="manual-itemcallnumber" 
name="itemcallnumber" value="" size="10" /></td></tr>
                        
                                <tr><th scope="row"><label 
for="manual-barcode">Barcode: </label></th><td> <input type="text" 
id="manual-barcode" name="barcode" value="" size="20" maxlength="20" />
                        </td></tr>




reply via email to

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