[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ branchtransfers.tmpl,1.3,1.4 circulation.tmpl,1.5,1.6 returns.tmpl,1.4,1.5

Mike Hansen wolfpac444 at users.sourceforge.net
Sat Apr 26 06:57:57 CEST 2003


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

Modified Files:
	branchtransfers.tmpl circulation.tmpl returns.tmpl 
Log Message:
Changed image buttons to text buttons


Index: branchtransfers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** branchtransfers.tmpl	26 Apr 2003 04:41:15 -0000	1.3
--- branchtransfers.tmpl	26 Apr 2003 04:57:54 -0000	1.4
***************
*** 1,9 ****
  <TMPL_INCLUDE Name="circulation-top.inc">
  
! <table align=right><tr><td>
! <a href=circulation.pl>
! <img src="<TMPL_VAR name="themelang">/images/button-issues.gif" width="99" height="42" border="0" alt="Next Borrower"></a> &nbsp
! <a href=returns.pl>
! <img src="<TMPL_VAR name="themelang">/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
  </td></tr></table>
  
--- 1,9 ----
  <TMPL_INCLUDE Name="circulation-top.inc">
  
! <table align=right cellpadding=10><tr><td>
! <a class="button" href=circulation.pl>
! Next Borrower</a>
! <a class="button" href=returns.pl>
! Returns
  </td></tr></table>
  

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** circulation.tmpl	26 Apr 2003 04:41:15 -0000	1.5
--- circulation.tmpl	26 Apr 2003 04:57:54 -0000	1.6
***************
*** 2,13 ****
  
  <TMPL_IF name="borrowernumber">
! 	<table align="right">
  		<tr>
  			<td>
! 				<a href=circulation.pl?borrnumber=<TMPL_VAR name="borrowernumber">&branch=<TMPL_VAR name="branch">&printer=<TMPL_VAR name="printer">&print=yes>
! 				<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/2rightarrow.png" border="0" alt="Next Borrower"></a> &nbsp;
! 				<a href=returns.pl>
! 				<img src="<TMPL_VAR name="themelang">/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
! 				&nbsp;<a href=branchtransfers.pl><img src="<TMPL_VAR name="themelang">/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers"></a>
  			</td>
  		</tr>
--- 2,14 ----
  
  <TMPL_IF name="borrowernumber">
! 	<table align="right" cellpadding=10>
  		<tr>
  			<td>
! 				<a class="button" href=circulation.pl?borrnumber=<TMPL_VAR name="borrowernumber">&branch=<TMPL_VAR name="branch">&printer=<TMPL_VAR name="printer">&print=yes>
! 				Next Borrower</a>&nbsp;
! 				<a class="button" href=returns.pl>
! 				Returns</a>&nbsp;
! 				<a class="button" href=branchtransfers.pl>
! 				Transfers</a>
  			</td>
  		</tr>
***************
*** 21,25 ****
  	<p>
  <TMPL_ELSE>
! 	<table align="right">
  		<tr>
  			<td>
--- 22,26 ----
  	<p>
  <TMPL_ELSE>
! 	<table align="right" cellpadding=10>
  		<tr>
  			<td>
***************
*** 27,30 ****
--- 28,32 ----
  					Returns
  				</a>
+ 				&nbsp;
  				<a href=branchtransfers.pl class="button">
  					Transfers

Index: returns.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/returns.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** returns.tmpl	26 Apr 2003 04:41:15 -0000	1.4
--- returns.tmpl	26 Apr 2003 04:57:54 -0000	1.5
***************
*** 1,8 ****
  <TMPL_INCLUDE Name="circulation-top.inc">
  
! <table align="right"><tr><td>
! <a href=circulation.pl>
! <img src="<TMPL_VAR name="themelang">/images/button-issues.gif" width="99" height="42" border="0" alt="Issues"></a>
! &nbsp<a href=branchtransfers.pl><img src="<TMPL_VAR name="themelang">/images/button-transfers.gif" width="127" height="42" border="0" alt="Issues"></a>
  </td></tr></table>
  <h1>Circulation: Returns</h1><br>
--- 1,9 ----
  <TMPL_INCLUDE Name="circulation-top.inc">
  
! <table align="right" cellpadding=10><tr><td>
! 	<a class="button" href=circulation.pl>
! 	Issues</a>&nbsp;
! 	<a class="button" href=branchtransfers.pl>
! 	Transfers</a>
  </td></tr></table>
  <h1>Circulation: Returns</h1><br>





More information about the Koha-cvs mailing list