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