Create view for jTip content

This commit is contained in:
Eike Foken
2011-09-28 19:48:46 +02:00
parent 196821fb46
commit 8c88f570ab
3 changed files with 11 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ class Ajax extends MY_Controller {
$this->load->helper('typography');
$parameter = $this->parameter->getById($parameterId);
$this->output->set_output(auto_typography($parameter['description']));
$this->output->set_output($this->load->view('global/parameter_help', $parameter, true));
}
}