Implemented calendar
This commit is contained in:
parent
d2cef14c38
commit
6f53cd3836
15 changed files with 145 additions and 182 deletions
|
|
@ -77,6 +77,11 @@
|
|||
<label for="CB__lockpage">Lock page for editing by other users</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div>
|
||||
<input type="checkbox" id="CB__usecalendar" name="usecalendar" {% if pl_calendar %}checked=""{% endif %}>
|
||||
<label for="CB__usecalendar">Use calendar:</label>
|
||||
<input type="date" name="calendar" {% if pl_calendar %}value="{{ pl_calendar }}"{% endif %}>
|
||||
</div>
|
||||
{% endif %}
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue