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: Mon, 09 Jul 2007 01:55:04 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/07/09 01:55:04

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/barcodes: label-home.tmpl 

Log message:
        pulled add layout from tmpl, and put that in label-add-layout.tmpl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/label-home.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2.2.10&r2=1.1.2.2.2.11

Patches:
Index: label-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/label-home.tmpl,v
retrieving revision 1.1.2.2.2.10
retrieving revision 1.1.2.2.2.11
diff -u -b -r1.1.2.2.2.10 -r1.1.2.2.2.11
--- label-home.tmpl     8 Jul 2007 22:14:22 -0000       1.1.2.2.2.10
+++ label-home.tmpl     9 Jul 2007 01:55:04 -0000       1.1.2.2.2.11
@@ -53,160 +53,7 @@
         <input type="hidden" name=op value="set_active_layout">
 </form>
 <p>
--
-- OR create a new layout
--
-</P>
-
-
-
-<h3>
-        Layout Name<input type="textbox" name="layoutname"  SIZE="20"
-        value="<!-- TMPL_VAR NAME="layoutname" -->">
-</h3>
-
-
-<h3>
-        Choose Fields to Print
-</h3>
-<table summary="fields to print">
-<tr>
-        <td>
-
-                <label for="Title">Title</label>
-<select name="text_title">
-    <!-- TMPL_LOOP NAME="text_title" -->
-        <option value="<!-- TMPL_VAR NAME="code" -->"
-            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
-        ><!-- TMPL_VAR NAME="desc" --></option>
-    <!-- /TMPL_LOOP -->
-</select>
-
-
-                </td>
-
-        <td>
-                <input type="checkbox" name="isbn" value=1 
-                <!-- TMPL_IF NAME="isbn" -->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="isbn">ISBN</label>
-        </td>
-
-</tr>
-<tr>
-        <td>
-                <input type="checkbox" name="dcn" value=1 
-                <!-- TMPL_IF NAME="dewey" -->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="dcn">Dewey / Call Number</label>
-        </td>
-        <td>
-                <input type="checkbox" name="classif" value=1  
-                <!-- TMPL_IF NAME="class" -->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="classif">Classification</label>
-        </td>
-</tr>
-<tr>
-        <td>
-                <input type="checkbox" name="itemcallnumber" value=1 
-                <!-- TMPL_IF NAME="itemcallnumber" -->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="itemcallnumber">Item Call Number</label>
-        </td>
-        <td>
-                <input type="checkbox" name="subclass" value=1  
-                <!-- TMPL_IF NAME="subclass" -->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="subclass">Sub-Class</label>
-        </td>
-</tr>
-<tr>
-        <td>
-                <input type="checkbox" name="issn" value=1 
-                <!-- TMPL_IF NAME="issn" -->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="itemcallnumber">ISSN Number</label>
-        </td>
-     <td>
-                <input type="checkbox" name="author" value=1  
-                <!-- TMPL_IF NAME="author" -->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="author">Author</label>
-        </td>
-
-  </tr>
-
-
-
-
-
-
-
-</table>
-<p>
-
-
-
-<h3>Confirm Barcode Type</h3>
-<select name="barcodetype">
-    <!-- TMPL_LOOP NAME="barcode_types" -->
-        <option value="<!-- TMPL_VAR NAME="code" -->"
-            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
-        ><!-- TMPL_VAR NAME="desc" --></option>
-    <!-- /TMPL_LOOP -->
-</select>
-
-
-
-<h3>Confirm Layout Type</h3>
-<select name="printingtype">
-    <!-- TMPL_LOOP NAME="printingtypes" -->
-        <option value="<!-- TMPL_VAR NAME="code" -->"
-            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
-        ><!-- TMPL_VAR NAME="desc" --></option>
-    <!-- /TMPL_LOOP -->
-</select>
-
-<h3>Confirm Text Field</h3>
-<select name="text_fields">
-    <!-- TMPL_LOOP NAME="text_fields" -->
-        <option value="<!-- TMPL_VAR NAME="code" -->"
-            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
-        ><!-- TMPL_VAR NAME="desc" --></option>
-    <!-- /TMPL_LOOP -->
-</select>
-
-
-
-
-<h3>
-        Start printing from Label number:<input type="textbox" 
name="startlabel"  SIZE="1"
-        value="<!-- TMPL_VAR NAME="startlabel" -->">
-
-
-</h3>
-
-<p>
-<p>
- <input type="checkbox" name="guidebox" value=1
-                <!-- TMPL_IF NAME="guidebox"-->
-                     checked
-                <!-- /TMPL_IF -->>
-                <label for="guidebox">Draw Guide Boxes</label>
-<p>
-<p>
-<p>
-        <input type="submit" value="Submit">
-        <input type="hidden" name=op value="save_conf">
-</p>
+<a href="/cgi-bin/koha/barcodes/label-add-layout.pl">Create New Layout</a>
 </form>
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->




reply via email to

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