diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index adbfc9e..7935aca 100755 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -26,17 +26,27 @@ echo $this->data['nav']->render(); ?> autocomplete="off">
getHtml('Department'); ?>
- -
-
-
-
getData('department-selector')->render('iParent', 'parent', false); ?> -
-
getData('unit-selector')->render('iUnit', 'unit', false); ?> -
-
getData('editor')->render('department-editor'); ?> -
getData('editor')->getData('text')->render('department-editor', 'description', 'fDepartmentCreate'); ?> -
+
+ + +
+ +
+ + getData('department-selector')->render('iParent', 'parent', false); ?> +
+ +
+ + getData('unit-selector')->render('iUnit', 'unit', false); ?> +
+ +
+ + getData('editor')->render('department-editor'); ?> +
+ + getData('editor')->getData('text')->render('department-editor', 'description', 'fDepartmentCreate'); ?>
diff --git a/Theme/Backend/department-view.tpl.php b/Theme/Backend/department-view.tpl.php index e770e3f..abe4731 100644 --- a/Theme/Backend/department-view.tpl.php +++ b/Theme/Backend/department-view.tpl.php @@ -28,27 +28,40 @@ echo $this->data['nav']->render(); ?>
getHtml('Department'); ?>
- -
-
-
-
getData('department-selector')->render('iParent', 'parent', false); ?> -
-
getData('unit-selector')->render('iUnit', 'unit', false); ?> -
-
-
getData('editor')->render('department-editor'); ?> -
getData('editor')->getData('text')->render( - 'department-editor', - 'description', - 'iDepartment', - $department->descriptionRaw, - $department->description - ); ?> -
+
+ + +
+ +
+ + getData('department-selector')->render('iParent', 'parent', false); ?> +
+ +
+ + getData('unit-selector')->render('iUnit', 'unit', false); ?> +
+ +
+ + +
+ +
+ getData('editor')->render('department-editor'); ?> +
+ + getData('editor')->getData('text')->render( + 'department-editor', + 'description', + 'iDepartment', + $department->descriptionRaw, + $department->description + ); ?>
diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 6445e23..51d473a 100755 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -27,21 +27,34 @@ echo $this->data['nav']->render(); ?> autocomplete="off">
getHtml('Position'); ?>
- -
-
-
-
getData('position-selector')->render('iParent', 'parent', false); ?> -
-
getData('department-selector')->render('iDepartment', 'department', false); ?> -
-
-
getData('editor')->render('position-editor'); ?> -
getData('editor')->getData('text')->render('position-editor', 'description', 'fPositionCreate'); ?> -
+
+ + +
+ +
+ + getData('position-selector')->render('iParent', 'parent', false); ?> +
+ +
+ + getData('department-selector')->render('iDepartment', 'department', false); ?> +
+ +
+ + +
+ +
+ getData('editor')->render('position-editor'); ?> +
+ + getData('editor')->getData('text')->render('position-editor', 'description', 'fPositionCreate'); ?>
diff --git a/Theme/Backend/position-view.tpl.php b/Theme/Backend/position-view.tpl.php index 29ae221..5e4c39b 100644 --- a/Theme/Backend/position-view.tpl.php +++ b/Theme/Backend/position-view.tpl.php @@ -28,27 +28,40 @@ echo $this->data['nav']->render(); ?>
getHtml('Position'); ?>
- -
-
-
-
getData('position-selector')->render('iParent', 'parent', false); ?> -
-
getData('department-selector')->render('iDepartment', 'department', false); ?> -
-
-
getData('editor')->render('position-editor'); ?> -
getData('editor')->getData('text')->render( - 'position-editor', - 'description', - 'iPosition', - $position->descriptionRaw, - $position->description - ); ?> -
+
+ + +
+ +
+ + getData('position-selector')->render('iParent', 'parent', false); ?> +
+ +
+ + getData('department-selector')->render('iDepartment', 'department', false); ?> +
+ +
+ + +
+ +
+ getData('editor')->render('position-editor'); ?> +
+ + getData('editor')->getData('text')->render( + 'position-editor', + 'description', + 'iPosition', + $position->descriptionRaw, + $position->description + ); ?>
diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 97b005c..428bc2b 100755 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -47,7 +47,10 @@ echo $this->data['nav']->render(); ?>
- getData('editor')->render('unit-editor'); ?> +
+ getData('editor')->render('unit-editor'); ?> +
+ getData('editor')->getData('text')->render('unit-editor', 'description', 'fUnitCreate'); ?>
diff --git a/Theme/Backend/unit-view.tpl.php b/Theme/Backend/unit-view.tpl.php index 1dd01ab..0a0789e 100644 --- a/Theme/Backend/unit-view.tpl.php +++ b/Theme/Backend/unit-view.tpl.php @@ -68,7 +68,9 @@ echo $this->data['nav']->render(); ?>
- getData('editor')->render('unit-editor'); ?> +
+ getData('editor')->render('unit-editor'); ?> +
getData('editor')->getData('text')->render( 'unit-editor',