Modifications to adjust for Hyatt's changes to windows over the weekend.

This commit is contained in:
hangas%netscape.com 1999-07-07 02:30:46 +00:00
Родитель 0ff93b5771
Коммит 13f8915b21
6 изменённых файлов: 16 добавлений и 9 удалений

Просмотреть файл

@ -106,6 +106,8 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
height="420"
width="600"
style="width:100%; height:100%"
align="vertical"
title="&addressbookWindow.title;"

Просмотреть файл

@ -53,17 +53,17 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
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">
<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>&Address.tab;</tab>
<tab>&Other.tab;</tab>
</tabbox>
<tabpanel include="chrome://addressbook/content/nsFrag2.xul" align="vertical" flex="100%">
<tabpanel align="vertical" flex="100%">
<!-- ** Name Tab ** -->
<box index="name" align="vertical" flex="100%">

Просмотреть файл

@ -1,5 +1,6 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://addressbook/skin/" type="text/css"?>
<!DOCTYPE window
[
@ -9,7 +10,8 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="OnLoadEditCard()"
class="dialog"
width="400" style="height:100%; padding:0px"
width="400" height="600"
style="width:100%; height:100%; padding:0px"
align="vertical">
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>

Просмотреть файл

@ -1,5 +1,6 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://addressbook/skin/" type="text/css"?>
<!DOCTYPE window
[
@ -14,7 +15,8 @@
title="&editcardWindow.title;"
onload="OnLoadNewCard()"
class="dialog"
width="400" style="height:100%; padding:0px"
width="400" height="600"
style="width:100%; height:100%; padding:0px"
align="vertical">
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>

Просмотреть файл

@ -16,7 +16,7 @@
align="vertical">
<tree class="abResults" flex="100%" id="resultTree"
<tree class="abResults" id="resultTree"
rdf:datasources="rdf:addressdirectory rdf:addresscard"
onchange="top.ResultsPaneSelectionChange()" rdf:containment="http://home.netscape.com/NC-rdf#CardChild">

Просмотреть файл

@ -38,7 +38,7 @@ Rights Reserved.
<!ENTITY viewButton.label ".View">
<!ENTITY removeButton.label "Remove">
<!ENTITY okButton.label ".OK">
<!ENTITY cancelButton.label ".Cancel">
<!ENTITY cancelButton.label "Cancel">
<!ENTITY helpButton.label ".Help">
<!-- Directory Pane -->
@ -56,6 +56,7 @@ Rights Reserved.
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&selectAddressWindow.title;"
class="dialog"
width="640" height="480"
style="width:100%; height:100%; padding:0px"
align="vertical">