diff options
author | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-26 18:14:23 +0100 |
---|---|---|
committer | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-26 18:14:23 +0100 |
commit | fe6fab67be17cd271eb77294f33667a81c7ea156 (patch) | |
tree | 735ebd674dccff29049fa26056eb5c695e6e50d4 /templates | |
parent | 3cc2896376c4ef5b8d01320259010ba4e4576a3a (diff) |
filter free angels by angeltype
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin_free.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_free.html b/templates/admin_free.html index 522de12b..35ac1afa 100644 --- a/templates/admin_free.html +++ b/templates/admin_free.html @@ -1,6 +1,6 @@ <form action="%link%" method="post"> <p> - Search Angel: <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" /> + Search Angel: <input type="text" name="search" value="%search%" placeholder="Name" /> %angeltypes% <input type="submit" name="submit" value="Search" /> </p> </form> <table> |