Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0"?> |
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 % pageInfoDTD SYSTEM "chrome://browser/locale/pageInfo.dtd"> |
michael@0 | 8 | %pageInfoDTD; |
michael@0 | 9 | ]> |
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 | xmlns:xbl="http://www.mozilla.org/xbl"> |
michael@0 | 15 | |
michael@0 | 16 | <binding id="feed" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem"> |
michael@0 | 17 | <content> |
michael@0 | 18 | <xul:vbox flex="1"> |
michael@0 | 19 | <xul:hbox flex="1"> |
michael@0 | 20 | <xul:textbox flex="1" readonly="true" xbl:inherits="value=name" |
michael@0 | 21 | class="feedTitle"/> |
michael@0 | 22 | <xul:label xbl:inherits="value=type"/> |
michael@0 | 23 | </xul:hbox> |
michael@0 | 24 | <xul:vbox> |
michael@0 | 25 | <xul:vbox align="start"> |
michael@0 | 26 | <xul:hbox> |
michael@0 | 27 | <xul:label xbl:inherits="value=feedURL,tooltiptext=feedURL" class="text-link" flex="1" |
michael@0 | 28 | onclick="openUILink(this.value, event);" crop="end"/> |
michael@0 | 29 | </xul:hbox> |
michael@0 | 30 | </xul:vbox> |
michael@0 | 31 | </xul:vbox> |
michael@0 | 32 | <xul:hbox flex="1" class="feed-subscribe"> |
michael@0 | 33 | <xul:spacer flex="1"/> |
michael@0 | 34 | <xul:button label="&feedSubscribe;" accesskey="&feedSubscribe.accesskey;" |
michael@0 | 35 | oncommand="onSubscribeFeed()"/> |
michael@0 | 36 | </xul:hbox> |
michael@0 | 37 | </xul:vbox> |
michael@0 | 38 | </content> |
michael@0 | 39 | </binding> |
michael@0 | 40 | </bindings> |