]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/MyDetailsFormAssured.templ
Add a hint what the "Request reping" is used for on the email page
[gigi.git] / src / org / cacert / gigi / pages / account / MyDetailsFormAssured.templ
index b726a2ebb20c27324f5ddd30177ec1a8e1c39224..0b436d66ad6559faceda1233d092f8d576ba1c4c 100644 (file)
@@ -1,12 +1,14 @@
-<table class="table">
-  <tbody>
-  <tr>
-    <td><?=_Date of Birth?><br>
-        (<?=_yyyy-mm-dd?>)</td>
-    <td><?=$DoB?></td>
-  </tr>
-  <tr>
-    <td colspan="2" class="title"><a href="/account/history"><?=_Show account history?></a></td>
-  </tr>
-  </tbody>
-</table>
+<div class="panel panel-default">
+  <div class="panel-heading"><?=_Date of Birth?></div>
+  <div class="panel-body">
+   <?=$DoB?>
+  </div>
+</div>
+<div class="panel panel-default">
+  <div class="panel-heading"><?=_Residence Country?></div>
+  <div class="panel-body">
+   <?=$residenceCountry?>
+   <button class="btn btn-primary pull-right" name="action" value="updateResidenceCountry"><?=_Update Residence Country?></button>
+  </div>
+</div>
+<a href="/account/history"><?=_Show account history?></a>