sort fix. school edit.
This commit is contained in:
@@ -113,6 +113,10 @@ class page {
|
||||
$tpl = "presence";
|
||||
include('include_presence.php');
|
||||
break;
|
||||
case 'schools':
|
||||
# ISKOLÁK
|
||||
include('include_schools.php');
|
||||
break;
|
||||
case 'training_types':
|
||||
# EDZÉS TÍPUSOK
|
||||
include('include_training_types.php');
|
||||
@@ -145,6 +149,10 @@ class page {
|
||||
# KÖRZET TÖRLÉS
|
||||
include('include_delete_region.php');
|
||||
break;
|
||||
case 'delete_school':
|
||||
# ISKOLA TÖRLÉS
|
||||
include('include_delete_school.php');
|
||||
break;
|
||||
case 'logout':
|
||||
# kijelentkezés
|
||||
$from = "coach";
|
||||
|
||||
Reference in New Issue
Block a user