]> WPIA git - gigi.git/commitdiff
Fix assurance forms.
authorFelix Dörre <felix@dogcraft.de>
Wed, 9 Jul 2014 22:43:52 +0000 (00:43 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 10 Jul 2014 22:35:15 +0000 (00:35 +0200)
src/org/cacert/gigi/pages/wot/AssuranceForm.templ
src/org/cacert/gigi/pages/wot/AssureeSearch.templ

index c3df60c6dfc62f9cece2349f191d680566941b2d..bae396063d7ea1d776291afa5f7fb2dbb171fada 100644 (file)
@@ -1,4 +1,3 @@
-<form method="POST">
 <table class="wrapper" width="600">
 <tr><td colspan="2" class="title"><?=_Assurance Confirmation?></td></tr>
 <tr><td colspan="2" class="DataTD"><?=s,$name,Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance.?>
@@ -55,4 +54,3 @@
                </td>
        </tr>
 </table>
-</form>
index e8fa37c2e2a0a70803c3011a1ffab4d805902bd4..cd1cb28bc0c9e2cac08f8cab2d5574b9ffb9cf9a 100644 (file)
@@ -1,3 +1,4 @@
+<form method="POST">
 <table class="wrapper" width="300">
   <tr>
     <td colspan="2" class="title"><?=_Assure Someone?></td>
@@ -15,3 +16,4 @@
     <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_Next?>"></td>
   </tr>
 </table>
+</form>