browser/components/feeds/content/subscribe.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/components/feeds/content/subscribe.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +
     1.9 +<!DOCTYPE bindings [
    1.10 +  <!ENTITY % feedDTD
    1.11 +    SYSTEM "chrome://browser/locale/feeds/subscribe.dtd">
    1.12 +  %feedDTD;
    1.13 +]>
    1.14 +<bindings id="feedBindings"
    1.15 +          xmlns="http://www.mozilla.org/xbl"
    1.16 +          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.17 +  <binding id="feedreaderUI">
    1.18 +    <content>
    1.19 +      <xul:vbox>
    1.20 +        <xul:hbox align="center">
    1.21 +          <xul:description anonid="subscribeUsingDescription" class="subscribeUsingDescription"/>
    1.22 +          <xul:menulist anonid="handlersMenuList" class="handlersMenuList" aria-labelledby="subscribeUsingDescription">
    1.23 +            <xul:menupopup anonid="handlersMenuPopup" class="handlersMenuPopup">
    1.24 +              <xul:menuitem anonid="liveBookmarksMenuItem" label="&feedLiveBookmarks;" class="menuitem-iconic liveBookmarksMenuItem" image="chrome://browser/skin/page-livemarks.png" selected="true"/>
    1.25 +              <xul:menuseparator/>
    1.26 +            </xul:menupopup>
    1.27 +          </xul:menulist>
    1.28 +        </xul:hbox>
    1.29 +        <xul:hbox>
    1.30 +          <xul:checkbox anonid="alwaysUse" class="alwaysUse" checked="false"/>
    1.31 +        </xul:hbox>
    1.32 +        <xul:hbox align="center">
    1.33 +          <xul:spacer flex="1"/>
    1.34 +          <xul:button label="&feedSubscribeNow;" anonid="subscribeButton" class="subscribeButton"/>
    1.35 +        </xul:hbox>
    1.36 +      </xul:vbox>
    1.37 +    </content>
    1.38 +    <resources>
    1.39 +      <stylesheet src="chrome://browser/skin/feeds/subscribe-ui.css"/>
    1.40 +    </resources>
    1.41 +  </binding>
    1.42 +</bindings>
    1.43 +

mercurial