Cool, Thank you. -Neil.
Paul Lesneiwski wrote:
Neil Stevens wrote:
I am using hMailServer and have to put the complete email address in as the username for the login. I would like to make the input field longer so that people can see there input.
Could someone tell me in which file the length is defined.
I am not a programmer but I think pointed in the right direction I could fix this small annoyance.
src/login.php, near line 129:
addInput($username_form_name, $loginname_value)
change to something like this:
addInput($username_form_name, $loginname_value, '', 'size=50')
(untested)
but why make your users type in so much extra information? I recommend this instead:
http://www.squirrelmail.org/plugin_view.php?id=47
Cool, Thank you. -Neil.
------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
