From 1e80b9b42b1222a358950a28f26c6e1f2cee913a Mon Sep 17 00:00:00 2001 From: beedauchon Date: Sat, 18 Oct 2003 23:43:21 +0000 Subject: [PATCH] remplacement tablefsoc par border --- htdocs/comm/action/fiche.php | 10 +++++----- htdocs/comm/addpropal.php | 2 +- htdocs/comm/propal.php | 4 ++-- htdocs/compta/caisse/annuel.php | 2 +- htdocs/compta/tva/fiche.php | 2 +- htdocs/projet/fiche.php | 6 +++--- htdocs/socnote.php | 2 +- htdocs/theme/monochrome/monochrome.css | 12 ------------ 8 files changed, 14 insertions(+), 26 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 5313e1f6f4b..385541b4016 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -182,7 +182,7 @@ if ($action=='create') print ''; print ''; - print ''; + print '
'; print ''; print '
Rendez-vous
Société'; @@ -220,7 +220,7 @@ if ($action=='create') { print_titre ("Action effectuée"); - print ''; + print '
'; print ''; print '
Action'.$caction->libelle.'
Société'; @@ -236,7 +236,7 @@ if ($action=='create') print_titre ("Prochaine Action à faire"); - print ''; + print '
'; if($afaire <> 1) { print ''; @@ -308,7 +308,7 @@ if ($id) print_titre ("Edition de la fiche action"); print ''; print ''; - print '
Ajouter
'; + print '
'; print ''; print ''; print ''; @@ -337,7 +337,7 @@ if ($id) { print_titre ("Action commerciale"); - print '
Type'.$act->type.'
Société'.$act->societe->nom.'
'; + print '
'; print ''; print ''; print ''; diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php index 608749dea83..7bd9c32fdf7 100644 --- a/htdocs/comm/addpropal.php +++ b/htdocs/comm/addpropal.php @@ -69,7 +69,7 @@ if ($action == 'create') print ""; print ""; - print '
Type'.$act->type.'
Société'.$act->societe->nom.'
'; + print '
'; print ''; diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 3b0dc563e9f..9c285af607c 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -476,7 +476,7 @@ if ($propalid) { print ''; print ''; - print '
Société'.$objsoc->nom.'
Remise'; + print '
Remise'; print '%'; print ''; print '
'; @@ -676,7 +676,7 @@ if ($propalid) { print_titre("Propale envoyée"); - print ""; + print "
"; print "\n"; diff --git a/htdocs/compta/caisse/annuel.php b/htdocs/compta/caisse/annuel.php index 38feeff86a8..4ad2dea78a7 100644 --- a/htdocs/compta/caisse/annuel.php +++ b/htdocs/compta/caisse/annuel.php @@ -79,7 +79,7 @@ if ($db->query($sql)) } } -print '
DateAuteur
'; +print '
'; print ''; $year_current = strftime("%Y",time()); diff --git a/htdocs/compta/tva/fiche.php b/htdocs/compta/tva/fiche.php index dfd717ce4e5..0a5adf49df4 100644 --- a/htdocs/compta/tva/fiche.php +++ b/htdocs/compta/tva/fiche.php @@ -58,7 +58,7 @@ if ($action == 'create') print '
Nouveau réglement TVA

'; - print '
Mois
'; + print '
'; print ""; print '
Date de paiement'; print $html->select_date("","datev"); diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index 0229f53d765..d21400beb3e 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -70,7 +70,7 @@ if ($action == 'create') print '
'; ?> - +
Société '; print ''; - print ''; + print '
'; print ''; print ''; print ''; @@ -117,7 +117,7 @@ if ($action == 'create') } else { - print '
Société'.$projet->societe->nom.'
Ref
Titre
'; + print '
'; print ''; print ''; diff --git a/htdocs/socnote.php b/htdocs/socnote.php index f785603cefc..0c366466c89 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -40,7 +40,7 @@ if ($socid > 0) { print_titre($soc->nom); - print '
Société'.$projet->societe->nom.'
Réf'.$projet->ref.'
'; + print '
'; print "
"; print "id\">"; print ""; diff --git a/htdocs/theme/monochrome/monochrome.css b/htdocs/theme/monochrome/monochrome.css index e6ab025274c..ae64361ed8c 100755 --- a/htdocs/theme/monochrome/monochrome.css +++ b/htdocs/theme/monochrome/monochrome.css @@ -229,18 +229,6 @@ tr.impair { border-left: 1px dashed #666666; } -.tablefsoc { - 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; - } - - .tableab { background: #444444; font-family: Helvetica, Verdana;