Standardisation work, changed accnum() to refnum()

This commit is contained in:
Deon George
2016-08-02 09:54:18 +10:00
parent c57e166834
commit 01f6c7ba5e
2 changed files with 47 additions and 41 deletions

View File

@@ -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')