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/barcodes la... [dev_week]


From: Mason James
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes la... [dev_week]
Date: Fri, 20 Jul 2007 04:41:54 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/07/20 04:41:54

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/barcodes: label-add-layout.tmpl 
                                                 label-edit-layout.tmpl 

Log message:
        updated for 'subtitle' field

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/label-add-layout.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3&r2=1.1.2.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/label-edit-layout.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: label-add-layout.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/label-add-layout.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- label-add-layout.tmpl       10 Jul 2007 05:24:15 -0000      1.1.2.3
+++ label-add-layout.tmpl       20 Jul 2007 04:41:54 -0000      1.1.2.4
@@ -44,6 +44,26 @@
         <label>Title</label>
         </td>
 
+
+
+<td>
+        <select name="tx_subtitle">
+          <option value="0" SELECTED></option>
+        <option value="1">1</option>
+        <option value="2">2</option>
+        <option value="3">3</option>
+        <option value="4">4</option>
+        <option value="5">5</option>
+        <option value="6">6</option>
+        <option value="7">7</option>
+        <option value="8">8</option>
+        <option value="9">9</option>
+        <option value="10">10</option>
+      </select>
+        <label>Subtitle</label>
+        </td>
+
+
         <td>
         <select name="tx_author">
          <option value="0" SELECTED></option>
@@ -60,7 +80,8 @@
        </select>
         <label>Author</label>
         </td>
-
+</tr>
+<tr>
         <td>
         <select name="tx_isbn">
          <option value="0" SELECTED></option>
@@ -150,7 +171,6 @@
         <label>Barcode</label>
         </td>
 
-
         <td>
         <select name="tx_classif">
          <option value="0" SELECTED></option>
@@ -168,6 +188,9 @@
         <label>Classification</label>
         </td>
 
+<tr>
+</tr>
+
         <td>
         <select name="tx_subclass">
          <option value="0" SELECTED></option>
@@ -212,7 +235,6 @@
 
 
 
-
 </table>
 <p>
 
@@ -254,7 +276,7 @@
 <p>
 <p>
         <input type="submit" value="Submit">
-        <input type="hidden" name=op value="save_conf">
+        <input type="hidden" name=op value="add_layout">
 </p>
 </form>
 </div>

Index: label-edit-layout.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/label-edit-layout.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- label-edit-layout.tmpl      10 Jul 2007 05:21:38 -0000      1.1.2.4
+++ label-edit-layout.tmpl      20 Jul 2007 04:41:54 -0000      1.1.2.5
@@ -38,6 +38,19 @@
         <label>Title</label>
         </td>
 
+
+
+            <td>
+        <select name="tx_subtitle">
+                 <!-- TMPL_LOOP Name="tx_subtitle" -->
+                <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF 
Name="selected" --> selected <!-- /TMPL_IF -->>
+                    <!-- TMPL_VAR Name="num" -->
+                </option>
+            <!-- /TMPL_LOOP -->
+      </select>
+        <label>Subtitle</label>
+        </td>
+
         <td>
         <select name="tx_author">
              <!-- TMPL_LOOP Name="tx_author" -->
@@ -48,7 +61,8 @@
             </select>
        <label>Author</label>
         </td>
-
+ <tr>
+</tr>
         <td>
         <select name="tx_isbn">
               <!-- TMPL_LOOP Name="tx_isbn" -->
@@ -70,8 +84,6 @@
             </select>
      <label>ISSN</label>
 
-
-
         <td>
         <select name="tx_itemtype">
                  <!-- TMPL_LOOP Name="tx_itemtype" -->
@@ -83,9 +95,9 @@
    <label>Itemtype</label>
         </td>
 
-
-  </tr>
 <tr>
+</tr>
+
         <td>
         <select name="tx_dewey">
                 <!-- TMPL_LOOP Name="tx_dewey" -->
@@ -120,6 +132,8 @@
         <label>Classification</label>
         </td>
 
+  </tr>
+<tr>
 
 
 
@@ -136,19 +150,6 @@
         </td>
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
             <td>
         <select name="tx_itemcallnumber">
                  <!-- TMPL_LOOP Name="tx_itemcallnumber" -->
@@ -165,11 +166,6 @@
 
 
 
-
-
-
-
-
 </table>
 <p>
 




reply via email to

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