summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2023-01-20 02:14:52 +0000
committerMartin Fischer <martin@push-f.com>2023-01-22 04:39:34 +0100
commit241f38dba7dd9e9649672d1c2540c7c478b4ffa7 (patch)
tree682c304ef04b58edfedd3c8b972503bec6e665ff
parent8ec4d53ffeffbb8c17da01ae8c474b2a64d59fe8 (diff)
Add placeholder text to input fieldsHEADmaster
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index c8be924..8d7bd7a 100644
--- a/index.html
+++ b/index.html
@@ -10,8 +10,8 @@
<thead>
<th>Status</th>
<th>Date</th>
- <th>Name<br><input id=name autocomplete=off autofocus></th>
- <th>Authors<br><input id=authors autocomplete=off></th>
+ <th>Name<br><input id=name autocomplete=off autofocus placeholder="Type to filter"></th>
+ <th>Authors<br><input id=authors autocomplete=off placeholder="Type to filter"></th>
</thead>
<tbody id=tbody>
</tbody>