Add more timestamps and details.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<div class="todo-add-container">
|
||||
<details>
|
||||
<summary>New</summary>
|
||||
<summary id="addFormSummary">New</summary>
|
||||
<form action="./" method="POST" autocomplete="off">
|
||||
<input type="hidden" name="action" value="add" />
|
||||
<input id="add_form_action" type="hidden" name="action" value="add" />
|
||||
<input id="todo_item_id" type="hidden" name="todo_item_id" value="" />
|
||||
<div class="todo-add-div">
|
||||
<p>{{ ADD_NOTICE }}</p>
|
||||
</div>
|
||||
@@ -30,7 +31,7 @@
|
||||
</div>
|
||||
|
||||
<div class="todo-add-div">
|
||||
<input class="todo-add-button" type="submit" value="Add" />
|
||||
<input id="add_form_button" class="todo-add-button" type="submit" value="Add" />
|
||||
</div>
|
||||
</form>
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user