]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/MyDetailsFormAssured.templ
fix: correct editable/non-editable DoB display in My Details
[gigi.git] / src / org / cacert / gigi / pages / account / MyDetailsFormAssured.templ
index b726a2ebb20c27324f5ddd30177ec1a8e1c39224..904e04b56ddb152e497934a884d071e366afcaac 100644 (file)
@@ -1,12 +1,7 @@
-<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>
+<a href="/account/history"><?=_Show account history?></a>