phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/justweb phpgw.xsl, 1.12, 1.13 scri


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/templates/justweb phpgw.xsl, 1.12, 1.13 scripts.js, 1.2, 1.3
Date: Tue, 11 Nov 2003 13:42:04 +0000

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

Modified Files:
        phpgw.xsl scripts.js 
Log Message:
bugfix [bug #3730]

Index: scripts.js
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/scripts.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** scripts.js  24 Apr 2003 01:34:04 -0000      1.2
--- scripts.js  11 Nov 2003 13:42:02 -0000      1.3
***************
*** 50,75 ****
                myNavBar1.setzIndex(2);
        }
- 
-       var popupw;
- 
-       function openwindow(url,width,height)
-       {
-               if (popupw)
-               {
-                       if (popupw.closed)
-                       {
-                               popupw.stop;
-                               popupw.close;
-                       }
-               }
-               popupw = window.open(url,"popupWindow","width=" + width + 
",height=" + height + 
",location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=no");
-               if (popupw.opener == null)
-               {
-                       popupw.opener = window;
-               }
-       }
- 
-       function done()
-       {
-               popupw.close()
-       }
--- 50,51 ----

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/phpgw.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** phpgw.xsl   7 Nov 2003 12:08:21 -0000       1.12
--- phpgw.xsl   11 Nov 2003 13:42:02 -0000      1.13
***************
*** 35,38 ****
--- 35,39 ----
                                <title><xsl:value-of 
select="website_title"/></title>
                                <script type="text/javascript" 
language="javascript" 
src="{$webserver_url}/phpgwapi/templates/justweb/navcond.js"></script>
+                               <script type="text/javascript" 
language="javascript" 
src="{$webserver_url}/phpgwapi/templates/default/default_scripts.js"></script>
                                <script type="text/javascript" 
language="javascript" 
src="{$webserver_url}/phpgwapi/templates/justweb/scripts.js"></script>
                                <xsl:choose>





reply via email to

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