Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

@@ -50,12 +50,22 @@ switch ($this->get_id()) {
case 'training_type':
# TRAINING TYPE létrehozása
$smarty->display('training_type_create.tpl');
break;
case 'parent':
# PARENT LÉTREHOZÁSA
$smarty->display('parent_create.tpl');
break;
case 'coach':
# COACH létrehozása
$smarty->display('coach_create.tpl');
break;
case 'shirt':
# SHIRT létrehozása
$smarty->display('shirt_create.tpl');
break;
case 'city':
# CITY létrehozása
$smarty->display('city_create.tpl');
break;
default:
# code...