diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-19 21:18:14 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-19 21:18:14 +0200 |
commit | c3a9e66c323035d989aca0e4ded08df7f86bbd32 (patch) | |
tree | faddff14f154e1cf58b072b354c76158fbadb422 /templates/admin_arrive.html | |
parent | 24e402c6e0c2717d296eff7c95dba45110511465 (diff) |
#2 search function for arrived angels
Diffstat (limited to 'templates/admin_arrive.html')
-rw-r--r-- | templates/admin_arrive.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/admin_arrive.html b/templates/admin_arrive.html index 2711371d..5bc8c32b 100644 --- a/templates/admin_arrive.html +++ b/templates/admin_arrive.html @@ -1,9 +1,8 @@ -<form action="" method="post"> +<form action="%link%" method="post"> <p> <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" /> </p> -</form> -%msg% +</form>%msg% <table> <thead> <tr> |