diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 385541b4016..6e8e1d529be 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -280,7 +280,7 @@ if ($id) { print '
'; print ''; - print ''; + print '
'; print ''; @@ -362,7 +362,7 @@ if ($id) /* * */ - print '
Supprimer l\'action
'; + print '
'; print '
'; if ($action=='edit') { diff --git a/htdocs/compta/tva/fiche.php b/htdocs/compta/tva/fiche.php index 0a5adf49df4..b961e0267fd 100644 --- a/htdocs/compta/tva/fiche.php +++ b/htdocs/compta/tva/fiche.php @@ -169,7 +169,7 @@ else /* */ /* ************************************************************************** */ -print '
'; +print '
'; print ''; print ''; print ''; diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 2c1e64be479..5690ba0ba59 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -577,7 +577,7 @@ if ($id && $action == '' && $product->envente) { $num = $db->num_rows(); $i = 0; - print '
---
'; + print '
'; $var=True; while ($i < $num) { diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index d21400beb3e..b8c86ca26d3 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -47,7 +47,7 @@ if ($action == 'delete') print ''; print ''; - print '
'; + print '
'; print ''; @@ -164,7 +164,7 @@ if ($action == 'create') } - print "

Supprimer le projet
"; + print "

"; if ($action == "edit") { diff --git a/htdocs/theme/monochrome/monochrome.css b/htdocs/theme/monochrome/monochrome.css index ae64361ed8c..c14455a653c 100755 --- a/htdocs/theme/monochrome/monochrome.css +++ b/htdocs/theme/monochrome/monochrome.css @@ -54,9 +54,10 @@ table.noborder td { border: 0px } table#actions { + background: #444444; + color: #eeeeee; border: 0px; cell-spacing: 1em; - } table#actions td { @@ -229,18 +230,6 @@ tr.impair { border-left: 1px dashed #666666; } -.tableab { - background: #444444; - font-family: Helvetica, Verdana; - font-size: 1.0em; - color: #eeeeee; - border-top: 1px dashed #555555; - border-right: 1px dashed #888888; - border-bottom: 1px dashed #777777; - border-left: 1px dashed #666666; - } - - /* * Classes TR */ diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index 48b9bfd65e6..b87dabd6875 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -321,7 +321,7 @@ else print '
'; - print '
'.""; + print '
'.""; if ($user->admin) {