Misc fixes from live
This commit is contained in:
@@ -20,12 +20,16 @@ class Controller_Reseller_SSL extends Controller_SSL {
|
||||
);
|
||||
|
||||
public function action_list() {
|
||||
$o = ORM::factory('SSL_CA')->where_authorised($this->ao);
|
||||
if ($this->request->param('id') != 'Y')
|
||||
$o->where_active();
|
||||
|
||||
Block::factory()
|
||||
->title('SSL CA Certificates')
|
||||
->title_icon('icon-th-list')
|
||||
->body(Table::factory()
|
||||
->jssort('ca')
|
||||
->data(ORM::factory('SSL_CA')->where_authorised($this->ao)->where_active()->find_all())
|
||||
->data($o->find_all())
|
||||
->columns(array(
|
||||
'id'=>'ID',
|
||||
'sign_cert'=>'Cert',
|
||||
|
Reference in New Issue
Block a user