diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php index 89d666bad1..6d8db1a48c 100644 --- a/setup/frames/index.inc.php +++ b/setup/frames/index.inc.php @@ -135,7 +135,7 @@ echo FormDisplayTemplate::displayFormTop( ); echo '
'; if ($cf->getServerCount() > 0) { - echo ''; + echo '
'; echo ''; echo ''; echo ''; @@ -151,7 +151,7 @@ if ($cf->getServerCount() > 0) { , htmlspecialchars($cf->getValue("Servers/$id/auth_type")) , ''; echo ''; - echo '
#' , __('Name') , '' , htmlspecialchars($cf->getServerDSN($id)) , ''; + echo ''; echo ''; echo '' , __('Edit') , ''; @@ -175,7 +175,7 @@ if ($cf->getServerCount() > 0) { echo ''; echo ''; -echo ''; echo ''; @@ -247,7 +247,7 @@ echo FormDisplayTemplate::displayInput( ); echo ''; -echo '
'; +echo ''; echo ''; echo '
'; +echo ''; echo ''; echo ''; echo '   '; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 3202bf02b6..693233eda0 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -398,6 +398,10 @@ table td { } /* 3.4 */ +.datatable{ + table-layout: fixed; +} + table { border-collapse: collapse; }