diff options
author | Aurélien Tamisier <virtualtam+github@flibidi.net> | 2018-12-02 13:56:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 13:56:16 +0100 |
commit | 5e0a898bb13fad528514b0d33763bcaae38b45b0 (patch) | |
tree | 4ef1c87427976c68c4237d4eb8dcf20c09a361e3 /tpl/default/addlink.html | |
parent | 027ff329a1ec9c18a0a7e12e40036d1b2c76ef29 (diff) | |
parent | 0c42c5e3597215949a8c374802f8f25be485f267 (diff) | |
download | Shaarli-5e0a898bb13fad528514b0d33763bcaae38b45b0.tar.gz Shaarli-5e0a898bb13fad528514b0d33763bcaae38b45b0.tar.zst Shaarli-5e0a898bb13fad528514b0d33763bcaae38b45b0.zip |
Merge pull request #1247 from llune/patch-5
add label to form - accessibility issue
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r-- | tpl/default/addlink.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html index 2f956e06..55864a02 100644 --- a/tpl/default/addlink.html +++ b/tpl/default/addlink.html | |||
@@ -11,7 +11,8 @@ | |||
11 | <h2 class="window-title">{"Shaare a new link"|t}</h2> | 11 | <h2 class="window-title">{"Shaare a new link"|t}</h2> |
12 | <form method="GET" action="#" name="addform" class="addform"> | 12 | <form method="GET" action="#" name="addform" class="addform"> |
13 | <div> | 13 | <div> |
14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}" class="autofocus"> | 14 | <label for="shaare">{'URL or leave empty to post a note'|t}</label> |
15 | <input type="text" name="post" id="shaare" class="autofocus"> | ||
15 | </div> | 16 | </div> |
16 | <div> | 17 | <div> |
17 | <input type="submit" value="{'Add link'|t}"> | 18 | <input type="submit" value="{'Add link'|t}"> |