[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/es boraccount.tmpl,
From: |
Ambrose Li |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/es boraccount.tmpl,1.1,1.2 |
Date: |
Sat, 25 Jan 2003 12:05:49 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es
In directory sc8-pr-cvs1:/tmp/cvs-serv2903/koha-tmpl/intranet-tmpl/default/es
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/es/boraccount.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** boraccount.tmpl 2 Dec 2002 08:42:08 -0000 1.1
--- boraccount.tmpl 25 Jan 2003 20:05:47 -0000 1.2
***************
*** 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 -->
***************
*** 51,55 ****
<!-- endmenu (member) -->
! <TMPL_VAR NAME=member>
</body>
--- 44,48 ----
<!-- endmenu (member) -->
! <TMPL_INCLUDE NAME="members-bottom.inc">
</body>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/es boraccount.tmpl,1.1,1.2,
Ambrose Li <=