зеркало из https://github.com/mozilla/gecko-dev.git
Modifications to adjust for Hyatt's changes to windows over the weekend.
This commit is contained in:
Родитель
0ff93b5771
Коммит
13f8915b21
|
@ -106,6 +106,8 @@
|
||||||
|
|
||||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
|
height="420"
|
||||||
|
width="600"
|
||||||
style="width:100%; height:100%"
|
style="width:100%; height:100%"
|
||||||
align="vertical"
|
align="vertical"
|
||||||
title="&addressbookWindow.title;"
|
title="&addressbookWindow.title;"
|
||||||
|
|
|
@ -53,17 +53,17 @@
|
||||||
|
|
||||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
style="width:100%; height:100%; border:none"
|
style="height:100%; width:100%; border:none"
|
||||||
align="vertical">
|
align="vertical">
|
||||||
|
|
||||||
<tabcontrol align="vertical" style="margin: 5px; border: 2px groove white">
|
<tabcontrol align="vertical" style="margin:5px; border:2px groove white">
|
||||||
<tabbox include="chrome://addressbook/content/nsFrag1.xul" align="horizontal">
|
<tabbox align="horizontal">
|
||||||
<tab>&Name.tab;</tab>
|
<tab>&Name.tab;</tab>
|
||||||
<tab>&Address.tab;</tab>
|
<tab>&Address.tab;</tab>
|
||||||
<tab>&Other.tab;</tab>
|
<tab>&Other.tab;</tab>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
|
|
||||||
<tabpanel include="chrome://addressbook/content/nsFrag2.xul" align="vertical" flex="100%">
|
<tabpanel align="vertical" flex="100%">
|
||||||
|
|
||||||
<!-- ** Name Tab ** -->
|
<!-- ** Name Tab ** -->
|
||||||
<box index="name" align="vertical" flex="100%">
|
<box index="name" align="vertical" flex="100%">
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||||
|
<?xml-stylesheet href="chrome://addressbook/skin/" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE window
|
<!DOCTYPE window
|
||||||
[
|
[
|
||||||
|
@ -9,7 +10,8 @@
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
onload="OnLoadEditCard()"
|
onload="OnLoadEditCard()"
|
||||||
class="dialog"
|
class="dialog"
|
||||||
width="400" style="height:100%; padding:0px"
|
width="400" height="600"
|
||||||
|
style="width:100%; height:100%; padding:0px"
|
||||||
align="vertical">
|
align="vertical">
|
||||||
|
|
||||||
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>
|
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||||
|
<?xml-stylesheet href="chrome://addressbook/skin/" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE window
|
<!DOCTYPE window
|
||||||
[
|
[
|
||||||
|
@ -14,7 +15,8 @@
|
||||||
title="&editcardWindow.title;"
|
title="&editcardWindow.title;"
|
||||||
onload="OnLoadNewCard()"
|
onload="OnLoadNewCard()"
|
||||||
class="dialog"
|
class="dialog"
|
||||||
width="400" style="height:100%; padding:0px"
|
width="400" height="600"
|
||||||
|
style="width:100%; height:100%; padding:0px"
|
||||||
align="vertical">
|
align="vertical">
|
||||||
|
|
||||||
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>
|
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
align="vertical">
|
align="vertical">
|
||||||
|
|
||||||
|
|
||||||
<tree class="abResults" flex="100%" id="resultTree"
|
<tree class="abResults" id="resultTree"
|
||||||
rdf:datasources="rdf:addressdirectory rdf:addresscard"
|
rdf:datasources="rdf:addressdirectory rdf:addresscard"
|
||||||
onchange="top.ResultsPaneSelectionChange()" rdf:containment="http://home.netscape.com/NC-rdf#CardChild">
|
onchange="top.ResultsPaneSelectionChange()" rdf:containment="http://home.netscape.com/NC-rdf#CardChild">
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ Rights Reserved.
|
||||||
<!ENTITY viewButton.label ".View">
|
<!ENTITY viewButton.label ".View">
|
||||||
<!ENTITY removeButton.label "Remove">
|
<!ENTITY removeButton.label "Remove">
|
||||||
<!ENTITY okButton.label ".OK">
|
<!ENTITY okButton.label ".OK">
|
||||||
<!ENTITY cancelButton.label ".Cancel">
|
<!ENTITY cancelButton.label "Cancel">
|
||||||
<!ENTITY helpButton.label ".Help">
|
<!ENTITY helpButton.label ".Help">
|
||||||
|
|
||||||
<!-- Directory Pane -->
|
<!-- Directory Pane -->
|
||||||
|
@ -56,6 +56,7 @@ Rights Reserved.
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
title="&selectAddressWindow.title;"
|
title="&selectAddressWindow.title;"
|
||||||
class="dialog"
|
class="dialog"
|
||||||
|
width="640" height="480"
|
||||||
style="width:100%; height:100%; padding:0px"
|
style="width:100%; height:100%; padding:0px"
|
||||||
align="vertical">
|
align="vertical">
|
||||||
|
|
||||||
|
@ -65,7 +66,7 @@ Rights Reserved.
|
||||||
<html:script language="JavaScript" src="resource://res/samples/DumpDOM.js"/>
|
<html:script language="JavaScript" src="resource://res/samples/DumpDOM.js"/>
|
||||||
|
|
||||||
<!-- Thin box across top, show names containing & stop, search buttons -->
|
<!-- Thin box across top, show names containing & stop, search buttons -->
|
||||||
<box align="horizontal" style="width:100%; padding: 0.5em; padding-top: 0px;">
|
<box align="horizontal" style="width:100%; padding:0.5em; padding-top:0px;">
|
||||||
<html:div style="vertical-align: middle;">
|
<html:div style="vertical-align: middle;">
|
||||||
<html:label for="searchtext" tabindex="0">&search.label;</html:label>
|
<html:label for="searchtext" tabindex="0">&search.label;</html:label>
|
||||||
<html:input type="text" id="searchtext" flex="100%"/>
|
<html:input type="text" id="searchtext" flex="100%"/>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче