From e6988247360fa98b85915a38803d018dd353df00 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 16 Dec 2018 16:35:17 +0100 Subject: Rev: 4412 --- .../private/naplo/haladasi/helyettesites-pre.php | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'mayor-orig/www/policy/private/naplo/haladasi') diff --git a/mayor-orig/www/policy/private/naplo/haladasi/helyettesites-pre.php b/mayor-orig/www/policy/private/naplo/haladasi/helyettesites-pre.php index 5f7d600c..89686a13 100644 --- a/mayor-orig/www/policy/private/naplo/haladasi/helyettesites-pre.php +++ b/mayor-orig/www/policy/private/naplo/haladasi/helyettesites-pre.php @@ -4,8 +4,9 @@ */ if (_RIGHTS_OK !== true) die(); - if (!__NAPLOADMIN and !__VEZETOSEG) { - $_SESSION['alert'][] = 'message:insufficient_access'; + + if (!(__NAPLOADMIN===true || __VEZETOSEG===true || (MAYOR_SOCIAL===true && __TANAR===true))) { + $_SESSION['alert'][] = 'page:insufficient_access'; } else { require_once('include/modules/naplo/share/tanar.php'); @@ -45,14 +46,6 @@ if ($action == 'hianyzoModositas') { - /* Régi megoldás - $hianyzok = $_POST['hianyzok']; - if (!is_array($hianyzok)) $hianyzok = array(); - $voltHianyzok = getHianyzok($dt); - - $ujHianyzok = array_diff($hianyzok, $voltHianyzok); - $toroltHianyzok = array_diff($voltHianyzok, $hianyzok); - */ $ujHianyzok = readVariable($_POST['addHianyzo'], 'numeric unsigned'); $toroltHianyzok = readVariable($_POST['delHianyzo'], 'numeric unsigned'); @@ -168,7 +161,12 @@ $HELYETTESITES['tanarTerheles'] = getOraTerhelesStatByTanarId(array('dt'=>$dt)); } db_close($lr); - } + + + + + + // toolBar if (__NAPLOADMIN) { @@ -180,7 +178,7 @@ 'igDt' => getTanitasiNap(array('direction'=>'elore', 'napszam'=>10, 'fromDt'=>'curdate()')), 'napTipusok' => array('tanítási nap', 'speciális tanítási nap') ); - } elseif (__VEZETOSEG) { + } elseif (__VEZETOSEG || MAYOR_SOCIAL===true) { $TOOL['datumSelect'] = array( 'tipus' => 'cella', 'post' => array('tanarId', 'diakId', 'osztalyId', 'tankorId'), 'paramName' => 'dt', 'hanyNaponta' => 1, @@ -191,4 +189,7 @@ } getToolParameters(); + } + + ?> -- cgit v1.2.3