]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/changepassword.html
Change templates set through administration UI
[github/shaarli/Shaarli.git] / tpl / changepassword.html
diff --git a/tpl/changepassword.html b/tpl/changepassword.html
deleted file mode 100644 (file)
index c40daf9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>{include="includes"}</head>
-<body onload="document.changepasswordform.oldpassword.focus();">
-<div id="pageheader">
-       {include="page.header"}
-       <form method="POST" action="#" name="changepasswordform" id="changepasswordform">
-       Old password: <input type="password" name="oldpassword">&nbsp; &nbsp;
-       New password: <input type="password" name="setpassword">
-       <input type="hidden" name="token" value="{$token}">
-       <input type="submit" name="Save" value="Save password" class="bigbutton"></form>
-</div>
-{include="page.footer"}
-</body>
-</html>
\ No newline at end of file