mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
30511. evaughan
This commit is contained in:
parent
8fbba2c4c6
commit
5153c01a6f
@ -143,7 +143,7 @@
|
||||
"true", the following content will be created.
|
||||
-->
|
||||
<rule xpcom:show="true">
|
||||
<treechildren>
|
||||
<treechildren flex="1">
|
||||
<treeitem uri="...">
|
||||
<treerow onclick="onComponentClick(event);"
|
||||
progid="rdf:http://www.mozilla.org/NC-xpcom#progid">
|
||||
@ -166,9 +166,9 @@
|
||||
</template>
|
||||
|
||||
<treecolgroup>
|
||||
<treecol
|
||||
<treecol flex="1"
|
||||
rdf:resource="http://www.mozilla.org/NC-xpcom#progid"/>
|
||||
<treecol
|
||||
<treecol flex="1"
|
||||
rdf:resource="http://www.mozilla.org/NC-xpcom#clsid"/>
|
||||
</treecolgroup>
|
||||
|
||||
@ -197,7 +197,7 @@
|
||||
<template>
|
||||
<rule xpcom:show="false"/>
|
||||
<rule xpcom:show="true">
|
||||
<treechildren>
|
||||
<treechildren flex="1">
|
||||
<treeitem uri="...">
|
||||
<treerow onclick="onInterfaceClick(event);"
|
||||
iname="rdf:http://www.mozilla.org/NC-xpcom#iname"
|
||||
@ -215,9 +215,9 @@
|
||||
</template>
|
||||
|
||||
<treecolgroup>
|
||||
<treecol
|
||||
<treecol flex="1"
|
||||
rdf:resource="http://www.mozilla.org/NC-xpcom#iname"/>
|
||||
<treecol
|
||||
<treecol flex="1"
|
||||
rdf:resource="http://www.mozilla.org/NC-xpcom#iid"/>
|
||||
</treecolgroup>
|
||||
|
||||
|
@ -139,13 +139,13 @@
|
||||
<box id="outer-box" align="vertical" flex="1">
|
||||
<box id="inner-box" align="horizontal" flex="1">
|
||||
<box id="user-list-box" flex="30%">
|
||||
<tree id="user-list" container="true" datasources="rdf:null" flex="1"
|
||||
<tree id="user-list" container="true" datasources="rdf:null" style="width:0px" flex="1"
|
||||
containment="http://home.netscape.com/NC-irc#chanuser"
|
||||
multiple="true"
|
||||
context="userlistPopup">
|
||||
|
||||
<template>
|
||||
<treechildren>
|
||||
<treechildren flex="1">
|
||||
<treeitem uri="...">
|
||||
<treerow>
|
||||
<treecell>
|
||||
@ -167,10 +167,10 @@
|
||||
<treecolgroup>
|
||||
<treecol
|
||||
rdf:resource="http://home.netscape.com/NC-irc#op"
|
||||
width="15px"/>
|
||||
width="15"/>
|
||||
<treecol
|
||||
rdf:resource="http://home.netscape.com/NC-irc#voice"
|
||||
width="15px"/>
|
||||
width="15"/>
|
||||
<treecol
|
||||
rdf:resource="http://home.netscape.com/NC-irc#nick"/>
|
||||
</treecolgroup>
|
||||
|
@ -58,15 +58,17 @@
|
||||
multiple="true" onselect="ViewCookieSelected(event);"
|
||||
onclick="ViewCookieSelected(event)"
|
||||
onkeypress="HandleKeyPress(event)">
|
||||
<treecol width="30%"/>
|
||||
<treecol width="70%"/>
|
||||
<treecolgroup>
|
||||
<treecol flex="3" width="0"/>
|
||||
<treecol flex="7" width="0"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" value="&treehead.cookiedomain.label;"/>
|
||||
<treecell class="treecell-header" value="&treehead.cookiename.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="cookielist"/>
|
||||
<treechildren id="cookielist" flex="1"/>
|
||||
</tree>
|
||||
<spring style="height: 5px;"/>
|
||||
<fieldset style="border: 2px groove #CCCCDD;">
|
||||
@ -128,13 +130,16 @@
|
||||
<tree id="permissionstree" class="inset" style="height: 30em; width: 380px;" align="vertical"
|
||||
onkeypress="if(event.which == 46) gone_p += DeleteItemSelected('permissionstree', 'permtree_', 'permissionslist');"
|
||||
multiple="true" onclick="ViewPermissionSelected();">
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" value="&treehead.sitename.label;"/>
|
||||
<treecell class="treecell-header" value="&treehead.status.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="permissionslist"/>
|
||||
<treechildren flex="1" id="permissionslist"/>
|
||||
</tree>
|
||||
<spring style="height: 5px;"/>
|
||||
<box align="horizontal">
|
||||
@ -156,13 +161,16 @@
|
||||
<tree id="imagestree" class="inset" style="height: 30em; width: 380px;" align="vertical"
|
||||
onkeypress="if(event.which == 46) gone_i += DeleteItemSelected('imagestree', 'imgtree_', 'imageslist');"
|
||||
multiple="true" onclick="ViewImageSelected();">
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" value="&treehead.sitename.label;"/>
|
||||
<treecell class="treecell-header" value="&treehead.status.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="imageslist"/>
|
||||
<treechildren flex="1" id="imageslist"/>
|
||||
</tree>
|
||||
<spring style="height: 5px;"/>
|
||||
<box align="horizontal">
|
||||
|
@ -52,8 +52,10 @@
|
||||
<text class="label" value="&treehead.schemaname.label;"/>
|
||||
<tree multiple="true" id="schematree" class="inset"
|
||||
style="height: 250px; width: 195px;" align="vertical" onclick="ViewEntries();">
|
||||
<treecol width="100%"/>
|
||||
<treechildren id="schemalist"/>
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
<treechildren id="schemalist" flex="1"/>
|
||||
</tree>
|
||||
<spring flex="5%"/>
|
||||
<spring style="height: 7px;"/>
|
||||
@ -67,15 +69,19 @@
|
||||
<text class="label" id="entrytext" value2="&treehead.entries.label;"/>
|
||||
<tree multiple="true" id="entrytree" class="inset"
|
||||
style="height: 113px; width: 195px;" align="vertical" onclick="ViewSynonyms();">
|
||||
<treecol width="100%"/>
|
||||
<treechildren id="entrieslist"/>
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
<treechildren flex="1" id="entrieslist"/>
|
||||
</tree>
|
||||
<spring style="height: 7px;"/>
|
||||
<text class="label" id="synonymtext" value2="&treehead.synonyms.label;" value3="&treehead.synonymsoff.label;"/>
|
||||
<tree multiple="true" id="synonymtree" class="inset"
|
||||
style="height: 113px; width: 195px;" align="vertical" onclick="SynonymSelected();">
|
||||
<treecol width="100%"/>
|
||||
<treechildren id="synonymslist"/>
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
<treechildren flex="1" id="synonymslist"/>
|
||||
</tree>
|
||||
</div>
|
||||
<spring style="width: 7px;"/>
|
||||
|
@ -59,15 +59,17 @@
|
||||
<tree id="signonstree" class="inset" style="height: 30em; width: 440px;" align="vertical"
|
||||
onclick="HandleEvent(event);"
|
||||
multiple="true" onkeypress="HandleEvent(event,0)">
|
||||
<treecol width="45%"/>
|
||||
<treecol width="55%"/>
|
||||
<treecolgroup>
|
||||
<treecol width="0" flex="45"/>
|
||||
<treecol width="0" flex="55"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" value="&treehead.site.label;"/>
|
||||
<treecell class="treecell-header" value="&treehead.username.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="savesignonlist"/>
|
||||
<treechildren id="savesignonlist" flex="1"/>
|
||||
</tree>
|
||||
<spring style="height: 5px;"/>
|
||||
<box align="horizontal">
|
||||
@ -88,13 +90,15 @@
|
||||
<tree id="ignoretree" class="inset" style="height: 30em; width: 440px;" align="vertical"
|
||||
onclick="HandleEvent(event);"
|
||||
multiple="true" onkeypress="HandleEvent(event,1)">
|
||||
<treecol width="100%"/>
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" value="&treehead.site.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="ignoredlist"/>
|
||||
<treechildren flex="1" id="ignoredlist"/>
|
||||
</tree>
|
||||
<spring style="height: 5px;"/>
|
||||
<box align="horizontal">
|
||||
@ -115,13 +119,16 @@
|
||||
<tree id="nopreviewtree" class="inset" style="height: 30em; width: 440px;" align="vertical"
|
||||
onclick="HandleEvent(event);"
|
||||
multiple="true" onkeypress="HandleEvent(event,2)">
|
||||
<treecol width="100%"/>
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" value="&treehead.site.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="nopreviewlist"/>
|
||||
<treechildren flex="1" id="nopreviewlist"/>
|
||||
</tree>
|
||||
<spring style="height: 5px;"/>
|
||||
<box align="horizontal">
|
||||
@ -142,13 +149,15 @@
|
||||
<tree id="nocapturetree" class="inset" style="height: 30em; width: 440px;" align="vertical"
|
||||
onclick="HandleEvent(event);"
|
||||
multiple="true" onkeypress="HandleEvent(event,3)">
|
||||
<treecol width="100%"/>
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" value="&treehead.site.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="nocapturelist"/>
|
||||
<treechildren flex="1" id="nocapturelist"/>
|
||||
</tree>
|
||||
<spring style="height: 5px;"/>
|
||||
<box align="horizontal">
|
||||
|
@ -45,15 +45,17 @@
|
||||
<text id="heading"/>
|
||||
</title>
|
||||
<tree class="inset" style="height: 300px; width: 440px;" align="vertical">
|
||||
<treecol width="45%"/>
|
||||
<treecol width="55%"/>
|
||||
<treecolgroup>
|
||||
<treecol width="0" flex="45"/>
|
||||
<treecol width="0" flex="55"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell class="treecell-header" id="fieldHeading"/>
|
||||
<treecell class="treecell-header" id="valueHeading"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="combolists"/>
|
||||
<treechildren flex="1" id="combolists"/>
|
||||
</tree>
|
||||
</div>
|
||||
</box>
|
||||
|
Loading…
Reference in New Issue
Block a user