[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ select... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Aug 3 17:57:17 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/08/03 15:57:17

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/circ: selectbranchprinter.tmpl 

Log message:
	Printer selection had been hidden in NPL templates. Don't know if anyone's actually using this feature, but I'll put it back until I hear otherwise.

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

Patches:
Index: selectbranchprinter.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/selectbranchprinter.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- selectbranchprinter.tmpl	13 Apr 2004 16:53:45 -0000	1.2
+++ selectbranchprinter.tmpl	3 Aug 2006 15:57:17 -0000	1.2.2.1
@@ -18,14 +18,14 @@
 	</select>
 </div>
 <div class="details">
-<!-- <label for="printer">Choose a Network Printer:</label> -->
+<label for="printer">Choose a Network Printer:</label>
 <!--printerselection-->
-<!-- 	<select name="printer" id="printer">
+<select name="printer" id="printer">
 	<!-- TMPL_LOOP Name="printerloop" -->
 		<option value="<!-- TMPL_VAR Name="value" -->"<!-- TMPL_IF Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR Name="name" -->
 	<!-- /TMPL_LOOP -->
 	</select>
- --><input type="hidden" name="setcookies" value="1" />
+<input type="hidden" name="setcookies" value="1" />
 <p><input type="submit" class="submit" value="Submit" name="changesettings" /></p></div>
 </form>
 





More information about the Koha-cvs mailing list