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

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 3 12:09:25 CEST 2004


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

Modified Files:
	acqui-home.tmpl 
Log Message:
css'"ing

Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** acqui-home.tmpl	28 May 2004 08:38:42 -0000	1.10
--- acqui-home.tmpl	3 Jun 2004 10:09:22 -0000	1.11
***************
*** 10,20 ****
  		</form>
  </div>
- <div id="bloc25">
- 	<h2 class="acquisition">Receive or modify periodical order</h2>
- 	<form action="/cgi-bin/koha/acqui/acquire.pl" method=post>
- 		Title Search : <input type="text"  size="25"   name="recieve">
- 		<input type="submit" class="button acquisition" value="OK">
- 	</form>
- </div>
  
  <!-- currencies-->
--- 10,13 ----
***************
*** 23,38 ****
  	<input type=hidden name=type value=change>
  	<h2 class="acquisition">exchange rates</h2>
- 	<table>
  	<!-- TMPL_LOOP name="loop_currency" -->
! 		<tr>
! 			<td>
! 				<!-- TMPL_VAR name="currency" -->
! 			</td>
! 			<td>
! 				<input type="text"  size="10"  name="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
! 			</td>
! 		</tr>
  	<!-- /TMPL_LOOP -->
- 	</table>
  	<input type=submit value="Save" class="button acquisition">
  </div>
--- 16,25 ----
  	<input type=hidden name=type value=change>
  	<h2 class="acquisition">exchange rates</h2>
  	<!-- TMPL_LOOP name="loop_currency" -->
! 		<p>
! 			<label><!-- TMPL_VAR name="currency" --></label>
! 			<input type="text"  size="10"  name="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
! 		</p>
  	<!-- /TMPL_LOOP -->
  	<input type=submit value="Save" class="button acquisition">
  </div>
***************
*** 42,46 ****
  	<form action="/cgi-bin/koha/search.pl">
  		<h2 class="acquisition">budgets and bookfunds</h2>
! 		<table>
  			<tr>
  				<th class="acquisition">Budgets</th>
--- 29,33 ----
  	<form action="/cgi-bin/koha/search.pl">
  		<h2 class="acquisition">budgets and bookfunds</h2>
! 		<table class="noborder">
  			<tr>
  				<th class="acquisition">Budgets</th>





More information about the Koha-cvs mailing list