Recent Topics

1 Nov 21, 2006 09:56    

The following is from the _lostpass_form.php file. I would like that box to look like all the other boxes, i.e., Register, Login, etc. What does the ActionButton get changed to in order to look like the others?

$Form->submit_input( array( /* TRANS: Text for submit button to request an activation link by email */ 'value' => T_('Request eMail to change my password.'), 'class' => 'ActionButton' ) );


Form is loading...