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:
6fe34cd
)
XUL Menü: iframe tag durch browser tag ersetzen. box model ist in FF6 buggy mit iframes
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Aug 2011 09:32:06 +0000
(11:32 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Aug 2011 09:32:06 +0000
(11:32 +0200)
xslt/xulmenu.xsl
patch
|
blob
|
history
diff --git
a/xslt/xulmenu.xsl
b/xslt/xulmenu.xsl
index
4381560
..
fcd410f
100644
(file)
--- a/
xslt/xulmenu.xsl
+++ b/
xslt/xulmenu.xsl
@@
-59,7
+59,7
@@
<!--<iframe src="xslt/trans.xml" flex="1" id="uhr"/>-->
</vbox>
<splitter state="open" collapse="before" resizeafter="farthest"><grippy/></splitter>
-
<html:iframe id="main_window
" src="{$callback}" flex="1" style="border:0px"/>
+
<browser id="main_window" type="content
" src="{$callback}" flex="1" style="border:0px"/>
</hbox>
</window>
</xsl:template>