2000-06-04 09:43:20 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<bindings id="globalBindings"
|
|
|
|
xmlns="http://www.mozilla.org/xbl"
|
2001-11-03 07:36:26 +03:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
2000-06-04 09:43:20 +04:00
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2001-04-30 22:58:08 +04:00
|
|
|
<!-- :::/ toolbar \ ::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="toolbargrippy" extends="chrome://global/content/bindings/toolbar.xml#toolbargrippy">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="toolbargrippy-top"/>
|
|
|
|
<xul:spacer class="toolbargrippy-mid" flex="1"/>
|
|
|
|
<xul:spacer class="toolbargrippy-btm"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="toolbargrippy-collapsed" extends="chrome://global/content/bindings/toolbar.xml#toolbargrippy">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="toolbargrippy-collapsed-left"/>
|
|
|
|
<xul:spacer class="toolbargrippy-collapsed-right" flex="1"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-09-20 11:10:52 +04:00
|
|
|
<binding id="button" extends="chrome://global/content/bindings/button.xml#button">
|
2001-03-16 05:56:38 +03:00
|
|
|
<content>
|
2001-08-14 04:07:36 +04:00
|
|
|
<children includes="observes|template|menupopup|tooltip"/>
|
2001-08-15 08:24:37 +04:00
|
|
|
<xul:box class="box-inherit" orient="horizontal" dir="ltr" flex="1">
|
2001-08-15 08:09:41 +04:00
|
|
|
<xul:vbox class="button-box-left" dir="normal" inherits="default,disabled">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="button-left-top" inherits="default,disabled"/>
|
|
|
|
<xul:spacer class="button-left-mid" inherits="default,disabled" flex="1"/>
|
|
|
|
<xul:spacer class="button-left-btm" inherits="default,disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-10-06 01:25:13 +04:00
|
|
|
|
2001-08-14 04:07:36 +04:00
|
|
|
<xul:stack class="box-inherit button-stack" flex="1">
|
2001-08-15 08:09:41 +04:00
|
|
|
<xul:vbox class="button-box-mid" dir="normal" inherits="default,disabled">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="button-mid-top" inherits="default,disabled"/>
|
|
|
|
<xul:spacer class="button-mid-mid" inherits="default,disabled" flex="1"/>
|
|
|
|
<xul:spacer class="button-mid-btm" inherits="default,disabled"/>
|
2001-08-14 04:07:36 +04:00
|
|
|
</xul:vbox>
|
|
|
|
|
2001-09-20 11:10:52 +04:00
|
|
|
<xul:hbox class="box-inherit button-text-box" inherits="orient,align,pack,dir"
|
|
|
|
align="center" pack="center">
|
2001-08-14 04:07:36 +04:00
|
|
|
<children>
|
2001-09-20 11:10:52 +04:00
|
|
|
<xul:image class="button-icon" inherits="src=image"/>
|
|
|
|
<xul:label class="button-text" flex="1" crop="right"
|
2001-08-14 04:07:36 +04:00
|
|
|
inherits="default,value=label,crop,accesskey"/>
|
|
|
|
</children>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:stack>
|
2001-08-04 10:21:59 +04:00
|
|
|
|
2001-08-15 08:09:41 +04:00
|
|
|
<xul:vbox class="button-box-right" dir="normal" inherits="default,disabled">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="button-right-top" inherits="default,disabled"/>
|
|
|
|
<xul:spacer class="button-right-mid" inherits="default,disabled" flex="1"/>
|
|
|
|
<xul:spacer class="button-right-btm" inherits="default,disabled"/>
|
2001-08-14 04:07:36 +04:00
|
|
|
</xul:vbox>
|
|
|
|
</xul:box>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
2001-06-28 13:15:38 +04:00
|
|
|
|
|
|
|
<resources>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-lft-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-lft-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-lft-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-mid-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-mid-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-rit-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-rit-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-rit-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-lft-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-lft-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-lft-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-mid-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-mid-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-rit-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-rit-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-rit-btm.gif"/>
|
|
|
|
</resources>
|
2000-09-13 14:46:20 +04:00
|
|
|
</binding>
|
|
|
|
|
2001-09-20 11:10:52 +04:00
|
|
|
<binding id="button-menu" extends="chrome://global/skin/globalBindings.xml#button" display="xul:menu"/>
|
|
|
|
|
|
|
|
<binding id="toolbar-menu-button" display="xul:menu"
|
|
|
|
extends="chrome://global/content/bindings/toolbarbutton.xml#menu-button">
|
|
|
|
<content>
|
|
|
|
<children includes="observes|template|menupopup|tooltip"/>
|
|
|
|
<xul:stack class="box-inherit toolbarbutton-menubutton-stack">
|
|
|
|
<xul:toolbarbutton class="box-inherit toolbarbutton-menubutton-button"
|
|
|
|
anonid="button" allowevents="true"
|
|
|
|
inherits="disabled,image,label,crop,accesskey,
|
|
|
|
buttonover,buttondown,align,dir,pack,orient">
|
|
|
|
<children/>
|
|
|
|
</xul:toolbarbutton>
|
|
|
|
<xul:hbox class="toolbarbutton-menubutton-dropmarker-box" pack="center">
|
|
|
|
<xul:image class="toolbarbutton-menubutton-dropmarker" inherits="open,disabled"/>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:stack>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="menulist" extends="chrome://global/content/bindings/menulist.xml#menulist">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="menulist-box-left" inherits="disabled">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="menulist-left-top" inherits="disabled"/>
|
|
|
|
<xul:spacer class="menulist-left-mid" inherits="disabled" flex="1"/>
|
|
|
|
<xul:spacer class="menulist-left-btm" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-09-13 14:46:20 +04:00
|
|
|
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:stack class="menulist-stack" flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="menulist-box-mid" inherits="disabled">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="menulist-mid-top" inherits="disabled"/>
|
|
|
|
<xul:spacer class="menulist-mid-mid" inherits="disabled" flex="1"/>
|
|
|
|
<xul:spacer class="menulist-mid-btm" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-10-06 01:25:13 +04:00
|
|
|
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="menulist-text-box" align="center">
|
|
|
|
<xul:image class="menulist-icon-mid" inherits="src"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<xul:label class="menulist-text-mid" inherits="value=label,crop,accesskey" crop="right" flex="1"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
|
|
|
</xul:stack>
|
2000-10-10 04:06:03 +04:00
|
|
|
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="menulist-box-right" inherits="disabled">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:stack flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="menulist-right-top" inherits="disabled"/>
|
|
|
|
<xul:spacer class="menulist-right-mid" inherits="disabled" flex="1"/>
|
|
|
|
<xul:spacer class="menulist-right-btm" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
|
|
|
<xul:hbox class="menulist-dropmarker-box" align="center" pack="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="menulist-dropmarker" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
</xul:stack>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
<children includes="menupopup"/>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="menulist-editable" extends="chrome://global/content/bindings/menulist.xml#menulist-editable">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox flex="1" class="menulist-editable-box">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="menu-icon" inherits="src"/>
|
|
|
|
<html:input type="text" class="menulist-editable-text" flex="1" inherits="value=label,disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="menu-dropmarker-box" align="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="menu-dropmarker"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
|
|
|
</xul:hbox>
|
2001-03-16 05:56:38 +03:00
|
|
|
<children includes="menupopup"/>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="menulist-compact" extends="chrome://global/content/bindings/menulist.xml#menulist">
|
2001-03-16 05:56:38 +03:00
|
|
|
<content flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="menulist-compact-internal-box" flex="1" align="center">
|
2001-02-02 05:18:13 +03:00
|
|
|
<xul:image class="menulist-compact-dropmarker" inherits="disabled"/>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer flex="1"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<xul:label class="menulist-compact-text" inherits="value=label,accesskey,crop,disabled" crop="right"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-03-16 05:56:38 +03:00
|
|
|
<children includes="menupopup"/>
|
2001-02-02 05:18:13 +03:00
|
|
|
</content>
|
|
|
|
</binding>
|
2001-04-30 22:58:08 +04:00
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="progressmeter"
|
|
|
|
extends="chrome://global/content/bindings/progressmeter.xml#progressmeter">
|
2001-06-28 13:15:38 +04:00
|
|
|
<content>
|
2001-03-16 05:56:38 +03:00
|
|
|
<xul:progressbar class="progressmeter-progressbar" inherits="value,mode,statusbar" flex="1">
|
2001-08-10 22:28:53 +04:00
|
|
|
<xul:box class="progress-bar" inherits="mode"/>
|
|
|
|
<xul:box class="progress-remainder" inherits="mode"/>
|
2001-03-16 05:56:38 +03:00
|
|
|
</xul:progressbar>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="splitter"
|
|
|
|
extends="chrome://global/content/bindings/splitter.xml#splitter">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:hbox class="splitter-internal-box" flex="1" align="center" pack="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<children/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="treecell-header"
|
|
|
|
extends="chrome://global/content/bindings/tree.xml#treecell-header">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="treecell-header-box" flex="1" align="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="tree-header-image" inherits="src"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<xul:label class="tree-header-text" inherits="crop,value=label" flex="1" crop="right"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="tree-header-sortdirection"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<!-- :::/ scrollbar \ ::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="thumb-vertical"
|
|
|
|
extends="chrome://global/content/bindings/scrollbar.xml#thumb">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:vbox flex="1">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="thumb-vert-spacer-top"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox flex="1" class="thumb-vert-box-middle">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer flex="1"/>
|
|
|
|
<xul:spacer class="thumb-vert-grippy"/>
|
|
|
|
<xul:spacer flex="1"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="thumb-vert-spacer-bottom"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="thumb-horizontal"
|
|
|
|
extends="chrome://global/content/bindings/scrollbar.xml#thumb">
|
2000-09-13 14:46:20 +04:00
|
|
|
<content>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="thumb-horz-spacer-left"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox flex="1" class="thumb-horz-box-middle">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer flex="1"/>
|
|
|
|
<xul:spacer class="thumb-horz-grippy"/>
|
|
|
|
<xul:spacer flex="1"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="thumb-horz-spacer-right"/>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-06-28 13:15:38 +04:00
|
|
|
<!-- :::/ mini scrollbar \ ::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
|
|
|
<binding id="iframe-miniscroll" extends="chrome://global/content/bindings/general.xml#iframe">
|
|
|
|
<content usechromesheets="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</binding>
|
|
|
|
|
2001-07-24 14:59:27 +04:00
|
|
|
<binding id="browser-miniscroll" extends="chrome://global/content/bindings/browser.xml#browser">
|
2001-06-28 13:15:38 +04:00
|
|
|
<content usechromesheets="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="scrollbar-mini" extends="chrome://global/content/bindings/scrollbar.xml#scrollbar">
|
|
|
|
<resources>
|
|
|
|
<stylesheet src="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</resources>
|
|
|
|
</binding>
|
|
|
|
|
2001-04-30 22:58:08 +04:00
|
|
|
<!-- :::/ tab control \ ::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-05-15 22:28:25 +04:00
|
|
|
<binding id="tab" extends="chrome://global/content/bindings/tabbox.xml#tab">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content orient="horizontal">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="tab-left">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="tab-left-top" inherits="selected"/>
|
|
|
|
<xul:spacer class="tab-left-mid" inherits="selected" flex="1"/>
|
|
|
|
<xul:spacer class="tab-left-btm" inherits="selected"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
|
|
|
<xul:vbox flex="1" class="tab-mid" inherits="selected">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="tab-mid-top" inherits="selected"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="tab-mid-mid" align="center" pack="center" flex="1">
|
2001-11-07 09:40:04 +03:00
|
|
|
<xul:image class="tab-icon" inherits="validate,src=image"/>
|
|
|
|
<xul:label flex="1" inherits="value=label,crop,accesskey" crop="right" class="tab-text"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="tab-mid-btm" inherits="selected"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
|
|
|
<xul:vbox class="tab-right">
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="tab-right-top" inherits="selected"/>
|
|
|
|
<xul:spacer class="tab-right-mid" inherits="selected" flex="1"/>
|
|
|
|
<xul:spacer class="tab-right-btm" inherits="selected"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-09-14 14:35:21 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
2001-04-30 22:58:08 +04:00
|
|
|
|
2001-05-15 22:28:25 +04:00
|
|
|
<binding id="tabs" extends="chrome://global/content/bindings/tabbox.xml#tabs">
|
2000-09-14 14:35:21 +04:00
|
|
|
<content>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="tabs-left-cap"/>
|
|
|
|
<xul:spacer class="tabs-left"/>
|
2001-10-25 12:22:43 +04:00
|
|
|
<children/>
|
2001-11-07 09:40:04 +03:00
|
|
|
<xul:stack flex="1">
|
|
|
|
<xul:spacer class="tabs-right"/>
|
|
|
|
<xul:hbox class="tabs-misc-dec" align="center">
|
|
|
|
<xul:spacer flex="1"/>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:stack>
|
2001-09-19 01:47:32 +04:00
|
|
|
<xul:spacer class="tabs-right-cap"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
2001-03-16 05:56:38 +03:00
|
|
|
</binding>
|
|
|
|
|
2001-07-12 13:59:29 +04:00
|
|
|
<binding id="row-iconic" extends="xul:row">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:hbox align="center">
|
2001-07-12 13:59:29 +04:00
|
|
|
<xul:image class="row-iconic-icon"/>
|
|
|
|
<children/>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2000-08-25 09:25:46 +04:00
|
|
|
</bindings>
|