Standardisation work, changed accnum() to refnum()
This commit is contained in:
@@ -23,7 +23,7 @@ class 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('icon-wrench')
|
||||
->type('form-horizontal')
|
||||
->body(View::factory('account/user/edit')->set('o',$this->ao));
|
||||
@@ -94,7 +94,7 @@ $("#reset").validate({
|
||||
');
|
||||
|
||||
Block::factory()
|
||||
->title(sprintf('Password Reset: %s',$this->ao->accnum()))
|
||||
->title(sprintf('Password Reset: %s',$this->ao->refnum()))
|
||||
->title_icon('icon-cog')
|
||||
->id('reset')
|
||||
->type('form-horizontal')
|
||||
|
Reference in New Issue
Block a user