porrier Posted September 20, 2015 Share Posted September 20, 2015 Hi! The cursor is missing in the input field of admin's login page. I have to take the mouse and click into this field so I can write into it. Is this repairable somehow? Greetings Andreas Link to comment Share on other sites More sharing options...
tgely Posted September 21, 2015 Share Posted September 21, 2015 hi,try the following html5 mod in login.phpchange all: $contents[] = array('text' => TEXT_USERNAME . '<br />' . tep_draw_input_field('username')); to: $contents[] = array('text' => TEXT_USERNAME . '<br />' . tep_draw_input_field('username', Null, 'autofocus')); osCommerce based shop owner with minimal design and focused on background works. When the less is more.Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store. Link to comment Share on other sites More sharing options...
porrier Posted September 21, 2015 Author Share Posted September 21, 2015 hi, try the following html5 mod in login.php change all: $contents[] = array('text' => TEXT_USERNAME . '' . tep_draw_input_field('username'));to: $contents[] = array('text' => TEXT_USERNAME . '' . tep_draw_input_field('username', Null, 'autofocus')); Bingo, that does the trick! The cursor is back again.Thank you! Andreas Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.