projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cb19d
)
Javascript für die toolbox korrigiert, so dass das Menü funktioniert.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Aug 2011 10:01:55 +0000
(12:01 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Aug 2011 10:01:55 +0000
(12:01 +0200)
xslt/xulmenu.xsl
patch
|
blob
|
history
diff --git
a/xslt/xulmenu.xsl
b/xslt/xulmenu.xsl
index
fcd410f
..
a5c109c
100644
(file)
--- a/
xslt/xulmenu.xsl
+++ b/
xslt/xulmenu.xsl
@@
-185,7
+185,7
@@
}
else
{
- var bf=document.getElement
sByTagNameNS("http://www.w3.org/1999/xhtml","iframe").item(0
)
+ var bf=document.getElement
ById("main_window"
)
bf.setAttribute("src",path)
}
}