]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/DomainPinglogForm.templ
upd: correctly bootstrapify DomainPinglogForm-Buttons
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainPinglogForm.templ
index 291376b5fdee809e6acf0dc98c1c8308ceb958a9..8f567ebe1bf48bc4d94ce664f997583be1935b2e 100644 (file)
@@ -1,5 +1,5 @@
-<h2><?=_Ping log for?> '<?=$domainname?>'</h2>
-<table class="wrapper dataTable">
+<h2><?=_Ping log for '${domainname}'?></h2>
+<table class="table">
 <tr><th><?=_Type?></th>
 <th><?=_State?></th>
 <th><?=_Config?></th>
@@ -13,8 +13,8 @@
 <td><?=$config?></td>
 <td><?=$result?></td>
 <td><?=$date?></td>
-<td><button name='configId' value="<?=$configId?>"><?=_Re-execute?></button></td>
+<td><button name='configId' class='btn btn-primary' value="<?=$configId?>"><?=_Re-execute?></button></td>
 </tr>
 <?}?>
 </table>
-<br/>
+