[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en boraccount.tmpl,1.2,1.3

Ambrose Li acli at users.sourceforge.net
Sat Jan 25 21:05:49 CET 2003


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

Modified Files:
	boraccount.tmpl 
Log Message:
Handle non-latin1 charsets
Corrected wrong method to include page header and footer


Index: boraccount.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/boraccount.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** boraccount.tmpl	17 Sep 2002 12:53:03 -0000	1.2
--- boraccount.tmpl	25 Jan 2003 20:05:47 -0000	1.3
***************
*** 1,10 ****
! <HTML>
! 
! <!-- startmenu (member)
!      this  includes the head-container and <body>
!      including this via var contradicts the separation of code and design
!      a solution via tmpl_include would be better -->
! 
! <TMPL_VAR NAME=startmenumember>
  
  <!-- The manual invoice and credit buttons -->
--- 1,3 ----
! <TMPL_INCLUDE NAME="members-top.inc">
  
  <!-- The manual invoice and credit buttons -->
***************
*** 22,28 ****
  
    <TR VALIGN=TOP>
!     <td  bgcolor="99cc33" background="/images/background-mem.gif" colspan=2><B>FINES & CHARGES</TD>
!     <td  bgcolor="99cc33" background="/images/background-mem.gif" colspan=1><B>AMOUNT</TD>
!     <td  bgcolor="99cc33" background="/images/background-mem.gif" colspan=1><B>STILL OWING</TD>
    </TR>
  
--- 15,21 ----
  
    <TR VALIGN=TOP>
!     <td  bgcolor="#99cc33" background="/images/background-mem.gif" colspan=2><B>FINES & CHARGES</TD>
!     <td  bgcolor="#99cc33" background="/images/background-mem.gif" colspan=1><B>AMOUNT</TD>
!     <td  bgcolor="#99cc33" background="/images/background-mem.gif" colspan=1><B>STILL OWING</TD>
    </TR>
  
***************
*** 51,55 ****
  <!-- endmenu (member) -->
  
! <TMPL_VAR NAME=member>
  
  </body>
--- 44,48 ----
  <!-- endmenu (member) -->
  
! <TMPL_INCLUDE NAME="members-bottom.inc">
  
  </body>





More information about the Koha-cvs mailing list