зеркало из https://github.com/mozilla/pjs.git
Fixed wrong method call to set background image for Table Dialog. Part of work for 20973, r=mjudge
This commit is contained in:
Родитель
7406ca2523
Коммит
87f7b44335
|
@ -166,7 +166,7 @@
|
|||
<row valign="middle">
|
||||
<checkbox id="TableImageCheckbox" value="&image.label;"/>
|
||||
<textfield id="TableImageInput" flex="1"/>
|
||||
<button class="dialog" value="&ChooseImage.label;" id="TableImageButton" oncommand="ChooseCellImage()"/>
|
||||
<button class="dialog" value="&ChooseImage.label;" id="TableImageButton" oncommand="ChooseTableImage()"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
Загрузка…
Ссылка в новой задаче