[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters itemtypes.tmpl,1.10,1.11

Paul POULAIN tipaul at users.sourceforge.net
Fri Jul 4 15:17:35 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv21534/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
	itemtypes.tmpl 
Log Message:
fix for #471

Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** itemtypes.tmpl	26 Apr 2003 03:54:51 -0000	1.10
--- itemtypes.tmpl	4 Jul 2003 13:17:32 -0000	1.11
***************
*** 149,153 ****
  <input type=hidden name=op value=add_form>
  <br>
! <input type=submit class="button" value="Add Item type" title="Add Item type" ALT="Add Item type"><br>
  </form>
  </TMPL_IF>
--- 149,161 ----
  <input type=hidden name=op value=add_form>
  <br>
! <table width=40%>
! 	<tr>
! 		<td width="33%">
! 			<input type=submit class="button" value="Add Item Type" title="Add item type" alt="Add item type" >
! 		</td>
! 		<td width=33%><TMPL_IF name="previous"><TMPL_VAR name="previous"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1leftarrow.png" title="previous" ALT="previous" BORDER=0></a></TMPL_IF></td>
! 		<td width=33%><TMPL_IF name="next"><TMPL_VAR name="next"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0></a></TMPL_IF></td>
! 	</tr>
! </table>
  </form>
  </TMPL_IF>





More information about the Koha-cvs mailing list