]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/addlink.html
Change templates set through administration UI
[github/shaarli/Shaarli.git] / tpl / addlink.html
diff --git a/tpl/addlink.html b/tpl/addlink.html
deleted file mode 100644 (file)
index da50f45..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>{include="includes"}</head>
-<body onload="document.addform.post.focus();">
-<div id="pageheader">
-       {include="page.header"}
-       <div id="headerform">
-               <form method="GET" action="" name="addform" class="addform">
-                       <input type="text" name="post" class="linkurl">
-                       <input type="submit" value="Add link" class="bigbutton">
-               </form>
-       </div>
-</div>
-{include="page.footer"}
-</body>
-</html>