[Navigator] Reverse the order of the buttons in Permissions Manager to be consistent with other windows

This commit is contained in:
Matt A. Tobin
2020-08-22 08:21:17 -04:00
committed by Roy Tam
parent 7163cc9bb2
commit bac538f8d1
@@ -88,10 +88,10 @@
<separator class="groove" style="margin-left: 8px; margin-right: 8px"/>
<hbox align="end">
<hbox class="actionButtons" align="right" flex="1">
<button oncommand="close();" icon="close"
label="&button.cancel.label;" accesskey="&button.cancel.accesskey;" />
<button id="btnApplyChanges" oncommand="gPermissionManager.onApplyChanges();" icon="save"
label="&button.ok.label;" accesskey="&button.ok.accesskey;"/>
<button oncommand="close();" icon="close"
label="&button.cancel.label;" accesskey="&button.cancel.accesskey;" />
</hbox>
<resizer type="window" dir="bottomend"/>
</hbox>