From 502843a035833f82321ed990ada1eda23612ed92 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 24 Nov 2019 11:27:40 +0100 Subject: Rev: 4574 --- mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql | 2 +- mayor-orig/mayor-naplo/log/mayor-naplo.rev | 2 +- .../mayor-naplo/www/include/menu/private/hu_HU/module-naplo.php | 6 +++--- .../www/skin/classic/module-naplo/html/hirnok/cronFutar.phtml | 7 ++++--- .../www/skin/classic/module-naplo/html/hirnok/hirnok.phtml | 8 ++++---- 5 files changed, 13 insertions(+), 12 deletions(-) (limited to 'mayor-orig/mayor-naplo') diff --git a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql index 644fa360..63600aa9 100644 --- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql +++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql @@ -323,7 +323,7 @@ CREATE TABLE `tankorTipus` ( `jelenlet` enum('kötelező','nem kötelező') COLLATE utf8_hungarian_ci NOT NULL, `regisztralando` enum('igen','nem') COLLATE utf8_hungarian_ci DEFAULT NULL, `hianyzasBeleszamit` enum('igen','nem') COLLATE utf8_hungarian_ci DEFAULT NULL, - `jelleg` enum('elmélet','gyakorlat') COLLATE utf8_hungarian_ci DEFAULT 'elmélet', + `jelleg` enum('elmélet','gyakorlat','osztályfüggetlen') COLLATE utf8_hungarian_ci DEFAULT 'elmélet', `nevsor` enum('állandó','változtatható') COLLATE utf8_hungarian_ci DEFAULT NULL, `tankorJel` varchar(3) COLLATE utf8_hungarian_ci DEFAULT NULL, PRIMARY KEY (`tankorTipusId`), diff --git a/mayor-orig/mayor-naplo/log/mayor-naplo.rev b/mayor-orig/mayor-naplo/log/mayor-naplo.rev index 6dc04883..7b690e22 100644 --- a/mayor-orig/mayor-naplo/log/mayor-naplo.rev +++ b/mayor-orig/mayor-naplo/log/mayor-naplo.rev @@ -1 +1 @@ -4572 +4574 diff --git a/mayor-orig/mayor-naplo/www/include/menu/private/hu_HU/module-naplo.php b/mayor-orig/mayor-naplo/www/include/menu/private/hu_HU/module-naplo.php index 569953b3..5d998779 100644 --- a/mayor-orig/mayor-naplo/www/include/menu/private/hu_HU/module-naplo.php +++ b/mayor-orig/mayor-naplo/www/include/menu/private/hu_HU/module-naplo.php @@ -150,7 +150,7 @@ $MENU['modules']['naplo']['sub']['haladasi'] = array( 'hetes' => array(array('txt' => 'Hetesek')), 'stat' => array(array('txt' => 'Haladási statisztika')), - 'elszamolas' => array(array('txt' => 'Munkaidő')), + 'elszamolas' => array(array('txt' => 'Munkaidő elszámolás')), ); if (MAYOR_SOCIAL === true) { $MENU['modules']['naplo']['sub']['haladasi']['helyettesites'] = array(array('txt' => 'Helyettesítés kezelés')); @@ -302,7 +302,7 @@ 'specialis' => array(array('txt' => 'Speciális nap')), 'elmaradas' => array(array('txt' => 'Haladási elmaradások')), 'stat' => array(array('txt' => 'Haladási statisztika')), - 'elszamolas' => array(array('txt' => 'Elszámolás')), + 'elszamolas' => array(array('txt' => 'Munkaidő elszámolás')), 'oralatogatas' => array(array('txt' => 'Óralátogatás')), 'hetes' => array(array('txt' => 'Hetesek')), ); @@ -431,7 +431,7 @@ 'specialis' => array(array('txt' => 'Speciális nap', 'rejtett' => true)), 'elmaradas' => array(array('txt' => 'Haladási elmaradások', 'rejtett' => true)), 'stat' => array(array('txt' => 'Haladási statisztika', 'rejtett' => true)), - 'elszamolas' => array(array('txt' => 'Elszámolás', 'rejtett' => true)), + 'elszamolas' => array(array('txt' => 'Munkaidő elszámolás', 'rejtett' => true)), 'oralatogatas' => array(array('txt' => 'Óralátogatás', 'rejtett' => true)), 'hetes' => array(array('txt' => 'Hetesek')), ); diff --git a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/cronFutar.phtml b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/cronFutar.phtml index 8dc73ed5..84d59777 100644 --- a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/cronFutar.phtml +++ b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/cronFutar.phtml @@ -155,9 +155,10 @@ $str[] = 'tárgyból'; $str[] = ''.($KOVETELMENY[$D['jegyAdat']['jegyTipus']][$D['jegyAdat']['jegy']]['hivatalos']).''; - $str[] = '(röviden: '.$KOVETELMENY[$D['jegyAdat']['jegyTipus']][$D['jegyAdat']['jegy']]['rovid'].'),'; - $str[] = $D['jegyAdat']['jegyTipus']; - $str[] = 'típusú értékelés került beírásra az osztályozó naplóba.'; + $str[] = '(röviden: '.$KOVETELMENY[$D['jegyAdat']['jegyTipus']][$D['jegyAdat']['jegy']]['rovid'].')'; + if (!in_array($D['jegyAdat']['jegyTipus'],array('jegy','féljegy'))) $str[] = $D['jegyAdat']['jegyTipus'].' típusú'; + $str[] = 'értékelés került beírásra az osztályozó naplóba'; + } if (is_array($D['oraAdat'])) { diff --git a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/hirnok.phtml b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/hirnok.phtml index ab05f322..a70662e9 100644 --- a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/hirnok.phtml +++ b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/hirnok/hirnok.phtml @@ -72,7 +72,7 @@ function putHirnokBadge_jegy($D) { echo ''; // echo ''; - if (in_array($D['jegyAdat']['jegy'],array(1,2,3,4,5))) echo 'looks_'.intval(($D['jegyAdat']['jegy'])).''; + if (in_array($D['jegyAdat']['jegy'],array(1,2,3,4,5)) && in_array($D['jegyAdat']['jegyTipus'],array('jegy','féljegy'))) echo 'looks_'.intval(($D['jegyAdat']['jegy'])).''; else echo 'mode_edit'; echo ''; } @@ -232,9 +232,9 @@ $str[] = 'tárgyból'; $str[] = ''.($KOVETELMENY[$D['jegyAdat']['jegyTipus']][$D['jegyAdat']['jegy']]['hivatalos']).''; - $str[] = '('.$KOVETELMENY[$D['jegyAdat']['jegyTipus']][$D['jegyAdat']['jegy']]['rovid'].'),'; - $str[] = $D['jegyAdat']['jegyTipus']; - $str[] = 'típusú értékelés került beírásra az osztályozó naplóba.'; + $str[] = '('.$KOVETELMENY[$D['jegyAdat']['jegyTipus']][$D['jegyAdat']['jegy']]['rovid'].')'; + if (!in_array($D['jegyAdat']['jegyTipus'],array('jegy','féljegy'))) $str[] = $D['jegyAdat']['jegyTipus'].' típusú'; + $str[] = 'értékelés került beírásra az osztályozó naplóba'; } if (is_array($D['oraAdat'])) { -- cgit v1.2.3