Bug 489229: Cleanup in Add-ons Manager, r=gavin

This commit is contained in:
Mark Finkle 2009-08-26 21:05:07 -04:00
Родитель 25b6952624
Коммит 2a6d21bd84
1 изменённых файлов: 20 добавлений и 12 удалений

Просмотреть файл

@ -23,8 +23,10 @@
<xul:spacer flex="1"/>
<xul:label class="normal" crop="end" xbl:inherits="value=typeLabel"/>
</xul:hbox>
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
<xul:hbox align="center">
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
</xul:hbox>
</xul:vbox>
</xul:hbox>
<xul:hbox class="show-on-select buttons-box">
@ -106,17 +108,23 @@
</binding>
<binding id="extension-search" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
<content orient="horizontal" align="start">
<xul:image xbl:inherits="src=iconURL"/>
<content orient="vertical">
<xul:hbox align="start">
<xul:image xbl:inherits="src=iconURL"/>
<xul:vbox flex="1">
<xul:hbox align="center">
<xul:label class="title" xbl:inherits="value=name"/>
<xul:label class="normal" xbl:inherits="value=version"/>
<xul:spacer flex="1"/>
<xul:hbox class="addon-type-or-rating" align="center" xbl:inherits="rating"/>
</xul:hbox>
<xul:hbox align="center">
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
</xul:hbox>
</xul:vbox>
</xul:hbox>
<xul:vbox flex="1">
<xul:hbox align="center">
<xul:label class="title" xbl:inherits="value=name"/>
<xul:label class="normal" xbl:inherits="value=version"/>
<xul:spacer flex="1"/>
<xul:hbox class="addon-type-or-rating" align="center" xbl:inherits="rating"/>
</xul:hbox>
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
<xul:hbox class="show-on-select">
<xul:button class="addon-install hide-on-install hide-on-restart" label="&addonShowPage.label;"
oncommand="ExtensionsView.showPage(document.getBindingParent(this));"/>