phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates idots/head.tpl probusiness/h...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/templates idots/head.tpl probusiness/h...
Date: Mon, 18 Dec 2006 18:22:14 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/12/18 18:22:14

Modified files:
        templates/idots: head.tpl 
        templates/probusiness: head.tpl 
        templates/simple: head.tpl 

Log message:
        define strBaseURL before before loading base.js

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/idots/head.tpl?cvsroot=phpgwapi&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/probusiness/head.tpl?cvsroot=phpgwapi&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/simple/head.tpl?cvsroot=phpgwapi&r1=1.4&r2=1.5

Patches:
Index: idots/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/idots/head.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- idots/head.tpl      6 Aug 2006 12:49:48 -0000       1.12
+++ idots/head.tpl      18 Dec 2006 18:22:14 -0000      1.13
@@ -15,13 +15,13 @@
                 <link href="{theme_style}" type="text/css" rel="StyleSheet">
                 <!-- END theme_stylesheet -->
                <title>{website_title}</title>
-               {javascript}
                <script type="text/javascript">
                        <!--
                        var strBaseURL = '{str_base_url}';
                        {win_on_events}
                        -->
                </script>
+               {javascript}
        </head>
        <body>
 <!-- END Head -->

Index: probusiness/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/probusiness/head.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- probusiness/head.tpl        27 Nov 2006 20:01:59 -0000      1.5
+++ probusiness/head.tpl        18 Dec 2006 18:22:14 -0000      1.6
@@ -17,7 +17,6 @@
     
                <link href="{theme_css}" type="text/css" rel="StyleSheet" />
                <title>{website_title}</title>
-               {java_script}
                <script type="text/javascript">
                //<![CDATA[
 
@@ -26,6 +25,7 @@
                        {win_on_events}
                //]]>
                </script>
+               {java_script}
        </head>
        <body>
 <!-- END Head -->

Index: simple/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/simple/head.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- simple/head.tpl     28 Nov 2006 09:12:33 -0000      1.4
+++ simple/head.tpl     18 Dec 2006 18:22:14 -0000      1.5
@@ -13,14 +13,13 @@
                <!-- BEGIN theme_stylesheet -->
                <link href="{theme_style}" type="text/css" rel="StyleSheet">
                <!-- END theme_stylesheet -->
-               {java_script}
                <script type="text/javascript">
                        <!--
                        var strBaseURL = '{str_base_url}';
                        {win_on_events}
                        -->
                </script>
-
+               {java_script}
                <TITLE>{website_title}</TITLE>
 
        </HEAD>




reply via email to

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