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

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Aug 24 10:49:06 CEST 2005


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

Modified Files:
	statecollection.tmpl 
Log Message:
Adding a note field in serial table.
This will allow librarian to mention a note on a peculiar waiting serial number.


Index: statecollection.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** statecollection.tmpl	4 Aug 2005 13:50:37 -0000	1.7
--- statecollection.tmpl	24 Aug 2005 08:49:03 -0000	1.8
***************
*** 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 -->
***************
*** 129,131 ****
  </script>
  
! <!-- TMPL_INCLUDE name="bull-bottom.inc" -->
\ No newline at end of file
--- 135,137 ----
  </script>
  
! <!-- TMPL_INCLUDE name="bull-bottom.inc" -->





More information about the Koha-cvs mailing list