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

Paul POULAIN tipaul at users.sourceforge.net
Fri Mar 25 17:46:42 CET 2005


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

Modified Files:
      Tag: rel_2_2
	statecollection.tmpl 
Log Message:
form to add a manual issue in the waited list.

Index: statecollection.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** statecollection.tmpl	2 Dec 2004 16:42:15 -0000	1.4
--- statecollection.tmpl	25 Mar 2005 16:46:40 -0000	1.4.2.1
***************
*** 58,61 ****
--- 58,79 ----
  		</tr>
  	<!-- /TMPL_LOOP -->
+ 	<!-- TMPL_UNLESS name="hassubscriptionexpired" -->
+ 		<tr>
+ 			<td>
+ 				Manual issue <input type="text" name="serialseq" size=30 maxlength=100>
+ 			</td>
+ 			<td>
+ 				<input type="text" name="planneddate" size=10 maxlength=15>
+ 			</td>
+ 			<td>
+ 				<input type="hidden" name="serialid" value="0">
+ 				<select name="status" size="1">
+ 						<option value="2">Arrived</option>
+ 						<option value="3" selected>Late</option>
+ 						<option value="4">Missing</option>
+ 				</select>
+ 			</td>
+ 		</tr>
+ 	<!-- /TMPL_UNLESS -->
  	</table>
  	<input type="submit" value="Save changes" accesskey="w" class="button bull">





More information about the Koha-cvs mailing list