]> WPIA git - gigi.git/commitdiff
chg: apply css 'table' class to table
authorINOPIAE <m.maengel@inopiae.de>
Sat, 3 Mar 2018 06:04:32 +0000 (07:04 +0100)
committerFelix Dörre <felix@dogcraft.de>
Tue, 24 Apr 2018 19:47:21 +0000 (21:47 +0200)
The 'table' class is built-in from bootstrap to format a table to
spread across the screen. Bootstrap styles tables with the 'table' class
only due to the widespread use of tables for formatting purposes other
than tabular data.

Change-Id: I39d89353c4cbbd0ce130dffc5fac3d5a47bc528c

src/club/wpia/gigi/pages/account/certs/CertificateDisplay.templ
src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ
util-testing/club/wpia/gigi/pages/Manager.templ

index 031ac848a5dade901d9e683e7b5540652efc0296..9aad7bcbd3eed7f573811ce4d9a8a7c954154394 100644 (file)
@@ -1,4 +1,4 @@
-<table>
+<table class="table">
 <? if($support) {?>
 
   <tr>
index 4a1055379d060dc5f3bd5551200ce00fa61f9548..e0a7a893789f763c73f01161c6cf0ebc59d2b4c0 100644 (file)
@@ -33,7 +33,7 @@
 openssl req -newkey rsa:4096 -subj "/CN=<span class='exampleDomain'>example.org</span>/OU=<?=$tokenValue?>" -nodes -out myCSR -keyout myKey<br>
 openssl x509 -req -in myCSR -signkey myKey -out myCert -extfile &lt;(printf 'extendedKeyUsage = serverAuth\n')
     </code>
-    <table>
+    <table class="table">
     <? foreach($ssl-services){ ?>
     <tr><td><select name='ssl-type-<?=$i?>'>
       <?foreach($ssl-types){ ?>
index 36afa44355dd55ed621bc85f14e48aad8b7d1539..19f7e6bd58977d7389a41dedf76f3a61e5e84b21 100644 (file)
@@ -96,7 +96,7 @@ Domain: <input type="text" name="exemptDom"/>
 </td></tr>
 </table>
 
-<table>
+<table class="table">
 <tr><th colspan="2">
 Test Server Settings
 </th></tr>