Add titles to buttons.

The titles will show up as tool tips and I guess screen readers make use
of them.
This commit is contained in:
tastytea 2021-01-21 21:36:55 +01:00
parent fd1690d45c
commit 55ea37eb9b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -206,12 +206,12 @@
<label for="tags">Tags:</label><span class="hint">(One tag per field or comma separated)</span><br>
<input type="text" list="list_tags" id="tags" name="tags[]" required>
<input type="button" id="add_tag" value="" onclick="javascript:add_input_tag();">
<input type="button" id="add_tag" value="" title="Add tag" onclick="javascript:add_input_tag();">
<br>
<label for="receipts">Receipts:</label><span class="hint">(One receipt per field or comma separated)</span><br>
<input type="url" id="receipts" name="receipts[]" required>
<input type="button" id="add_receipt" value="" onclick="javascript:add_input_receipt();">
<input type="button" id="add_receipt" value="" title="Add receipt" onclick="javascript:add_input_receipt();">
<br>
<label for="screenshot1">Screenshots:</label><span class="hint">(optional)</span>