[ scummvm-Bugs-1737415 ] FORUM: register new account form has green field

SourceForge.net noreply at sourceforge.net
Thu Jun 14 20:45:38 CEST 2007


Bugs item #1737415, was opened at 2007-06-14 20:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1737415&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Web site
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: clem (clemty)
Assigned to: Nobody/Anonymous (nobody)
Summary: FORUM: register new account form has green field

Initial Comment:
when trying to register a new account, the "I am not a bot" contextual question "answer" field has a brightly green background

reason:

original template had row1 and row2 CSS values, I set row2 to brightly green to spot and get rid of all occurrences

when Ender added this anti-bot feature, the 2nd column got added with "row2" property - hence the green background

...and since all regulars are already registered nobody noticed

solution:

change
 <td class="row2">
to
 <td class="row1">
in profile_add_body.tpl

(can't get around to do it myself, sorry)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1737415&group_id=37116




More information about the Scummvm-tracker mailing list