Bug #361434 --> put the advanced config button after the return receipts button.

This commit is contained in:
scott%scott-macgregor.org 2006-12-04 05:43:29 +00:00
Родитель 6707bbbedc
Коммит 49519b22d1
1 изменённых файлов: 7 добавлений и 6 удалений

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

@ -141,18 +141,19 @@
<separator class="thin"/>
<hbox align="center" pack="start">
<description flex="1">&configEditDesc.label;</description>
<button id="configEditor" label="&configEdit.label;"
accesskey="&configEdit.accesskey;" oncommand="gAdvancedPane.showConfigEdit();"/>
</hbox>
<hbox align="center">
<description flex="1">&returnReceiptsInfo.label;</description>
<button label="&showReturnReceipts.label;"
accesskey="&showReturnReceipts.accesskey;"
oncommand="gAdvancedPane.showReturnReceipts();"/>
</hbox>
<hbox align="center" pack="start">
<description flex="1">&configEditDesc.label;</description>
<button id="configEditor" label="&configEdit.label;"
accesskey="&configEdit.accesskey;" oncommand="gAdvancedPane.showConfigEdit();"/>
</hbox>
</tabpanel>
<tabpanel orient="vertical">