Added input fields on dates.
This commit is contained in:
parent
f0c9dfe577
commit
cd8ac6a279
3 changed files with 32 additions and 13 deletions
|
@ -5,9 +5,9 @@
|
|||
<!-- <hr> -->
|
||||
<div class="flex">
|
||||
<p class="quarterw">Woche vom:</p>
|
||||
<p class="quarterw date"></p>
|
||||
<p class="quarterw date" onclick="editDate(this, ['report', 'start']);"></p>
|
||||
<p class="quarterw">bis:</p>
|
||||
<p class="quarterw date"></p>
|
||||
<p class="quarterw date" onclick="editDate(this, ['report', 'end']);"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue