Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cursor missing on admin login page


porrier

Recommended Posts

hi,

try the following html5 mod in login.php

change 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'));

:blink:
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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...