Remove action_menu, and minor css updates
This commit is contained in:
parent
8ba0ced191
commit
823248cbe0
@ -171,13 +171,6 @@ abstract class lnApp_Controller_TemplateDefault extends Kohana_Controller_Templa
|
|||||||
$this->check_cache(sha1($this->response->body()));
|
$this->check_cache(sha1($this->response->body()));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Default Method to call from the tree menu
|
|
||||||
*/
|
|
||||||
public function action_menu() {
|
|
||||||
$this->template->content = _('Please choose from the menu on the left - you may need to expand the items by pressing on the plus.');
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate a view path to help View::factory() calls
|
* Generate a view path to help View::factory() calls
|
||||||
*
|
*
|
||||||
|
@ -49,3 +49,11 @@
|
|||||||
legend+.control-group {
|
legend+.control-group {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd form {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user