remove aw-fullname.*, they are no longer used.

This commit is contained in:
sspitzer%netscape.com 2000-03-12 08:21:38 +00:00
Родитель 8719055576
Коммит 5c0061f9d3
5 изменённых файлов: 0 добавлений и 50 удалений

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

@ -1,39 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<!--
The contents of this file are subject to the Netscape Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/NPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The Original Code is Mozilla Communicator client code, released
March 31, 1998.
The Initial Developer of the Original Code is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998-1999 Netscape Communications Corporation. All
Rights Reserved.
-->
<!DOCTYPE window SYSTEM "chrome://messenger/locale/aw-fullname.dtd" >
<window id="fullnamepage" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="parent.wizardPageLoaded('fullname');">
<box align="vertical" style="width: 100%; height: 100%">
<html:div>
<html:div>&fullnameTitle.label;</html:div>
<html:div>&fullnameDesc.label;</html:div>
</html:div>
<box align="horizontal">
<html:input type="text" name="fullname" id="fullname"/>
<spring flex="100%"/>
</box>
<html:div>&fullnameExample.label;</html:div>
</box>
</window>

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

@ -29,7 +29,6 @@ aw-accname.dtd
aw-accounttype.dtd
aw-done.dtd
aw-email.dtd
aw-fullname.dtd
aw-identity.dtd
aw-login.dtd
aw-mailtype.dtd

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

@ -38,7 +38,6 @@ EXPORT_RESOURCE_SAMPLES = \
aw-accounttype.dtd \
aw-done.dtd \
aw-email.dtd \
aw-fullname.dtd \
aw-identity.dtd \
aw-login.dtd \
aw-mailtype.dtd \

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

@ -1,7 +0,0 @@
<!-- extracted from aw-fullname.xul -->
<!ENTITY fullnameTitle.label "Your Name:">
<!ENTITY fullnameDesc.label "Enter your name as you would like it to appear in the From field of outgoing messages:">
<!-- LOCALIZATION NOTE (fullnameExample.label) : Use different localized name instead of "Elmer Fudd" -->
<!ENTITY fullnameExample.label "For example: Elmer Fudd">

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

@ -35,7 +35,6 @@ install::
$(MAKE_INSTALL) aw-accounttype.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-done.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-email.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-fullname.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-identity.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-login.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-mailtype.dtd $(DISTBROWSER)
@ -60,7 +59,6 @@ clobber::
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\aw-accounttype.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\aw-done.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\aw-email.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\aw-fullname.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\aw-identity.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\aw-login.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\aw-mailtype.dtd