bernd commited on 2007-05-03 18:00:04
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@449 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -21,7 +21,8 @@ function are_you_sure($query_string, $question) |
21 | 21 |
output("<form action=\"?{$query_string}\" method=\"post\">\n"); |
22 | 22 |
output("<p class=\"confirmation\">{$question}<br />\n"); |
23 | 23 |
output("<input type=\"hidden\" name=\"random_token\" value=\"{$token}\" />\n"); |
24 |
- output("<input type=\"submit\" name=\"really\" value=\"Ja\" />\n<input type=\"submit\" name=\"not_really\" value=\"Nein\" /></p>"); |
|
24 |
+ output("<input type=\"submit\" name=\"really\" value=\"Ja\" />\n<input type=\"submit\" name=\"not_really\" value=\"Nein\" /></p>\n"); |
|
25 |
+ output("</form>\n"); |
|
25 | 26 |
} |
26 | 27 |
|
27 | 28 |
|
28 | 29 |