diff options
Diffstat (limited to 'mayor-orig/www/include/menu')
-rw-r--r-- | mayor-orig/www/include/menu/private/hu_HU/module-naplo.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mayor-orig/www/include/menu/private/hu_HU/module-naplo.php b/mayor-orig/www/include/menu/private/hu_HU/module-naplo.php index d6a09aa2..73e66f5b 100644 --- a/mayor-orig/www/include/menu/private/hu_HU/module-naplo.php +++ b/mayor-orig/www/include/menu/private/hu_HU/module-naplo.php @@ -152,6 +152,9 @@ 'stat' => array(array('txt' => 'Haladási statisztika')), 'elszamolas' => array(array('txt' => 'Munkaidő')), ); + if (MAYOR_SOCIAL === true) { + $MENU['modules']['naplo']['sub']['haladasi']['helyettesites'] = array(array('txt' => 'Helyettesítés kezelés')); + } $MENU['modules']['naplo']['sub']['hianyzas'] = array( 'osztaly' => array(array('txt' => 'Osztály hiányzásösszesítő')), 'osztalyNap' => array(array('txt' => 'Osztály napi hiányzásösszesítő')), @@ -420,7 +423,7 @@ ); $MENU['modules']['naplo']['sub']['haladasi'] = array( - 'helyettesites' => array(array('txt' => 'Helyettesítés')), + 'helyettesites' => array(array('txt' => 'Helyettesítés kiírás')), 'pluszora' => array(array('txt' => 'Plusz óra')), 'minuszora' => array(array('txt' => 'Óra elmaradás')), 'osszevonas' => array(array('txt' => 'Összevonás', 'rejtett' => true)), |