slightly different from settingsaction
darcs-hash:20080624221054-34904-732acfe742c0b1c5e71b604660aa2e657c68a4d4.gz
This commit is contained in:
parent
ae18afc070
commit
96e6df323b
@ -82,7 +82,7 @@ class RecoverpasswordAction extends Action {
|
|||||||
|
|
||||||
function show_top($msg=NULL) {
|
function show_top($msg=NULL) {
|
||||||
if ($msg) {
|
if ($msg) {
|
||||||
$this->message($msg, $success);
|
common_element('div', 'error', $msg);
|
||||||
} else {
|
} else {
|
||||||
common_element('div', 'instructions',
|
common_element('div', 'instructions',
|
||||||
_t('If you\'ve forgotten or lost your' .
|
_t('If you\'ve forgotten or lost your' .
|
||||||
@ -94,7 +94,7 @@ class RecoverpasswordAction extends Action {
|
|||||||
|
|
||||||
function show_password_top($msg=NULL) {
|
function show_password_top($msg=NULL) {
|
||||||
if ($msg) {
|
if ($msg) {
|
||||||
$this->message($msg, $success);
|
common_element('div', 'error', $msg);
|
||||||
} else {
|
} else {
|
||||||
common_element('div', 'instructions',
|
common_element('div', 'instructions',
|
||||||
_t('You\ve been identified . Enter a ' .
|
_t('You\ve been identified . Enter a ' .
|
||||||
|
Loading…
Reference in New Issue
Block a user