koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqboo


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqbookfund.tmpl,1.6,1.7 aqbudget.tmpl,1.3,1.4
Date: Tue, 28 Jan 2003 05:04:36 -0800

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

Modified Files:
        aqbookfund.tmpl aqbudget.tmpl 
Log Message:
bugfix for bugzilla #160

Index: aqbookfund.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** aqbookfund.tmpl     23 Jan 2003 12:29:11 -0000      1.6
--- aqbookfund.tmpl     28 Jan 2003 13:04:33 -0000      1.7
***************
*** 10,19 ****
  <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=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">"<td><TMPL_VAR 
name="bookfundid"></td><td><TMPL_VAR name="bookfundname"></td><td><TMPL_VAR 
name="bookfundgroup"> &nbsp;</td><td><a 
href="aqbudget.pl?op=add_form&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>
--- 10,27 ----
  <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=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">"
!               <td><TMPL_VAR name="bookfundid"></td>
!               <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>

Index: aqbudget.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbudget.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** aqbudget.tmpl       23 Jan 2003 12:29:11 -0000      1.3
--- aqbudget.tmpl       28 Jan 2003 13:04:33 -0000      1.4
***************
*** 15,19 ****
  <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>
--- 15,26 ----
  <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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]