diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 03c4569..253169f 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -21,6 +21,8 @@ return ['Organization' => [ 'Inactive' => 'Inactive', 'Name' => 'Name', 'Parent' => 'Parent', + 'Position' => 'Position', + 'Positions' => 'Positions', 'Status' => 'Status', 'Unit' => 'Unit', 'Units' => 'Units', diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 027bb3f..4012554 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -24,6 +24,8 @@ $footerView->setPages(1 / 25); $footerView->setPage(1); $footerView->setResults(1); +$listElements = $this->getData('list:elements') ?? []; + echo $this->getData('nav')->render(); ?>