]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/MyDetailsFormAssured.templ
upd: whitespace changes (formatting)
[gigi.git] / src / org / cacert / gigi / pages / account / MyDetailsFormAssured.templ
index 6d7310719f957d7f1fc68cc99452a03132e129f2..8cfb7705bd017edc39ce3bc75d1b7f08f383dfa1 100644 (file)
@@ -1,4 +1,4 @@
-<table class="wrapper dataTable" width="400">
+<table class="table">
 <thead>
   <tr>
     <th colspan="2"><?=_My Details?></th>
@@ -6,8 +6,8 @@
   </thead>
   <tbody>
   <tr>
-    <td width="125"><?=_First Name?>: </td>
-    <td width="125"><?=$fname?></td>
+    <td><?=_First Name?>: </td>
+    <td><?=$fname?></td>
   </tr>
   <tr>
     <td valign="top"><?=_Middle Name(s)?><br>
     <td><?=$DoB?></td>
   </tr>
   <tr>
-    <td colspan="2" class="title"><?=_Show account history?></td>
+    <td colspan="2" class="title"><a href="/account/history"><?=_Show account history?></a></td>
   </tr>
   <tr>
     <td colspan="2" class="title"><?=_View secret question & answers and OTP phrases?></td>
   </tr>
   <?=$details?>
-  <tr><td colspan="2"><input type="submit" name="processDetails" value="<?=_Update?>"></td>
-  </tr>
   </tbody>
 </table>