phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.14,1.15 p


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.14,1.15 phpgw_header.xsl,1.3,1.4
Date: Thu, 24 Apr 2003 17:04:24 -0400

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

Modified Files:
        phpgw.xsl phpgw_header.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/default/phpgw.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** phpgw.xsl   24 Apr 2003 01:33:51 -0000      1.14
--- phpgw.xsl   24 Apr 2003 21:04:22 -0000      1.15
***************
*** 4,8 ****
        <xsl:variable name="phpgw_css_file" select="phpgw_css_file"/>
        <xsl:variable name="theme_css_file" select="theme_css_file"/>
-       <xsl:variable name="charset" select="charset"/>
        <xsl:variable name="onload" select="onload"/>
        <xsl:variable name="home_link" select="home_link"/>
--- 4,7 ----
***************
*** 27,31 ****
                <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"/>
--- 26,29 ----

Index: phpgw_header.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw_header.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** phpgw_header.xsl    21 Apr 2003 11:38:58 -0000      1.3
--- phpgw_header.xsl    24 Apr 2003 21:04:22 -0000      1.4
***************
*** 4,12 ****
        <xsl:variable name="phpgw_css_file" select="phpgw_css_file"/>
        <xsl:variable name="theme_css_file" select="theme_css_file"/>
-       <xsl:variable name="charset" select="charset"/>
        <xsl:variable name="current_app" select="current_app"/>
                <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"/>
--- 4,10 ----





reply via email to

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