diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-10-14 15:13:38 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-10-14 15:13:38 +0200 |
commit | 4103962931b031490fccbaf95ff2b052a82037c7 (patch) | |
tree | 150d12d60b7af968886e469c1ca0c0ca1e16c377 /tpl/default/addlink.html | |
parent | 8b6f0b50e33d31093d5b3f2a9394caf25514a91b (diff) | |
download | Shaarli-4103962931b031490fccbaf95ff2b052a82037c7.tar.gz Shaarli-4103962931b031490fccbaf95ff2b052a82037c7.tar.zst Shaarli-4103962931b031490fccbaf95ff2b052a82037c7.zip |
Change password and manage tags template
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r-- | tpl/default/addlink.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html index bc328daa..05207551 100644 --- a/tpl/default/addlink.html +++ b/tpl/default/addlink.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
10 | <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> | 10 | <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> |
11 | <h2>{"Shaare a new link"|t}</h2> | 11 | <h2>{"Shaare a new link"|t}</h2> |
12 | <form method="GET" action="" name="addform" class="addform page-form page-form-light"> | 12 | <form method="GET" action="" name="addform" class="addform page-form page-form-light autofocus"> |
13 | <div> | 13 | <div> |
14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> | 14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> |
15 | </div> | 15 | </div> |
@@ -20,8 +20,5 @@ | |||
20 | </div> | 20 | </div> |
21 | </div> | 21 | </div> |
22 | {include="page.footer"} | 22 | {include="page.footer"} |
23 | <script> | ||
24 | document.getElementsByName('post')[0].focus(); | ||
25 | </script> | ||
26 | </body> | 23 | </body> |
27 | </html> | 24 | </html> |