[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.5,1.6

Henri-Damien LAURENT hdl at users.sourceforge.net
Thu Jun 16 21:10:12 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11586/koha-tmpl/intranet-tmpl/default/en/bull

Modified Files:
	statecollection.tmpl 
Log Message:
Adding 2 status to serial issues :
	- delete : to delete the current issue
	- not issued : to distinguish missing from not issued serial number.

Index: statecollection.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** statecollection.tmpl	4 May 2005 08:52:51 -0000	1.5
--- statecollection.tmpl	16 Jun 2005 19:10:09 -0000	1.6
***************
*** 54,57 ****
--- 54,67 ----
  						<option value="4">Missing</option>
  					<!-- /TMPL_IF -->
+ 					<!--TMPL_IF name="status5" -->
+ 						<option value="5" selected>Not issued</option>
+ 					<!-- TMPL_ELSE -->
+ 						<option value="5">Not issued</option>
+ 					<!-- /TMPL_IF -->
+ 					<!--TMPL_IF name="status6" -->
+ 						<option value="6" selected>Delete</option>
+ 					<!-- TMPL_ELSE -->
+ 						<option value="6">Delete</option>
+ 					<!-- /TMPL_IF -->
  				</select>
  			</td>
***************
*** 98,101 ****
--- 108,115 ----
  		<p>Missing issues</p>
  		<p>&nbsp;<textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
+ 		<!--TMPL_IF Name="notissuedlist"-->
+ 		<p>Not issued</p>
+ 		<p>&nbsp;<textarea name="notissuedlist" COLS=60 ROWS=2><!-- TMPL_VAR name="notissuedlist" --></textarea></p>
+ 		<!--/TMPL_IF-->
  		<p>Opac's note</p>
  		<p>&nbsp;<textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>





More information about the Koha-cvs mailing list