[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/barcode... [rel_2_2]

Mason James szrj1m at yahoo.com
Mon Jul 16 23:19:05 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Mason James <sushi>	07/07/16 21:19:05

Modified files:
	koha-tmpl/intranet-tmpl/default/en/barcodes: printerConfig.tmpl 

Log message:
	rewinding rel_2_2 barcodes back to pre-july07 LibLime dev work.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/barcodes/printerConfig.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2&r2=1.2.2.1

Patches:
Index: printerConfig.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/barcodes/Attic/printerConfig.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- printerConfig.tmpl	20 Sep 2004 15:03:28 -0000	1.2
+++ printerConfig.tmpl	16 Jul 2007 21:19:04 -0000	1.2.2.1
@@ -1,64 +1,37 @@
-<!-- TMPL_INCLUDE NAME="barcodes-top.inc" -->
-<div id="mainbloc">
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcode Generator Printer Configuration<!-- TMPL_INCLUDE NAME="doc-head-barcodes-close.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+<div id="main">
+
 	<h1>Printer Configuration</h1>
-	<table bgcolor="#ffcc00" width="80%" cellpadding="3">
-		<tr valign="center">
-			<td><font size="4">Set de printer configuration corresponding to your environment</font></td>
-		</tr>
-	</table>
-	<ul>
-		<li>Set width and heigth of the label that you are going to work with.</li>
-		<li>Set your system dpi by default.</li>
-		<li>Set the page type.</li>
-		<li>Select how many columns and rows are in your page type.</li>
-		<li>Set margin left and margin bottom of the page that you are going to use. This parameters will
-		    help to center the barcodes into the labels.</li>
-	</ul>
-	<br>
-	<form id="formulario" method="POST" action='<!-- TMPL_VAR NAME="SCRIPT_NAME" -->' name="form1">
+	<h3>Set the printer configuration corresponding to your environment</h3>
+	<div class="help"><ul class="notes">
+		<li>Set width and height of the label that you are going to work with.</li>
+		<li>Set your system's default DPI.</li>
+		<li>Set the page size.</li>
+		<li>Select how many columns and rows are in your page size.</li>
+		<li>Set the left margin bottom margin the page that you are going to use. This parameters will help to center the barcodes into the labels.</li>
+	</ul></div>
+
+	<form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
 		<input type="hidden" name="saveSettings" value="1">
-		<table cellpadding="3" border=0 class="myTable">
+		<div class="data"><table border="1" class="myTable">
 			<tr>
-				<td>
-					Label width (Expressed in mm)
-				</td>
-				<td>
-					Label heigth (Expressed in mm)
-				</td>
-				<td>
-					System dpi
-				</td>
-				<td>
-					Page Type
-				</td>
-				<td>
-					Columns
-				</td>
-				<td>
-					Rows
-				</td>
-				<td>
-					Margin Bottom (Expressed in mm)
-				</td>
-				<td>
-					Margin Left (Expressed in mm)
-				</td>
+				<th>Label width (in mm)</th>
+				<th>Label height (in mm)</th>
+				<th>System DPI</th>
+				<th>Page Size</th>
+				<th>Columns</th>
+				<th>Rows</th>
+				<th>Margin Bottom (mm)</th>
+				<th>Margin Left (Expressed in mm)</th>
 			<tr>
-  			<tr valign="top">
-				<td align="left"> 
-					<input id="labelWidth" type="text" name="labelWidth" size="5"
-					       value="<!-- TMPL_VAR NAME="LABEL_WIDTH" -->">
-				</td>
-				<td align="left"> 
-					<input id="labelHeigth" type="text" name="labelHeigth" size="5"
-					       value="<!-- TMPL_VAR NAME="LABEL_HEIGTH" -->">
-				</td>
-				<td align="left">
-					<input id="systemDpi" type="text" name="systemDpi" size="5"
-					       value="<!-- TMPL_VAR NAME="SYSTEM_DPI" -->">
-				</td>
-				<td align="left">
-					<select name="pageType" id="pageType" size="1">
+  			<tr>
+				<td> <input id="labelWidth" type="text" name="labelWidth" size="5" value="<!-- TMPL_VAR NAME="LABEL_WIDTH" -->"></td>
+				<td><input id="labelHeigth" type="text" name="labelHeigth" size="5" value="<!-- TMPL_VAR NAME="LABEL_HEIGTH" -->"></td>
+				<td><input id="systemDpi" type="text" name="systemDpi" size="5" value="<!-- TMPL_VAR NAME="SYSTEM_DPI" -->"></td>
+				<td><select name="pageType" id="pageType" size="1">
 						<!-- TMPL_IF name="A4" -->
 							<option value="A4" selected>A4</option>
 				        <!-- TMPL_ELSE -->
@@ -74,31 +47,14 @@
 				        <!-- TMPL_ELSE -->
 							<option value="Legal">Legal</option>
 						<!-- /TMPL_IF -->
-		            </select>
-				</td>
-  			    <td align="left">
-					<input id="columns" type="text" name="columns" size="5"
-					       value="<!-- TMPL_VAR NAME="COLUMNS" -->">
-				</td>
-  			    <td align="left">
-					<input id="rows" type="text" name="rows" size="5"
-					       value="<!-- TMPL_VAR NAME="ROWS" -->">
-				</td>
-  			    <td align="left">
-					<input id="marginBottom" type="text" name="marginBottom" size="5"
-					       value="<!-- TMPL_VAR NAME="MARGIN_TOP" -->">
-				</td>
-  			    <td align="left">
-					<input id="marginLeft" type="text" name="marginLeft" size="5"
-					       value="<!-- TMPL_VAR NAME="MARGIN_LEFT" -->">
-				</td>
-  			</tr>
-  			<tr valign="top">
-  			    <td colspan="8" align="center">
-					<input type="submit" value="Save Settings">
-				</td>
-  			</tr>
-		</table>		
+		            </select></td>
+  			    <td><input id="columns" type="text" name="columns" size="5" value="<!-- TMPL_VAR NAME="COLUMNS" -->"></td>
+  			    <td><input id="rows" type="text" name="rows" size="5" value="<!-- TMPL_VAR NAME="ROWS" -->"></td>
+  			    <td><input id="marginBottom" type="text" name="marginBottom" size="5" value="<!-- TMPL_VAR NAME="MARGIN_TOP" -->"></td>
+  			    <td><input id="marginLeft" type="text" name="marginLeft" size="5" value="<!-- TMPL_VAR NAME="MARGIN_LEFT" -->"></td>
+  			</tr></table></div>
+<p>		<input type="submit" value="Save Settings" class="submit"></p>
 	</form>
+
 </div>
-<!-- TMPL_INCLUDE NAME="barcodes-bottom.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list