Bug 1018405 - The "Manage" link next to the Firefox Account name should be a button instead. r=jaws

This commit is contained in:
Dão Gottwald 2014-07-24 15:04:24 +02:00
parent ef7beda457
commit ca70cdfd69

View File

@ -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 -->