Create view for jTip content
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
4
application/views/global/parameter_help.php
Normal file
4
application/views/global/parameter_help.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<strong><?=_('Description');?></strong>
|
||||
<?=auto_typography($description);?>
|
||||
<strong><?=_('Type');?></strong>
|
||||
<?=auto_typography($type);?>
|
||||
Reference in New Issue
Block a user