General tidying up

This commit is contained in:
Deon George
2011-08-26 11:16:48 +10:00
parent 8598408a59
commit 1c66acd7e4
19 changed files with 173 additions and 115 deletions

View File

@@ -10,9 +10,9 @@
* @copyright (c) 2010 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Admin_Export extends Controller_TemplateDefault {
class Controller_Admin_Export extends Controller_TemplateDefault_Admin {
protected $control_title = 'Export';
public $secure_actions = array(
protected $secure_actions = array(
'index'=>TRUE,
'export'=>TRUE,
);