fixed start stop pause
This commit is contained in:
@@ -71,10 +71,14 @@ $statusNome = $r['status_nome'];
|
||||
<div class="record-expanded">
|
||||
<?php if ($isInProduction || $isPaused): ?>
|
||||
|
||||
<div class="timer-display" data-start="<?= $startTime ?>">
|
||||
<div class="timer-display"
|
||||
data-start="<?= $r['start_time'] ? strtotime($r['start_time']) : '' ?>"
|
||||
data-end="<?= $r['end_time'] ? strtotime($r['end_time']) : '' ?>">
|
||||
<span class="timer">00:00:00</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Teorici nascosti (per modale finale) -->
|
||||
<span data-field="kg_sp" style="display:none;"><?= $r['kg_sp'] ?></span>
|
||||
<span data-field="metri" style="display:none;"><?= $r['metri'] ?></span>
|
||||
|
||||
Reference in New Issue
Block a user