summaryrefslogtreecommitdiffstats
path: root/templates/login.tpl.php
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-03-14 11:14:43 +0100
committerStefan Ritter <xeno@thehappy.de>2012-03-14 11:14:43 +0100
commitf7187752123c12c014439b6677df2ec0e28b26b4 (patch)
tree4e4f520c4e7c71b49b7574f09d83ef164e79ce1a /templates/login.tpl.php
parentc584ff10451f530d8e08fd0b9f418aaad21cefbf (diff)
Add blur text to login input boxesHEADmaster
Diffstat (limited to 'templates/login.tpl.php')
-rw-r--r--templates/login.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login.tpl.php b/templates/login.tpl.php
index 073cafc..29d9d46 100644
--- a/templates/login.tpl.php
+++ b/templates/login.tpl.php
@@ -1,6 +1,6 @@
<h1>Login</h1>
<form action="?game" method="post">
- <input name="user" id="name" type="text" value="name" /><br />
- <input name="pass" id="pass" type="text" value="password" /><br />
+ <input name="user" id="name" type="text" placeholder="Name" /><br />
+ <input name="pass" id="pass" type="text" placeholder="Passwort" /><br />
<input type="submit" value="Start" />
</form>