aboutsummaryrefslogtreecommitdiff
path: root/addlink.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-08-28 12:21:29 +0200
committerneodarz <neodarz@neodarz.net>2019-08-28 12:21:29 +0200
commite1e025823c6e868e59cde9ecc8fa495ee45de7bc (patch)
treeae3450c92daec3b99059a569510a24d6ab6753a6 /addlink.html
parent03588331342e2a401ae4a8617f6225325d099fa7 (diff)
downloadshaarli_ascii-e1e025823c6e868e59cde9ecc8fa495ee45de7bc.tar.xz
shaarli_ascii-e1e025823c6e868e59cde9ecc8fa495ee45de7bc.zip
Update theme to current shaarli versionHEAD0.11master0.11
Diffstat (limited to 'addlink.html')
-rw-r--r--addlink.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/addlink.html b/addlink.html
index 2f956e0..b4b4a0e 100644
--- a/addlink.html
+++ b/addlink.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{include="includes"}
</head>
@@ -11,7 +11,8 @@
<h2 class="window-title">{"Shaare a new link"|t}</h2>
<form method="GET" action="#" name="addform" class="addform">
<div>
- <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}" class="autofocus">
+ <label for="shaare">{'URL or leave empty to post a note'|t}</label>
+ <input type="text" name="post" id="shaare" class="autofocus">
</div>
<div>
<input type="submit" value="{'Add link'|t}">