6482
This commit is contained in:
matt%netscape.com 1999-06-08 20:30:08 +00:00
Родитель 3c51cf13ac
Коммит b4802cce10
4 изменённых файлов: 12 добавлений и 8 удалений

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

@ -24,7 +24,7 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Colors');" title="title.label">
onload="return StartUp('Colors');" title="window.label">
<html:script language="JavaScript" src="PrefsWindow.js">

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

@ -6,6 +6,8 @@
<!DOCTYPE window [
<!ENTITY title.label "Download">
<!ENTITY download "Download">
<!ENTITY downOnlyCheck "Download only unread messages">
<!ENTITY downDateCheck "Download by date">
<!ENTITY newmes "Newsgroup Messages">
<!ENTITY downUnread "Download only unread messages">
<!ENTITY downloadDate "Download by date">
@ -37,13 +39,13 @@
<html:DIV ID="top">
<html:SPAN ID="lefttext">Download</html:SPAN>
<html:SPAN ID="lefttext">&download;</html:SPAN>
</html:DIV>
&newmes;
<html:table>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />Download only unread messages</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />Download by date</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />&downOnlyCheck;</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />&downDateCheck;</html:label></html:td></html:tr>
<html:tr><html:td>
<html:label>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />&fromRadio.label;

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

@ -24,7 +24,7 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Colors');" title="title.label">
onload="return StartUp('Colors');" title="window.label">
<html:script language="JavaScript" src="PrefsWindow.js">

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

@ -6,6 +6,8 @@
<!DOCTYPE window [
<!ENTITY title.label "Download">
<!ENTITY download "Download">
<!ENTITY downOnlyCheck "Download only unread messages">
<!ENTITY downDateCheck "Download by date">
<!ENTITY newmes "Newsgroup Messages">
<!ENTITY downUnread "Download only unread messages">
<!ENTITY downloadDate "Download by date">
@ -37,13 +39,13 @@
<html:DIV ID="top">
<html:SPAN ID="lefttext">Download</html:SPAN>
<html:SPAN ID="lefttext">&download;</html:SPAN>
</html:DIV>
&newmes;
<html:table>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />Download only unread messages</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />Download by date</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />&downOnlyCheck;</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />&downDateCheck;</html:label></html:td></html:tr>
<html:tr><html:td>
<html:label>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />&fromRadio.label;