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

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Aug 24 11:02:27 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	statecollection.tmpl 
Log Message:
Adding a notes field into serial table.
Manage a note for a serial number...
Will allow a librarian to say "contact with supplier for this serial : Will be received on date...  " or anything else.

Index: statecollection.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -r1.4.2.3 -r1.4.2.4
*** statecollection.tmpl	2 Aug 2005 15:00:37 -0000	1.4.2.3
--- statecollection.tmpl	24 Aug 2005 09:02:25 -0000	1.4.2.4
***************
*** 26,29 ****
--- 26,32 ----
  			Status
  		</th>
+ 		<th class="bull">
+ 			Notes
+ 		</th>
  	</tr>
  	<!-- TMPL_LOOP name="serialslist" -->
***************
*** 68,71 ****
--- 71,77 ----
  				</select>
  			</td>
+ 			<td>
+ 				<input type="text" name="notes" value="<!-- TMPL_VAR name="notes" -->" size=10 maxlength=15>
+ 			</td>
  		</tr>
  	<!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list