aboutsummaryrefslogtreecommitdiff
path: root/assets/entry_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'assets/entry_edit.html')
-rw-r--r--assets/entry_edit.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/entry_edit.html b/assets/entry_edit.html
index 9982731..f87e9cf 100644
--- a/assets/entry_edit.html
+++ b/assets/entry_edit.html
@@ -1,9 +1,9 @@
<form action="/entries/%s" method="post">
-<input type="text" id="id" name="id" value="%s" placeholder="uuid"/>
-<input type="text" id="title" name="title" value="%s" placeholder="title"/>
-<textarea id="body" name="body" rows="50" cols="100">%s</textarea>
+<input type="text" id="title" name="title" value="%s" placeholder="title" style="width: 100%;"/>
+<textarea id="body" name="body" rows="50" style="width: 100%;">%s</textarea>
<br>
-<!--input type="button" value="Preview"-->
-<input type="submit" value="Update">
+<input type="button" value="Preview (N/A)">
+<input type="submit" value="Save">
+<input type="button" value="Delete (N/A)">
</form>