phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb phpgw.xsl,1.10,1.11


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb phpgw.xsl,1.10,1.11
Date: Thu, 24 Apr 2003 17:04:25 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv27543/templates/justweb

Modified Files:
        phpgw.xsl 
Log Message:
removed charset from tpls since its added by xslt already plus update 
class.common: add a flag to disable any xslt output

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/phpgw.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** phpgw.xsl   24 Apr 2003 01:34:04 -0000      1.10
--- phpgw.xsl   24 Apr 2003 21:04:22 -0000      1.11
***************
*** 5,9 ****
        <xsl:variable name="theme_css_file"><xsl:value-of 
select="theme_css_file"/></xsl:variable>
        <xsl:variable name="webserver_url"><xsl:value-of 
select="webserver_url"/></xsl:variable>
-       <xsl:variable name="charset"><xsl:value-of 
select="charset"/></xsl:variable>
        <xsl:variable name="onload"><xsl:value-of 
select="onload"/></xsl:variable>
        <xsl:variable name="logo_img"><xsl:value-of 
select="logo_img"/></xsl:variable>
--- 5,8 ----
***************
*** 28,32 ****
                <html>
                        <head>
-                               <meta http-equiv="Content-Type" 
content="text/html; charset={$charset}"/>
                                <meta name="author" content="phpGroupWare 
http://www.phpgroupware.org"/>
                                <meta name="description" 
content="phpGroupWare"/>
--- 27,30 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]