add modal form fields and buttons
This commit is contained in:
parent
52ed08b8a9
commit
b50413f7c9
1 changed files with 11 additions and 0 deletions
|
|
@ -9,6 +9,17 @@
|
||||||
</ul>
|
</ul>
|
||||||
<div id="create-plan-modal" hidden>
|
<div id="create-plan-modal" hidden>
|
||||||
<h2>Create plan</h2>
|
<h2>Create plan</h2>
|
||||||
|
<label>Name
|
||||||
|
<input class="plan-name" type="text" />
|
||||||
|
</label>
|
||||||
|
<label>Start date
|
||||||
|
<input class="plan-date-start" type="date" />
|
||||||
|
</label>
|
||||||
|
<label>End date
|
||||||
|
<input class="plan-date-end" type="date" />
|
||||||
|
</label>
|
||||||
|
<button class="save-plan">Save</button>
|
||||||
|
<button class="cancel-plan">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
<script src="/js/home.js"></script>
|
<script src="/js/home.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue