* @package overtime * @version $Id * @link http://www.zdoo.com */ if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();} $moduleMenu = false; $bodyClass = 'with-nav-bottom'; $browseLink = $this->session->overtimeList ? $this->session->overtimeList : inlink('personal'); include "../../common/view/m.header.html.php"; ?>
| overtime->createdBy;?> | createdBy);?> |
| overtime->type;?> | overtime->typeList, $overtime->type);?> |
| overtime->status;?> | overtime->statusList, $overtime->status);?> |
| overtime->begin;?> | begin . ' ' . $overtime->start;?> |
| overtime->end;?> | end . ' ' . $overtime->finish;?> |
| overtime->hours;?> | hours;?> |
| overtime->desc;?> | desc;?> |
| overtime->reviewedBy;?> | reviewedBy);?> |