phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/desktop/js/desktop.js, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/templates/desktop/js/desktop.js, 1.1.2.2
Date: Sat, 6 Nov 2004 16:34:27 +0100

Update of /phpgwapi/templates/desktop/js
Modified Files:
        Branch: Version-0_9_16-branch
          desktop.js

date: 2004/11/06 15:34:27;  author: powerstat;  state: Exp;  lines: +2 -2

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/templates/desktop/js/desktop.js
diff -u phpgwapi/templates/desktop/js/desktop.js:1.1.2.1 
phpgwapi/templates/desktop/js/desktop.js:1.1.2.2
--- phpgwapi/templates/desktop/js/desktop.js:1.1.2.1    Sun Feb 22 07:08:20 2004
+++ phpgwapi/templates/desktop/js/desktop.js    Sat Nov  6 15:34:27 2004
@@ -267,7 +267,7 @@
                        if(this.inUse[i])
                        {
                                useClass = (this.active == (i + 1) ? 
'appactive' : 'appinactive');
-                               html += '<div onClick="parent.appWin.max(' + (i 
+ 1) + ');" '
+                               html += '<div onclick="parent.appWin.max(' + (i 
+ 1) + ');" '
                                        + 'class="' + useClass + '" title="' + 
this.inUse[i][0] + '" '
                                        + 'style="width: ' + buttonW + 'px; ' + 
'left: ' + start + 'px;">'
                                        + '<img src="' + this.inUse[i][1] + '" 
height="16" width="16" '




reply via email to

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