[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters admin-home.tmpl,1.20,1.21 aqbookfund.tmpl,1.16,1.17 aqbudget.tmpl,1.16,1.17

Paul POULAIN tipaul at users.sourceforge.net
Fri Jun 6 16:50:39 CEST 2003


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

Modified Files:
	admin-home.tmpl aqbookfund.tmpl aqbudget.tmpl 
Log Message:
1st draft for budget reordering
DOES NOT WORK.
But it's time for week end for me, so bugfix will wait until tuesday :-)

Index: admin-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** admin-home.tmpl	26 Apr 2003 04:57:55 -0000	1.20
--- admin-home.tmpl	6 Jun 2003 14:50:36 -0000	1.21
***************
*** 14,23 ****
  </tr>
  <tr>
- 	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>Budget</a></td>
- 	<td>The monies allocated to your book funds.</td>
- </tr>
- <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
! 	<td>Book fund administration.</td>
  </tr>
  <tr>
--- 14,19 ----
  </tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
! 	<td>Book fund and budget administration.</td>
  </tr>
  <tr>
***************
*** 79,88 ****
  </tr>
  </table>
! <table cellspacing=0 cellpadding=1 width=80%>
! <th colspan=2>Export</th>
! <tr>
! 	<td valign="top" width="25%"><a href=/cgi-bin/koha/export/marc.pl>MARC biblio export</a></td>
! 	<td>Exporting in MARC format.</td>
! </tr>
  </table>
  </center>
--- 75,92 ----
  </tr>
  </table>
! <table cellspacing=5 cellpadding=1 width=80%>
! 	<th colspan=2>Export</th>
! 	<tr>
! 		<td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
! 		<td>Exporting in MARC format.</td>
! 	</tr>
! 	<th colspan=2>Import</th>
! 	<tr valign="top">
! 		<td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>
! 		<td>The breeding farm is a table where imported MARC records are stored.<br/>
! 			A MARC record is stored in the breeding farm as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the breeding farm.
! 			If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
! 		</td>
! 	</tr>
  </table>
  </center>

Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** aqbookfund.tmpl	26 Apr 2003 03:54:51 -0000	1.16
--- aqbookfund.tmpl	6 Jun 2003 14:50:36 -0000	1.17
***************
*** 11,26 ****
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Book fund</b></td>
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Name</b></td>
- 	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Budget</b></td>
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Edit</b></td>
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Delete</b></td>
  	</tr>
  <TMPL_LOOP name="bookfund">
! 	<tr valign=top bgcolor="<TMPL_VAR name="toggle">">
  		<td><TMPL_VAR name="bookfundid"></td>
  		<td><TMPL_VAR name="bookfundname"></td>
- 		<td><a href="aqbudget.pl?bookfundid=<TMPL_VAR name="bookfundid"> "><img src="<TMPL_VAR NAME='interface'>/<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='interface'>/<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='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  	</tr>
  </TMPL_LOOP>
  </table>
--- 11,35 ----
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Book fund</b></td>
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Name</b></td>
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Edit</b></td>
  	<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Delete</b></td>
  	</tr>
  <TMPL_LOOP name="bookfund">
! 	<tr valign=top bgcolor="ffffcc">
  		<td><TMPL_VAR name="bookfundid"></td>
  		<td><TMPL_VAR name="bookfundname"></td>
  		<td><a href="<TMPL_VAR name="action">?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> "><img src="<TMPL_VAR NAME='interface'>/<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='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  	</tr>
+ 	<TMPL_LOOP name="budget">
+ 		<tr valign=top>
+ 			<td>&nbsp;</td>
+ 			<td align="right">
+ 				<TMPL_VAR name="startdate"> - <TMPL_VAR name="enddate"> : <b><TMPL_VAR name="budgetamount"></b>
+ 			</td>
+ 			<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=add_form&aqbudgetid=<TMPL_VAR name="aqbudgetid">"><img src="<TMPL_VAR NAME='interface'>/<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&aqbudgetid=<TMPL_VAR name="aqbudgetid">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
+ 
+ 		</tr>
+ 	</TMPL_LOOP>
  </TMPL_LOOP>
  </table>

Index: aqbudget.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbudget.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** aqbudget.tmpl	8 May 2003 11:27:20 -0000	1.16
--- aqbudget.tmpl	6 Jun 2003 14:50:36 -0000	1.17
***************
*** 98,102 ****
  <tr><td>End date (<TMPL_VAR NAME=dateformat>)</td><td><input type=text name=enddate size=11 value='<TMPL_VAR name="enddate">'></td></tr>
  <tr><td>Budget amount</td><td><input type=text name=budgetamount value='<TMPL_VAR name="budgetamount">'></td></tr>
! <tr><td>&nbsp;</td><td><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  </table>
  </form>
--- 98,102 ----
  <tr><td>End date (<TMPL_VAR NAME=dateformat>)</td><td><input type=text name=enddate size=11 value='<TMPL_VAR name="enddate">'></td></tr>
  <tr><td>Budget amount</td><td><input type=text name=budgetamount value='<TMPL_VAR name="budgetamount">'></td></tr>
! <tr><td>&nbsp;</td><td><input type="hidden" name="aqbudgetid" value="<TMPL_VAR name="aqbudgetid">"><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  </table>
  </form>
***************
*** 123,127 ****
  	</tr>
  
! 	<form action='<TMPL_VAR name="action">' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=bookfundid value='<TMPL_VAR name="bookfundid">'>
  	<tr>
  		<td>Start date</td>
--- 123,127 ----
  	</tr>
  
! 	<form action='<TMPL_VAR name="action">' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=aqbudgetid value='<TMPL_VAR name="aqbudgetid">'>
  	<tr>
  		<td>Start date</td>





More information about the Koha-cvs mailing list