Sprache bei Templatetext

This commit is contained in:
Paminger
2016-07-13 07:56:19 +02:00
parent 483d133fc1
commit ed6f9fa676
5 changed files with 25 additions and 10 deletions
@@ -11,7 +11,11 @@ class organisationseinheit_widget extends Widget
public function display($data)
{
$this->load->model('organisation/Organisationseinheit_model');
$res = $this->Organisationseinheit_model->getRecursiveList();
if (isset($data['typ']))
$typ = $data['typ'];
else
$typ = null;
$res = $this->Organisationseinheit_model->getRecursiveList($typ);
// *** set data ***
if (isset($data['htmltagname']))