File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
components/com_users/views/login/tmpl Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4242 <?php echo $ field ->input ; ?> </div>
4343 <?php endif ; ?>
4444 <?php endforeach ; ?>
45+ <?php if (JPluginHelper::isEnabled ('system ' , 'remember ' )) : ?>
46+ <div class="login-fields">
47+ <label id="remember-lbl" for="remember"><?php echo JText::_ ('JGLOBAL_REMEMBER_ME ' ) ?> </label>
48+ <input id="remember" type="checkbox" name="remember" class="inputbox" value="yes" alt="<?php echo JText::_ ('JGLOBAL_REMEMBER_ME ' ) ?> " />
49+ </div>
50+ <?php endif ; ?>
4551 <button type="submit" class="button"><?php echo JText::_ ('JLOGIN ' ); ?> </button>
4652 <input type="hidden" name="return" value="<?php echo base64_encode ($ this ->params ->get ('login_redirect_url ' , $ this ->form ->getValue ('return ' ))); ?> " />
4753 <?php echo JHtml::_ ('form.token ' ); ?>
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $ -> Language fix or change
292928-Apr-2012 Jean-Marie Simonet
3030 $ Correcting wrong ini string value
3131 $ Updating zh-CN installation ini file
32- # [#28456] Error 500 when Logging back in after timeout
32+ # [#28398] Missing "remember me" in com_users. Thanks Nils.
3333
343420-Apr-2012 Jean-Marie Simonet
3535 # [#28407] *Browser Settings for new visitors broken in multilanguage. Reverting #28151
You can’t perform that action at this time.
0 commit comments