Closed
Bug 668749
Opened 14 years ago
Closed 14 years ago
id for the login button needed
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
6.1.5
People
(Reporter: Bebe, Assigned: brandon)
Details
Hey guys we are autoamating the user accounts area and we need a id for the login button.
Currently the code looks like this:
<div class="container">
<button class="prominent" type="submit">Log in</button>
</div>
Can we add an id so it looks kind of like this:
<div class="container">
<button id="LoginSubmit" class="prominent" type="submit">Log in</button>
</div>
Thanks
Updated•14 years ago
|
Assignee: nobody → bsavage
Priority: -- → P3
Target Milestone: --- → 6.1.5
Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•