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)

x86
Windows 7
defect

Tracking

(Not tracked)

RESOLVED FIXED

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
Assignee: nobody → bsavage
Priority: -- → P3
Target Milestone: --- → 6.1.5
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.