Added Hosting Reports

This commit is contained in:
Deon George
2012-06-22 22:05:43 +10:00
parent df82268405
commit f50bea38a3
2 changed files with 67 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ class Model_Service_Plugin_Host extends Model_Service_Plugin {
if ($this->service->queue == 'PROVISION')
return _('To Be Provisioned');
return ($this->username_value() AND $this->password_value()) ? $this->host_server->manage_button($this,$t) : _('Please contact us');
return ($this->username_value() AND $this->password_value()) ? $this->host_server->manage_button($this,$t) : '';
}
}
?>