Standardisation work, changed accnum() to refnum()
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class lnApp_Controller_User_Account extends Controller_Account {
|
||||
$this->ao->reload();
|
||||
|
||||
Block::factory()
|
||||
->title(sprintf('Account: %s',$this->ao->accnum()))
|
||||
->title(sprintf('Account: %s',$this->ao->refnum()))
|
||||
->title_icon('fa-wrench')
|
||||
->type('form-horizontal')
|
||||
->body(View::factory('account/user/edit')->set('o',$this->ao));
|
||||
@@ -64,7 +64,7 @@ abstract class lnApp_Controller_User_Account extends Controller_Account {
|
||||
}
|
||||
|
||||
Block::factory()
|
||||
->title(sprintf('Password Reset: %s',$this->ao->accnum()))
|
||||
->title(sprintf('Password Reset: %s',$this->ao->refnum()))
|
||||
->title_icon('fa-cog')
|
||||
->id('reset')
|
||||
->type('form-horizontal')
|
||||
|
Reference in New Issue
Block a user