phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/idsociety phpgw.xsl, 1.21, 1.22 sc


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

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

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

Index: scripts.js
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/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:01 -0000      1.3
***************
*** 7,24 ****
        }
  
-       function MM_preloadImages()
-       { //v3.0
-               var d=document; if(d.images)
-               {
-                       if(!d.MM_p) d.MM_p=new Array();
-                       var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
-                       for(i=0; i<a.length; i++)
-                               if (a[i].indexOf("#")!=0)
-                               {
-                                       d.MM_p[j]=new Image; 
d.MM_p[j++].src=a[i];
-                               }
-               }
-       }
- 
        function MM_findObj(n,d)
        { //v4.0 
--- 7,10 ----
***************
*** 60,86 ****
                if(right_doc != null){ parent.right.location.href=right_doc; }
                if(bottom_doc != null){ parent.bottom.location.href=bottom_doc; 
}
-       }
- 
-       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()
        }
--- 46,48 ----

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/phpgw.xsl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** phpgw.xsl   7 Nov 2003 16:02:09 -0000       1.21
--- phpgw.xsl   11 Nov 2003 13:42:01 -0000      1.22
***************
*** 39,42 ****
--- 39,43 ----
                                <link rel="shortcut icon" href="favicon.ico"/>
                                <title><xsl:value-of 
select="website_title"/></title>
+                               <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/idsociety/scripts.js"></script>
                                <xsl:choose>





reply via email to

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