aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/editleftbar.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r--app/view/templates/editleftbar.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php
index 247e271..2f184af 100644
--- a/app/view/templates/editleftbar.php
+++ b/app/view/templates/editleftbar.php
@@ -18,6 +18,10 @@
<option value="2" <?= $art->secure() == 2 ? 'selected' : '' ?>>2</option>
<option value="3" <?= $art->secure() == 3 ? 'selected' : '' ?>>3</option>
</select>
+ <label for="date">Date</label>
+ <input type="date" name="pdate" value="<?= $art->date('pdate') ?>" id="date">
+ <label for="time">Time</label>
+ <input type="time" name="ptime" value="<?= $art->date('ptime') ?>" id="time">
</fieldset>
</details>
<details>