Closed Bug 669646 Opened 13 years ago Closed 10 years ago

id for the login/register links needed

Categories

(addons.mozilla.org Graveyard :: Code Quality, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: Bebe, Unassigned)

Details

Attachments

(1 obsolete file)

Hey guys we are autoamating the user accounts area and we need a id for the login/register links. 

https://addons.allizom.org/

Currently the code looks like this:

<p class="context">
<a href="/users/register">Register</a>
or
<a href="/en-US/firefox/users/login?to=%2Fen-US%2Ffirefox%2F">Log in</a>
</p>

Can we add an id so it looks kind of like this:

<p class="context">
<a id="register" href="/users/register">Register</a>
or
<a id="login" href="/en-US/firefox/users/login?to=%2Fen-US%2Ffirefox%2F">Log in</a>
</p>

Thanks
I believe none of these are needed for us (and most aren't even used in the code)
Comment on attachment 612353 [details] [diff] [review]
disable some methods for accessing Firefox profiles and AppData directories to help Windows builds

Wrong bug, sorry - meant bug 699646
Attachment #612353 - Attachment is obsolete: true
Thanks for filing this.  Due to resource constraints we are closing bugs which we won't realistically be able to fix.  If you have a patch that applies to this bug please reopen.

For more info see http://micropipes.com/blog/2014/09/24/the-great-add-on-bug-triage/
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: