зеркало из https://github.com/mozilla/pjs.git
make the subscribe dialog skinnable.
This commit is contained in:
Родитель
dc5e5024a8
Коммит
1e6fe6a0fa
|
@ -26,20 +26,18 @@ Rights Reserved.
|
||||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/subscribe.dtd">
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/subscribe.dtd">
|
||||||
|
|
||||||
|
|
||||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
<window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:NC="http://home.netscape.com/NC-rdf#"
|
xmlns:NC="http://home.netscape.com/NC-rdf#"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
orient="vertical"
|
orient="vertical"
|
||||||
class="dialog"
|
class="dialog"
|
||||||
height="300"
|
height="300"
|
||||||
width="600"
|
width="600"
|
||||||
onload="SubscribeOnLoad()"
|
onload="SubscribeOnLoad()">
|
||||||
style="padding:10px">
|
|
||||||
|
|
||||||
<html:script language="JavaScript" src="chrome://global/content/strres.js"/>
|
<script language="JavaScript" src="chrome://global/content/strres.js"/>
|
||||||
<html:script language="JavaScript" src="chrome://messenger/content/widgetglue.js"/>
|
<script language="JavaScript" src="chrome://messenger/content/widgetglue.js"/>
|
||||||
<html:script language="JavaScript" src="chrome://messenger/content/subscribe.js"/>
|
<script language="JavaScript" src="chrome://messenger/content/subscribe.js"/>
|
||||||
|
|
||||||
<keyset id="keyset"/>
|
<keyset id="keyset"/>
|
||||||
|
|
||||||
|
@ -70,8 +68,7 @@ Rights Reserved.
|
||||||
<box orient="horizontal" flex="100%">
|
<box orient="horizontal" flex="100%">
|
||||||
<box orient="vertical" flex="100%">
|
<box orient="vertical" flex="100%">
|
||||||
|
|
||||||
<tree style="width:100px;" flex="100%"
|
<tree class="inset"
|
||||||
class="inset"
|
|
||||||
id="subscribetree"
|
id="subscribetree"
|
||||||
datasources="rdf:subscribe"
|
datasources="rdf:subscribe"
|
||||||
onclick="SubscribeOnClick(event);">
|
onclick="SubscribeOnClick(event);">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче