0
Welcome Guest! Login
0 items Join Now

mod_login template override error

    • Ben Harold's Avatar
    • Ben Harold
    • Sr. Rocketeer
    • Posts: 231
    • Thanks: 1
    • Freelance Developer

    mod_login template override error

    Posted 13 years 3 weeks ago
    • I've noticed on the past few template releases that there is a bug in the mod_login template override. I've located this bug in the Momentum template, but I've also noticed it on newer templates such as Diametric as well.

      If you click on a "User Name" field, the "User Name" text disappears. However, if you blur the field without typing in it, the text "Username" appears in the field. If you refocus, the field remains populated with the "Username" text.

      In the file /rt_momentum/html/mod_login/default.php on line 46, <?php echo JText::_('Username'); ?> should be replaced with <?php echo JText::_('MOD_LOGIN_VALUE_USERNAME') ?>.

Time to create page: 0.054 seconds