зеркало из https://github.com/mozilla/pjs.git
Fixing prefs.
This commit is contained in:
Родитель
ea271f073c
Коммит
62465a02fa
|
@ -50,12 +50,10 @@ Contributor(s): ______________________________________. -->
|
|||
<!-- we may like to load this into a tabpanel set as per mpt's post -->
|
||||
<spring style="width: 7px;"/>
|
||||
<!-- tree sidebar -->
|
||||
<html:div flex="40%">
|
||||
<tree id="prefsTree" class="inset"/>
|
||||
</html:div>
|
||||
<tree flex="4" style="width: 0px;" id="prefsTree" class="inset"/>
|
||||
<spring style="width: 10px;"/>
|
||||
<!-- content frame -->
|
||||
<html:iframe id="panelFrame" name="panelFrame" flex="60%"/>
|
||||
<html:iframe id="panelFrame" name="panelFrame" style="width:0px" flex="6"/>
|
||||
<html:script language="javascript">
|
||||
if( window.arguments[0] )
|
||||
document.getElementById("panelFrame").setAttribute("src", window.arguments[0] );
|
||||
|
|
|
@ -29,8 +29,7 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<tree id="prefsTree"
|
||||
onclick="window.handle.SwitchPage( event.target )"
|
||||
flex="100%" style="height: 100%">
|
||||
onclick="window.handle.SwitchPage( event.target )">
|
||||
<treehead name="tree">
|
||||
<treerow>
|
||||
<treecell url="__header" value="&categoryHeader;"/>
|
||||
|
@ -209,13 +208,12 @@
|
|||
</treeitem>
|
||||
</treechildren>
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
|
||||
<treeitem open="true">
|
||||
<treerow>
|
||||
<treecell indent="true" url="chrome://pref/content/pref-debug.xul" value="&debug.label;"/>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
|
||||
</tree>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче