[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acquire.tmpl,1.7.2.1,1.7.2.2 basket.tmpl,1.7.2.2,1.7.2.3 newbasket2.tmpl,1.7,1.7.2.1 order.tmpl,1.11,1.11.2.1 recieve.tmpl,1.6,1.6.2.1 supplier.tmpl,1.8,1.8.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Feb 10 14:17:11 CET 2004


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

Modified Files:
      Tag: rel_2_0
	acquire.tmpl basket.tmpl newbasket2.tmpl order.tmpl 
	recieve.tmpl supplier.tmpl 
Log Message:
bug fixes in HTML, and (addbiblio.tmpl), bugfix for bibliodeletion

Index: acquire.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** acquire.tmpl	13 Jan 2004 17:29:30 -0000	1.7.2.1
--- acquire.tmpl	10 Feb 2004 13:17:08 -0000	1.7.2.2
***************
*** 6,10 ****
  <!-- TMPL_VAR name="date" -->
  </div>
! <h1>Receipt Summary for: <!-- TMPL_VAR name="name" --> Invoice, <!-- TMPL_VAR name="invoice" --></h1>
  <CENTER>
  
--- 6,10 ----
  <!-- TMPL_VAR name="date" -->
  </div>
! <h1>Receipt Summary for: <i><!-- TMPL_VAR name="name" --></i> Invoice <i><!-- TMPL_VAR name="invoice" --></i></h1>
  <CENTER>
  

Index: basket.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -C2 -r1.7.2.2 -r1.7.2.3
*** basket.tmpl	26 Jan 2004 10:46:36 -0000	1.7.2.2
--- basket.tmpl	10 Feb 2004 13:17:08 -0000	1.7.2.3
***************
*** 2,6 ****
  
  <h1>Shopping Basket <b><!-- TMPL_VAR name="basket" --> </b>for <a href=supplier.pl?id=<!-- TMPL_VAR name="booksellerid" -->></a> <!-- TMPL_VAR name="name" --></h1><br />
! (Our Reference: <b><!-- TMPL_VAR name="entrydate" --></b>, #<b><!-- TMPL_VAR name="basket" --></b>, authorised by: <!-- TMPL_VAR name="loggedinusername" -->)<br />
  <CENTER>
  <p>
--- 2,6 ----
  
  <h1>Shopping Basket <b><!-- TMPL_VAR name="basket" --> </b>for <a href=supplier.pl?id=<!-- TMPL_VAR name="booksellerid" -->></a> <!-- TMPL_VAR name="name" --></h1><br />
! Our Reference: <b><!-- TMPL_VAR name="entrydate" --></b>, #<b><!-- TMPL_VAR name="basket" --></b> authorised by <b><!-- TMPL_VAR name="loggedinusername" --></b><br />
  <CENTER>
  <p>

Index: newbasket2.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbasket2.tmpl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** newbasket2.tmpl	9 Dec 2003 10:29:08 -0000	1.7
--- newbasket2.tmpl	10 Feb 2004 13:17:08 -0000	1.7.2.1
***************
*** 30,34 ****
  <!-- TMPL_VAR name="count" -->  results found.
  
! <br> Results <!-- TMPL_VAR name="dispnum" --> to <!-- TMPL_VAR name="offset2" --> displayed.
  
  <TABLE  CELLSPACING=0  CELLPADDING=6 border=0>
--- 30,34 ----
  <!-- TMPL_VAR name="count" -->  results found.
  
! <br> Results <i><!-- TMPL_VAR name="dispnum" --></i> to <i><!-- TMPL_VAR name="offset2" --></i> displayed.
  
  <TABLE  CELLSPACING=0  CELLPADDING=6 border=0>

Index: order.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/order.tmpl,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -r1.11 -r1.11.2.1
*** order.tmpl	9 Dec 2003 10:29:08 -0000	1.11
--- order.tmpl	10 Feb 2004 13:17:08 -0000	1.11.2.1
***************
*** 23,27 ****
  	<tr valign=top bgcolor=<!-- TMPL_VAR name="color" -->>
  		<td>
! 			<a href="basket.pl?id=<!-- TMPL_VAR name=id -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a>
  		</td>
  		<td>
--- 23,31 ----
  	<tr valign=top bgcolor=<!-- TMPL_VAR name="color" -->>
  		<td>
! 			<!-- TMPL_IF name="active" -->
! 				<a href="basket.pl?id=<!-- TMPL_VAR name=id -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a>
! 			<!-- TMPL_ELSE -->
! 				Inactive
! 			<!-- /TMPL_IF -->
  		</td>
  		<td>

Index: recieve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** recieve.tmpl	9 Dec 2003 10:29:08 -0000	1.6
--- recieve.tmpl	10 Feb 2004 13:17:08 -0000	1.6.2.1
***************
*** 6,10 ****
  <!-- TMPL_VAR name="date" -->
  </div>
! <h1>Receipt Summary for : <!-- TMPL_VAR name="name" -->, Invoice <!-- TMPL_VAR name="invoice" --></h1>
  <CENTER>
  
--- 6,10 ----
  <!-- TMPL_VAR name="date" -->
  </div>
! <h1>Receipt Summary for : <i><!-- TMPL_VAR name="name" --></i> Invoice <i><!-- TMPL_VAR name="invoice" --></i></h1>
  <CENTER>
  

Index: supplier.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/supplier.tmpl,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** supplier.tmpl	9 Dec 2003 10:29:08 -0000	1.8
--- supplier.tmpl	10 Feb 2004 13:17:08 -0000	1.8.2.1
***************
*** 85,91 ****
  		</td>
  	</tr>
- 	<tr>
- 		<td colspan=2 align="center"><input type=image  name=submit src="/<!-- TMPL_VAR name="theme" -->/images/filesave.png" border=0 title="save" alt="save"></td>
- 	</tr>
  </table>
  
--- 85,88 ----
***************
*** 96,101 ****
  	<TR VALIGN=TOP>
  		<TD>Supplier is</td>
! 		<td><input type="radio" name="status" value="1" <!-- TMPL_IF name="active" -->checked<!-- /TMPL_IF -->>Active
! 			<input type="radio" name="status" value="0" <!-- TMPL_UNLESS name="active" -->checked<!-- /TMPL_UNLESS -->>Inactive</td>
  	</tr>
  	<tr valign=top bgcolor="#ffdf61">
--- 93,104 ----
  	<TR VALIGN=TOP>
  		<TD>Supplier is</td>
! 		<td>
! 			 <!-- TMPL_IF name="active" -->
! 				<input type="radio" name="status" value="1" checked>Active
! 				<input type="radio" name="status" value="0">Inactive</td>
! 			<!-- TMPL_ELSE -->
! 				<input type="radio" name="status" value="1">Active
! 				<input type="radio" name="status" value="0"checked>Inactive</td>
! 			<!-- /TMPL_IF -->
  	</tr>
  	<tr valign=top bgcolor="#ffdf61">
***************
*** 153,157 ****
  	</tr>
  </table>
! 
  </form>
  </center>
--- 156,161 ----
  	</tr>
  </table>
! <br/>
! <br/><input type=image  name=submit src="/<!-- TMPL_VAR name="theme" -->/images/filesave.png" border=0 title="save" alt="save" class="button">
  </form>
  </center>





More information about the Koha-cvs mailing list