Loading data/templates/timesheet_person_month.default.html.php +19 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ require_once __DIR__."/functions.inc.php"; <html> <head> <meta charset="utf-8"> <title>Feuille de temps</title> <title>Feuille de temps (DEMO)</title> <style> <?php include __DIR__.'/common.css'; ?> </style> Loading Loading @@ -44,6 +44,24 @@ require_once __DIR__."/functions.inc.php"; <td colspan="<?= $colSize4 ?>" class="value"><?= $num ?></td> <td> </td> </tr> <tr> <td> </td> <td colspan="<?= $colSize4 ?>" class="valueLabel"> </td> <td colspan="<?= $colSize4 ?>" class="value"> </td> <td colspan="<?= $padding ?>"> </td> <td colspan="<?= $colSize4 ?>" class="valueLabel">Autre numérotation : </td> <td colspan="<?= $colSize4 ?>" class="value"> <?php foreach ($numbers as $numberLabel => $numberValues): ?> <div> <?= $numberLabel ?> : <strong> <?= implode(', ', $numberValues) ?> : </strong> </div> <?php endforeach; ?> </td> <td> </td> </tr> <tr> <td> </td> <td colspan="<?= $colSize4 ?>" class="valueLabel">Période : </td> Loading Loading
data/templates/timesheet_person_month.default.html.php +19 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ require_once __DIR__."/functions.inc.php"; <html> <head> <meta charset="utf-8"> <title>Feuille de temps</title> <title>Feuille de temps (DEMO)</title> <style> <?php include __DIR__.'/common.css'; ?> </style> Loading Loading @@ -44,6 +44,24 @@ require_once __DIR__."/functions.inc.php"; <td colspan="<?= $colSize4 ?>" class="value"><?= $num ?></td> <td> </td> </tr> <tr> <td> </td> <td colspan="<?= $colSize4 ?>" class="valueLabel"> </td> <td colspan="<?= $colSize4 ?>" class="value"> </td> <td colspan="<?= $padding ?>"> </td> <td colspan="<?= $colSize4 ?>" class="valueLabel">Autre numérotation : </td> <td colspan="<?= $colSize4 ?>" class="value"> <?php foreach ($numbers as $numberLabel => $numberValues): ?> <div> <?= $numberLabel ?> : <strong> <?= implode(', ', $numberValues) ?> : </strong> </div> <?php endforeach; ?> </td> <td> </td> </tr> <tr> <td> </td> <td colspan="<?= $colSize4 ?>" class="valueLabel">Période : </td> Loading