Update core for UserFilter groups.
[platal.git] / plugins / function.test_email.php
index 932c998..745a484 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -26,8 +26,8 @@ function smarty_function_test_email($params, &$smarty) {
     return '<div class="center">'
          . '  <div id="mail_sent" style="position: absolute;"></div><br />'
          . '  <form action="emails/test" method="get" onsubmit="return sendTestEmail(' . $token . $hruid . ')">'
-         . '    <input type="hidden" name="token" value="' . S::v('xsrf_token') . '" />'
-         . '    <div><input type="submit" name="send" value="' . $label . '" /></div>'
+         . '    <div><input type="hidden" name="token" value="' . S::v('xsrf_token') . '" />'
+         . '    <input type="submit" name="send" value="' . $label . '" /></div>'
          . '  </form>'
          . '</div>';
 }