]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/addlink.html
Update release archive generation
[github/shaarli/Shaarli.git] / tpl / default / addlink.html
index 8e64064f6c2204fbaa70d8103c8fbb3e6d75182a..c70e06c764a70bfa78347e1456739a71066466d2 100644 (file)
@@ -8,8 +8,8 @@
 <div class="pure-g">
   <div class="pure-u-lg-1-3 pure-u-1-8"></div>
   <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
-    <h2>{"Shaare a new link"|t}</h2>
-    <form method="GET" action="" name="addform" class="addform">
+    <h2 class="window-title">{"Shaare a new link"|t}</h2>
+    <form method="GET" action="" name="addform" class="addform page-form page-form-light autofocus">
       <div>
         <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}">
       </div>
@@ -20,8 +20,5 @@
   </div>
 </div>
 {include="page.footer"}
-<script>
-  document.getElementsByName('post')[0].focus();
-</script>
 </body>
 </html>