mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1018405 - The "Manage" link next to the Firefox Account name should be a button instead. r=jaws
This commit is contained in:
parent
ef7beda457
commit
ca70cdfd69
@ -218,20 +218,14 @@
|
|||||||
<deck id="fxaLoginStatus">
|
<deck id="fxaLoginStatus">
|
||||||
|
|
||||||
<!-- logged in and verified and all is good -->
|
<!-- logged in and verified and all is good -->
|
||||||
<hbox>
|
<hbox align="center">
|
||||||
<label id="fxaEmailAddress1"/>
|
<label id="fxaEmailAddress1"/>
|
||||||
<vbox>
|
|
||||||
<label class="text-link"
|
|
||||||
onclick="gSyncPane.manageFirefoxAccount();">
|
|
||||||
&manage.label;
|
|
||||||
</label>
|
|
||||||
</vbox>
|
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
<vbox>
|
<button oncommand="gSyncPane.manageFirefoxAccount();"
|
||||||
<button id="fxaUnlinkButton"
|
label="&manage.label;"/>
|
||||||
oncommand="gSyncPane.unlinkFirefoxAccount(true);"
|
<button id="fxaUnlinkButton"
|
||||||
label="&disconnect.label;"/>
|
oncommand="gSyncPane.unlinkFirefoxAccount(true);"
|
||||||
</vbox>
|
label="&disconnect.label;"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
<!-- logged in to an unverified account -->
|
<!-- logged in to an unverified account -->
|
||||||
|
Loading…
Reference in New Issue
Block a user