[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqbookfund.tmpl,1.7,1.8 aqbudget.tmpl,1.4,1.5 authorised_values.tmpl,1.4,1.5 itemtypes.tmpl,1.3,1.4 koha2marclinks.tmpl,1.4,1.5 marc_subfields_structure.tmpl,1.14,1.15 marctagstructure.tmpl,1.6,1.7 systempreferences.tmpl,1.5,1.6 thesaurus.tmpl,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 4 17:13:56 CET 2003


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

Modified Files:
	aqbookfund.tmpl aqbudget.tmpl authorised_values.tmpl 
	itemtypes.tmpl koha2marclinks.tmpl 
	marc_subfields_structure.tmpl marctagstructure.tmpl 
	systempreferences.tmpl thesaurus.tmpl 
Log Message:
template modifications => the templates now uses common default theme icon  set.

Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** aqbookfund.tmpl	28 Jan 2003 13:04:33 -0000	1.7
--- aqbookfund.tmpl	4 Mar 2003 16:13:35 -0000	1.8
***************
*** 12,17 ****
  	<br>You Searched for <b><TMPL_VAR name=searchfield><b><p><br>
  </TMPL_IF>
! <table border=0 cellspacing=0 cellpadding=2>
! <tr valign=top bgcolor=#99cc33><td background="/images/background-mem.gif"><b>Book fund</b></td><td background="/images/background-mem.gif"><b>Name</b></td><td background="/images/background-mem.gif"><b>Group</b></td><td background="/images/background-mem.gif"><b>Budget</b></td><td background="/images/background-mem.gif">&nbsp;</td><td background="/images/background-mem.gif"> &nbsp; </td><td background="/images/background-mem.gif"> &nbsp; </td></tr>
  <TMPL_LOOP name="bookfund">
  	<tr valign=top bgcolor="<TMPL_VAR name="toggle">"
--- 12,24 ----
  	<br>You Searched for <b><TMPL_VAR name=searchfield><b><p><br>
  </TMPL_IF>
! <table border=0 cellspacing=0 cellpadding=2 width="80%">
! <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif"><b>Book fund</b></td>
! 	<td background="/images/background-mem.gif"><b>Name</b></td>
! 	<td background="/images/background-mem.gif"><b>Group</b></td>
! 	<td background="/images/background-mem.gif"><b>Budget</b></td>
! 	<td background="/images/background-mem.gif">Edit</td>
! 	<td background="/images/background-mem.gif">Delete</td>
! 	</tr>
  <TMPL_LOOP name="bookfund">
  	<tr valign=top bgcolor="<TMPL_VAR name="toggle">"
***************
*** 19,30 ****
  		<td><TMPL_VAR name="bookfundname"></td>
  		<td><TMPL_VAR name="bookfundgroup"> &nbsp;</td>
! 		<td><a href="aqbudget.pl?bookfundid=<TMPL_VAR name="bookfundid"> ">Budget</a></td>
! 		<td><a href="<TMPL_VAR name="action">?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> ">Edit</a></td>
! 		<td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">">Delete</a></td>
! 		<td> &nbsp; </td>
  	</tr>
  </TMPL_LOOP>
  </table>
! <form action='<TMPL_VAR name=scriptname>' method=post><input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ></a><br></form><br clear=all>
  <p> &nbsp; </p>
  </TMPL_IF>
--- 26,39 ----
  		<td><TMPL_VAR name="bookfundname"></td>
  		<td><TMPL_VAR name="bookfundgroup"> &nbsp;</td>
! 		<td><a href="aqbudget.pl?bookfundid=<TMPL_VAR name="bookfundid"> "><img src="/<TMPL_VAR name="theme">/images/filefind.png" width=32 hspace=0 vspace=0 border=0 title="budget"></a></td>
! 		<td><a href="<TMPL_VAR name="action">?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> "><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 		<td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  	</tr>
  </TMPL_LOOP>
  </table>
! <form action='<TMPL_VAR name=scriptname>' method=post>
! 	<input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
! 	<br><input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add bookfund" ALT="Add" BORDER=0 ><br>
! 	<br></form><br clear=all>
  <p> &nbsp; </p>
  </TMPL_IF>

Index: aqbudget.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbudget.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** aqbudget.tmpl	28 Jan 2003 13:04:33 -0000	1.4
--- aqbudget.tmpl	4 Mar 2003 16:13:37 -0000	1.5
***************
*** 7,29 ****
  
  <TMPL_IF name="else">
! <FONT SIZE=6><em>Budget admin</em></FONT><form action=/cgi-bin/koha/admin/aqbudget.pl method=post>
! <input type=text name=searchfield value=""><input type=reset name=reset value="clr"></form>
! <TMPL_IF name=search>
! <br>You Searched for <b><TMPL_VAR name=searchfield><b><p><br>
! </TMPL_IF>
! <table border=0 cellspacing=0 cellpadding=5>
! <tr valign=top bgcolor=#99cc33><td background="/images/background-mem.gif"><b>Book fund</b></td><td background="/images/background-mem.gif"><b>Start date</b></td><td background="/images/background-mem.gif"><b>End date</b></td><td background="/images/background-mem.gif"><b>Budget amount</b></td><td background="/images/background-mem.gif">&nbsp;</td><td background="/images/background-mem.gif">&nbsp;</td></tr>
! <TMPL_LOOP name="budget">
! 	<tr valign=top bgcolor=<TMPL_VAR name="toggle"> >
! 		<td><TMPL_VAR name="bookfundid"> (<TMPL_VAR name="bookfundname">)</td>
! 		<td><TMPL_VAR name="startdate"></td>
! 		<td><TMPL_VAR name="enddate"></td>
! 		<td><TMPL_VAR name="budgetamount"></td>
! 		<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid">">Edit</a></td>
! 		<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">">Delete</a></td>
! 	</tr>
! </TMPL_LOOP>
! </table>
! <form action='/cgi-bin/koha/admin/aqbudget.pl' method=post><input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ></a><br></form><br clear=all>
  </TMPL_IF>
  
--- 7,32 ----
  
  <TMPL_IF name="else">
! 	<FONT SIZE=6><em>Budget admin</em></FONT><form action=/cgi-bin/koha/admin/aqbudget.pl method=post>
! 	<input type=text name=searchfield value=""><input type=reset name=reset value="clr"></form>
! 	<TMPL_IF name=search>
! 	<br>You Searched for <b><TMPL_VAR name=searchfield><b><p><br>
! 	</TMPL_IF>
! 	<table border=0 cellspacing=0 cellpadding=5>
! 	<tr valign=top bgcolor=#99cc33><td background="/images/background-mem.gif"><b>Book fund</b></td><td background="/images/background-mem.gif"><b>Start date</b></td><td background="/images/background-mem.gif"><b>End date</b></td><td background="/images/background-mem.gif"><b>Budget amount</b></td><td background="/images/background-mem.gif">&nbsp;</td><td background="/images/background-mem.gif">&nbsp;</td></tr>
! 	<TMPL_LOOP name="budget">
! 		<tr valign=top bgcolor=<TMPL_VAR name="toggle"> >
! 			<td><TMPL_VAR name="bookfundid"> (<TMPL_VAR name="bookfundname">)</td>
! 			<td><TMPL_VAR name="startdate"></td>
! 			<td><TMPL_VAR name="enddate"></td>
! 			<td><TMPL_VAR name="budgetamount"></td>
! 			<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid">"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 			<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
! 		</tr>
! 	</TMPL_LOOP>
! 	</table>
! 	<form action='/cgi-bin/koha/admin/aqbudget.pl' method=post>
! 	<input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
! <br><input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add budget" ALT="Add" BORDER=0 ><br>
! 	</form><br clear=all>
  </TMPL_IF>
  

Index: authorised_values.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** authorised_values.tmpl	23 Jan 2003 12:29:11 -0000	1.4
--- authorised_values.tmpl	4 Mar 2003 16:13:37 -0000	1.5
***************
*** 62,72 ****
  </form>
  <TMPL_VAR name="searchfield">
! <table border=0 cellspacing=0 cellpadding=2>
  <tr valign=top bgcolor=#99cc33>
  	<td background="/images/background-mem.gif"><b>Category</b></td>
  	<td background="/images/background-mem.gif"><b>Authorised value</b></td>
  	<td background="/images/background-mem.gif"><b>Lib</b></td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 62,72 ----
  </form>
  <TMPL_VAR name="searchfield">
! <table border=0 cellspacing=0 cellpadding=2 width="80%">
  <tr valign=top bgcolor=#99cc33>
  	<td background="/images/background-mem.gif"><b>Category</b></td>
  	<td background="/images/background-mem.gif"><b>Authorised value</b></td>
  	<td background="/images/background-mem.gif"><b>Lib</b></td>
! 	<td background="/images/background-mem.gif">Edit</td>
! 	<td background="/images/background-mem.gif">Delete</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 74,79 ****
  	<td><TMPL_VAR name="authorised_value"></td>
  	<td><TMPL_VAR name="lib"></td>
! 	<td><a href="<TMPL_VAR name="edit">">Edit</a></td>
! 	<td><a href="<TMPL_VAR name="delete">">Delete</a></td>
  </tr>
  </TMPL_LOOP>
--- 74,79 ----
  	<td><TMPL_VAR name="authorised_value"></td>
  	<td><TMPL_VAR name="lib"></td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  </tr>
  </TMPL_LOOP>
***************
*** 90,94 ****
  <input type="hidden" name="op" value="add_form">
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
! <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ></a><br>
  </form>
  </TMPL_IF>
--- 90,94 ----
  <input type="hidden" name="op" value="add_form">
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
! <br><input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add bookfund" ALT="Add" BORDER=0 ><br>
  </form>
  </TMPL_IF>

Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** itemtypes.tmpl	5 Feb 2003 04:31:09 -0000	1.3
--- itemtypes.tmpl	4 Mar 2003 16:13:37 -0000	1.4
***************
*** 130,135 ****
  		<td background="/images/background-mem.gif"><b>Renewable</b></td>
  		<td background="/images/background-mem.gif"><b>charge</b></td>
! 		<td background="/images/background-mem.gif">&nbsp;</td>
! 		<td background="/images/background-mem.gif">&nbsp;</td>
  	</tr>
  	<TMPL_LOOP name="loop">
--- 130,135 ----
  		<td background="/images/background-mem.gif"><b>Renewable</b></td>
  		<td background="/images/background-mem.gif"><b>charge</b></td>
! 		<td background="/images/background-mem.gif">Edit</td>
! 		<td background="/images/background-mem.gif">Delete</td>
  	</tr>
  	<TMPL_LOOP name="loop">
***************
*** 140,145 ****
  			<td><TMPL_IF name="renewalsallowed">Yes<TMPL_ELSE>No</TMPL_IF></td>
  			<td><TMPL_VAR name="rentalcharge"></td>
! 			<td><a href="<TMPL_VAR name="script_name">?op=add_form&itemtype=<TMPL_VAR name="itemtype" escape="HTML">">Edit</a></td>
! 			<td><a href="<TMPL_VAR name="script_name">?op=delete_confirm&itemtype=<TMPL_VAR name="itemtype" escape="HTML">">Delete</a></td>
  		</tr>
  	</TMPL_LOOP>
--- 140,145 ----
  			<td><TMPL_IF name="renewalsallowed">Yes<TMPL_ELSE>No</TMPL_IF></td>
  			<td><TMPL_VAR name="rentalcharge"></td>
! 			<td><a href="<TMPL_VAR name="script_name">?op=add_form&itemtype=<TMPL_VAR name="itemtype" escape="HTML">"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 			<td><a href="<TMPL_VAR name="script_name">?op=delete_confirm&itemtype=<TMPL_VAR name="itemtype" escape="HTML">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  		</tr>
  	</TMPL_LOOP>
***************
*** 147,151 ****
  <form action='<TMPL_VAR name="script_name">' method=post>
  <input type=hidden name=op value=add_form>
! <input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add item type" BORDER=0 ></a>
  </form>
  </TMPL_IF>
--- 147,151 ----
  <form action='<TMPL_VAR name="script_name">' method=post>
  <input type=hidden name=op value=add_form>
! <br><input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add itemtype" ALT="Add" BORDER=0 ><br>
  </form>
  </TMPL_IF>

Index: koha2marclinks.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/koha2marclinks.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** koha2marclinks.tmpl	23 Jan 2003 12:29:11 -0000	1.4
--- koha2marclinks.tmpl	4 Mar 2003 16:13:38 -0000	1.5
***************
*** 179,183 ****
  	<td><TMPL_VAR name="tagsubfield"></td>
  	<td><TMPL_VAR name="liblibrarian"></td>
! 	<td><a href="<TMPL_VAR name="edit">">edit</a></td>
  </tr>
  </TMPL_LOOP>
--- 179,183 ----
  	<td><TMPL_VAR name="tagsubfield"></td>
  	<td><TMPL_VAR name="liblibrarian"></td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
  </tr>
  </TMPL_LOOP>

Index: marc_subfields_structure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** marc_subfields_structure.tmpl	10 Feb 2003 22:39:15 -0000	1.14
--- marc_subfields_structure.tmpl	4 Mar 2003 16:13:38 -0000	1.15
***************
*** 77,81 ****
  <p>The column <b>koha field</b> shows that the subfield is linked with a "koha field". Koha can manage a marc interface, or a koha interface. This link
  ensure that both DB are synchronized, thus you can change from MARC to KOHA interface easily.</p>
! <table border=0 cellspacing=0 cellpadding=2>
  <tr valign=top bgcolor=#99cc33>
  	<td background="/images/background-mem.gif" width=5%><b>Subfield</b></td>
--- 77,81 ----
  <p>The column <b>koha field</b> shows that the subfield is linked with a "koha field". Koha can manage a marc interface, or a koha interface. This link
  ensure that both DB are synchronized, thus you can change from MARC to KOHA interface easily.</p>
! <table border=0 cellspacing=0 cellpadding=2 width="80%">
  <tr valign=top bgcolor=#99cc33>
  	<td background="/images/background-mem.gif" width=5%><b>Subfield</b></td>
***************
*** 88,92 ****
  	<td background="/images/background-mem.gif" width=8%><b>Thesaurus</b> <span style="font-size:8;color:red" title="Thesaurus linked to this subfield">?</span></td>
  	<td background="/images/background-mem.gif" width=8%><b>Val build</b> <span style="font-size:8;color:red" title="Value builder">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%>&nbsp;</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 88,92 ----
  	<td background="/images/background-mem.gif" width=8%><b>Thesaurus</b> <span style="font-size:8;color:red" title="Thesaurus linked to this subfield">?</span></td>
  	<td background="/images/background-mem.gif" width=8%><b>Val build</b> <span style="font-size:8;color:red" title="Value builder">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%>Delete</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 100,113 ****
  	<td><TMPL_VAR name="thesaurus_category"></td>
  	<td><TMPL_VAR name="value_builder"></td>
! 	<td><a href="<TMPL_VAR name="delete">">delete</a></td>
  </tr>
  </TMPL_LOOP>
  </table>
- <TMPL_VAR name="edit">
  <table width=60%>
  	<tr>
! 		<td width=33%><TMPL_VAR name="previous"></td>
! 		<td width=33%><TMPL_VAR name="next"></td>
! 		<td width=33%><a href="marctagstructure.pl?searchfield=<TMPL_VAR name="tagfield">">Back to Tags</a></td>
  	</tr>
  </table>
--- 100,113 ----
  	<td><TMPL_VAR name="thesaurus_category"></td>
  	<td><TMPL_VAR name="value_builder"></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  </tr>
  </TMPL_LOOP>
  </table>
  <table width=60%>
  	<tr>
! 		<td width="25%"><TMPL_VAR name="edit"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 		<td width="25%"><a href="marctagstructure.pl?searchfield=<TMPL_VAR name="tagfield">"><img src="/<TMPL_VAR name="theme">/images/2uparrow.png" width=32 hspace=0 vspace=0 border=0></a></td>
! 		<td width="25%"><TMPL_IF name="previous"><input type=image src="/<TMPL_VAR name="theme">/images/1leftarrow.png" title="previous" ALT="previous" BORDER=0 ></a></TMPL_IF></td>
! 		<td width="25%"><TMPL_IF name="next"><TMPL_VAR name="next"><input type=image src="/<TMPL_VAR name="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0></a></TMPL_IF></td>
  	</tr>
  </table>

Index: marctagstructure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** marctagstructure.tmpl	23 Jan 2003 12:29:11 -0000	1.6
--- marctagstructure.tmpl	4 Mar 2003 16:13:39 -0000	1.7
***************
*** 112,117 ****
  	<td background="/images/background-mem.gif"><b>Authorised<br />value</b></td>
  	<td background="/images/background-mem.gif"><b>Subfields</b></td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 112,117 ----
  	<td background="/images/background-mem.gif"><b>Authorised<br />value</b></td>
  	<td background="/images/background-mem.gif"><b>Subfields</b></td>
! 	<td background="/images/background-mem.gif">Edit</td>
! 	<td background="/images/background-mem.gif">Delete</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 122,127 ****
  	<td><TMPL_VAR name="authorised_value"></td>
  	<td><a href="<TMPL_VAR name="subfield_link">">subfields</a></td>
! 	<td><a href="<TMPL_VAR name="edit">">Edit</a></td>
! 	<td><a href="<TMPL_VAR name="delete">">Delete</a></td>
  </tr>
  </TMPL_LOOP>
--- 122,127 ----
  	<td><TMPL_VAR name="authorised_value"></td>
  	<td><a href="<TMPL_VAR name="subfield_link">">subfields</a></td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  </tr>
  </TMPL_LOOP>
***************
*** 133,141 ****
  <table width=40%>
  	<tr>
! 		<td width=50%><TMPL_VAR name="previous"></td>
! 		<td width=50%><TMPL_VAR name="next"></td>
  	</tr>
  </table>
- <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ></a><br>
  </form>
  </TMPL_IF>
--- 133,143 ----
  <table width=40%>
  	<tr>
! 		<td width="33%">
! 			<input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add bookfund" ALT="Add" BORDER=0 >
! 		</td>
! 		<td width=33%><TMPL_IF name="previous"><input type=image src="/<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="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0></a></TMPL_IF></td>
  	</tr>
  </table>
  </form>
  </TMPL_IF>

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** systempreferences.tmpl	23 Jan 2003 12:29:11 -0000	1.5
--- systempreferences.tmpl	4 Mar 2003 16:13:40 -0000	1.6
***************
*** 123,128 ****
  	<td><TMPL_VAR name="value"></td>
  	<td><TMPL_VAR name="explanation"></td>
! 	<td><a href="<TMPL_VAR name="edit">">Edit</a></td>
! 	<td><a href="<TMPL_VAR name="delete">">Delete</a></td>
  </tr>
  </TMPL_LOOP>
--- 123,128 ----
  	<td><TMPL_VAR name="value"></td>
  	<td><TMPL_VAR name="explanation"></td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  </tr>
  </TMPL_LOOP>
***************
*** 138,142 ****
  	</tr>
  </table>
! <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ></a><br>
  </form>
  </TMPL_IF>
--- 138,142 ----
  	</tr>
  </table>
! <br><input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add system parameter" ALT="Add" BORDER=0 ><br>
  </form>
  </TMPL_IF>

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** thesaurus.tmpl	23 Jan 2003 12:29:11 -0000	1.6
--- thesaurus.tmpl	4 Mar 2003 16:13:40 -0000	1.7
***************
*** 105,109 ****
  	<input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
  	<input type="hidden" name="father" value="<TMPL_VAR name="father">">
! 	<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ></a><br>
  	</form>
  	<form action="/cgi-bin/koha/admin/thesaurus.pl" method="post">
--- 105,109 ----
  	<input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
  	<input type="hidden" name="father" value="<TMPL_VAR name="father">">
! 	<br><input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add thesaurus entry" ALT="Add" BORDER=0 ><br>
  	</form>
  	<form action="/cgi-bin/koha/admin/thesaurus.pl" method="post">
***************
*** 124,129 ****
  		<td background="/images/background-mem.gif" width="5%"><b>Dig</b></td>
  		<td background="/images/background-mem.gif" width="5%"><b>Related</b></td>
! 		<td background="/images/background-mem.gif" width="5%">&nbsp;</td>
! 		<td background="/images/background-mem.gif" width="5%">&nbsp;</td>
  	<TMPL_LOOP name="loop">
  	</tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 124,129 ----
  		<td background="/images/background-mem.gif" width="5%"><b>Dig</b></td>
  		<td background="/images/background-mem.gif" width="5%"><b>Related</b></td>
! 		<td background="/images/background-mem.gif" width="5%">Edit</td>
! 		<td background="/images/background-mem.gif" width="5%">Delete</td>
  	<TMPL_LOOP name="loop">
  	</tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 133,138 ****
  		<td><TMPL_VAR name="dig">Dig</a></td>
  		<td><TMPL_VAR name="related">Related</a></td>
! 		<td><a href="<TMPL_VAR name="edit">">Edit</a></td>
! 		<td><a href="<TMPL_VAR name="delete">">Delete</a></td>
  	</tr>
  	</TMPL_LOOP>
--- 133,138 ----
  		<td><TMPL_VAR name="dig">Dig</a></td>
  		<td><TMPL_VAR name="related">Related</a></td>
! 		<td><a href="<TMPL_VAR name="edit">"><img src="/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 		<td><a href="<TMPL_VAR name="delete">"><img src="/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  	</tr>
  	</TMPL_LOOP>





More information about the Koha-cvs mailing list