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">
|
||||
|
||||
<!-- logged in and verified and all is good -->
|
||||
<hbox>
|
||||
<hbox align="center">
|
||||
<label id="fxaEmailAddress1"/>
|
||||
<vbox>
|
||||
<label class="text-link"
|
||||
onclick="gSyncPane.manageFirefoxAccount();">
|
||||
&manage.label;
|
||||
</label>
|
||||
</vbox>
|
||||
<spacer flex="1"/>
|
||||
<vbox>
|
||||
<button id="fxaUnlinkButton"
|
||||
oncommand="gSyncPane.unlinkFirefoxAccount(true);"
|
||||
label="&disconnect.label;"/>
|
||||
</vbox>
|
||||
<button oncommand="gSyncPane.manageFirefoxAccount();"
|
||||
label="&manage.label;"/>
|
||||
<button id="fxaUnlinkButton"
|
||||
oncommand="gSyncPane.unlinkFirefoxAccount(true);"
|
||||
label="&disconnect.label;"/>
|
||||
</hbox>
|
||||
|
||||
<!-- logged in to an unverified account -->
|
||||
|
Loading…
Reference in New Issue
Block a user