[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue m... [dev_week]

Joshua Ferraro jmf at kados.org
Wed Oct 4 17:56:54 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/10/04 15:56:54

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/catalogue: moredetail.tmpl 

Log message:
	adding some parameters

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/moredetail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.3.2.7&r2=1.3.2.3.2.8

Patches:
Index: moredetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/Attic/moredetail.tmpl,v
retrieving revision 1.3.2.3.2.7
retrieving revision 1.3.2.3.2.8
diff -u -b -r1.3.2.3.2.7 -r1.3.2.3.2.8
--- moredetail.tmpl	4 Oct 2006 15:20:45 -0000	1.3.2.3.2.7
+++ moredetail.tmpl	4 Oct 2006 15:56:54 -0000	1.3.2.3.2.8
@@ -52,7 +52,7 @@
 
 <tr><th>Damaged Status:</th>
 <td>
-<form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="Barcode" value="<!-- TMPL_VAR Name="barcode" -->" /><input type="hidden" name="Home Branch" value="<!-- TMPL_VAR Name="homebranch" -->" /><input type="hidden" name="bibnum" value="<!-- TMPL_VAR Name="biblionumber" -->" />
+<form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="Barcode" value="<!-- TMPL_VAR Name="barcode" -->" /><input type="hidden" name="homebranch" value="<!-- TMPL_VAR Name="homebranch" -->" /><input type="hidden" name="bibnum" value="<!-- TMPL_VAR Name="biblionumber" -->" />
 <input type="hidden" name="bibitemnum" value="<!-- TMPL_VAR Name="biblioitemnumber" -->" />
 <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR Name="itemnumber" -->" />
 <select name="binding" >
@@ -63,6 +63,7 @@
 <input type="hidden" name="withdrawn" value="<!-- TMPL_VAR NAME="wthdrawn" -->" />
 <input type="hidden" name="lost" value="<!-- TMPL_VAR NAME="itemlost" -->" />
 <input type="hidden" name="homebranch" value="<!-- TMPL_VAR NAME="homebranch" -->" />
+<input type="hidden" name="holdingbranch" value="<!-- TMPL_VAR NAME="holdingbranch" -->" />
 <input type="hidden" name="itemnotes" value="<!-- TMPL_VAR NAME="itemnotes" -->" />
 <input type="submit" name="submit" class="submit" value="Set Status" /></form>
 </td></tr>
@@ -79,6 +80,7 @@
 <!-- /TMPL_LOOP -->
 </select>
 <input type="hidden" name="homebranch" value="<!-- TMPL_VAR NAME="homebranch" -->" />
+<input type="hidden" name="holdingbranch" value="<!-- TMPL_VAR NAME="holdingbranch" -->" />
 <input type="hidden" name="itemnotes" value="<!-- TMPL_VAR NAME="itemnotes" -->" />
 <input type="hidden" name="withdrawn" value="<!-- TMPL_VAR NAME="wthdrawn" -->" />
 <input type="hidden" name="binding" value="<!-- TMPL_VAR NAME="binding" -->" />





More information about the Koha-cvs mailing list