зеркало из https://github.com/mozilla/pjs.git
Bug 336910: Buttons in Filter Rules dialog do not work with the keyboard, patch by Magnus Melin <mkmelin+mozilla@iki.fi>, r+sr=mscott
This commit is contained in:
Родитель
d53dab0c1d
Коммит
d4b1f5c8ae
|
@ -202,8 +202,8 @@
|
|||
<xul:listcell class="ruleactiontarget" xbl:inherits="type=value"
|
||||
orient="vertical" align="start" pack="center"/>
|
||||
<xul:listcell>
|
||||
<xul:button class="small-button" label="+" onclick="this.parentNode.parentNode.addRow();"/>
|
||||
<xul:button class="small-button" label="-" onclick="this.parentNode.parentNode.removeRow();" anonid="removeButton"/>
|
||||
<xul:button class="small-button" label="+" oncommand="this.parentNode.parentNode.addRow();"/>
|
||||
<xul:button class="small-button" label="-" oncommand="this.parentNode.parentNode.removeRow();" anonid="removeButton"/>
|
||||
</xul:listcell>
|
||||
<xul:listcell/>
|
||||
</content>
|
||||
|
|
Загрузка…
Ссылка в новой задаче