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,13 +10,13 @@
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
*/
class Controller_Admin_EmailTemplate extends Controller_TemplateDefault {
public $secure_actions = array(
class Controller_Admin_EmailTemplate extends Controller_TemplateDefault_Admin {
protected $secure_actions = array(
'add'=>TRUE,
'edit'=>TRUE,
'list'=>TRUE,
);
public function action_menu() {
}
/**
* List our defined email templates
*/