]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
index 297397c62e34fccba775503310d42721b6044bc3..98479f76a376e5965fe4e1aecc1640f610e08392 100644 (file)
                <td><input type="checkbox" name="certify" value="1" required></td>
                <td><?=_I certify that ${name} has appeared in person.?></td>
        </tr>
+       <tr>
+               <td><?=_Location Country?></td>
+               <td>
+                       <?=$countryCode?>
+               </td>
+       </tr>
        <tr>
                <td><?=_Location?></td>
                <td><input class="form-control" type="text" name="location" value="<?=$location?>" required></td>
@@ -57,8 +63,8 @@
        </tr>
        <tr>
                <td colspan="2">
-                       <input type="submit" name="process" value="<?=_I confirm this verification?>" />
-                       <input type="submit" name="cancel" value="<?=_Cancel?>" />
+                       <input class="btn btn-primary" type="submit" name="process" value="<?=_I confirm this verification?>" />
+                       <input class="btn btn-default" type="submit" name="cancel" value="<?=_Cancel?>" />
                </td>
        </tr>
        </tbody>