]> WPIA git - gigi.git/commitdiff
Use th
authorJanis Streib <janis@dogcraft.de>
Thu, 10 Jul 2014 21:00:01 +0000 (23:00 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 10 Jul 2014 22:35:17 +0000 (00:35 +0200)
src/org/cacert/gigi/pages/account/ChangePasswordForm.templ
src/org/cacert/gigi/pages/account/MailCertificateAdd.templ
src/org/cacert/gigi/pages/account/MyDetails.templ
src/org/cacert/gigi/pages/account/mailOverview.templ
static/static/default.css

index a3e8603dee105820d407b6c4aa2fd76617667f55..0b253b3ac2415935e8da3503171a35ee83e3236b 100644 (file)
@@ -1,7 +1,7 @@
 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable" width="400">
   <thead>
   <tr>
-    <td colspan="2" class="title"><?=_Change Pass Phrase?></td>
+    <th colspan="2" class="title"><?=_Change Pass Phrase?></th>
   </tr>
   </thead>
   <tbody>
index 480696d2602bd31e02e6f6c4764ddfdfcecb40c7..c495c68b0f2b48bd0d0204764bb26348d2bd7fe9 100644 (file)
@@ -11,7 +11,7 @@
 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
   <thead>
   <tr>
-    <td colspan="2" class="title"><?=_New Client Certificate?></td>
+    <th colspan="2" class="title"><?=_New Client Certificate?></th>
   </tr>
   </thead>
   <tbody>
index 9803a8885641affb4d287d1c7b4392b95cf68a28..518fa3edc8d1b18a795e1dcd879ac4a1ad45a335 100644 (file)
@@ -2,7 +2,7 @@
 <table class="wrapper dataTable" width="400">
 <thead>
   <tr>
-    <td colspan="2"><?=_My Details?></td>
+    <th colspan="2"><?=_My Details?></th>
   </tr>
   </thead>
   <tbody>
index c17f0dfd965c4af8c2633cc4585c3c509cb94559..55a8f4fff34730d476ff678cbda050185c96f42c 100644 (file)
@@ -1,7 +1,7 @@
 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
   <thead>
   <tr>
-    <td colspan="4"><?=_Email Accounts?></td>
+    <th colspan="4"><?=_Email Accounts?></th>
   </tr>
   </thead>
   <tbody>
@@ -25,7 +25,7 @@
 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
   <thead>
   <tr>
-    <td colspan="2" class="title"><?=_Add Email?></td>
+    <th colspan="2" class="title"><?=_Add Email?></th>
   </tr>
   </thead>
 <tbody>
index 458adc996a209b279ef880ea1b44c50bc276a31f..20aeac425d9bca7faf808eb3f9acf674afc11d7c 100644 (file)
@@ -741,7 +741,7 @@ pre{
        border-right: 1px #cfcfcf dotted;
 }
 
-.dataTable thead td {
+.dataTable th {
        background: #e2e2e2;
        font-weight: bold;
        padding: 1px 5px 1px 5px;