improved infocenter details, added bootstrap and admin theme (sb admin 2) , added zgv pruefung Status, Studiensemester and Ausbildungssemester, contacts in one table, nachzureichen and nachgereicht am columns

This commit is contained in:
alex
2018-01-08 09:55:13 +01:00
parent a8a5b5e1ad
commit 2b186d0c45
10 changed files with 714 additions and 493 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ class Nation_widget extends DropdownWidget
$this->setElementsArray(
$this->NationModel->load(),
true,
'Select a nation...',
'No nation found'
'Nation wählen...',
'keine Nation gefunden'
);
$this->loadDropDownView($widgetData);