browser/components/feeds/content/subscribe.xml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:afc0d727a037
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5
6 <!DOCTYPE bindings [
7 <!ENTITY % feedDTD
8 SYSTEM "chrome://browser/locale/feeds/subscribe.dtd">
9 %feedDTD;
10 ]>
11 <bindings id="feedBindings"
12 xmlns="http://www.mozilla.org/xbl"
13 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
14 <binding id="feedreaderUI">
15 <content>
16 <xul:vbox>
17 <xul:hbox align="center">
18 <xul:description anonid="subscribeUsingDescription" class="subscribeUsingDescription"/>
19 <xul:menulist anonid="handlersMenuList" class="handlersMenuList" aria-labelledby="subscribeUsingDescription">
20 <xul:menupopup anonid="handlersMenuPopup" class="handlersMenuPopup">
21 <xul:menuitem anonid="liveBookmarksMenuItem" label="&feedLiveBookmarks;" class="menuitem-iconic liveBookmarksMenuItem" image="chrome://browser/skin/page-livemarks.png" selected="true"/>
22 <xul:menuseparator/>
23 </xul:menupopup>
24 </xul:menulist>
25 </xul:hbox>
26 <xul:hbox>
27 <xul:checkbox anonid="alwaysUse" class="alwaysUse" checked="false"/>
28 </xul:hbox>
29 <xul:hbox align="center">
30 <xul:spacer flex="1"/>
31 <xul:button label="&feedSubscribeNow;" anonid="subscribeButton" class="subscribeButton"/>
32 </xul:hbox>
33 </xul:vbox>
34 </content>
35 <resources>
36 <stylesheet src="chrome://browser/skin/feeds/subscribe-ui.css"/>
37 </resources>
38 </binding>
39 </bindings>
40

mercurial