diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index ebbc648002d..ae8026d2b68 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -187,8 +187,9 @@ if ($id > 0) dol_fiche_head($head, 'customer', $langs->trans("ThirdParty"),0,'company'); - print ''; - print '"; + //print "
'; + print '
'; + //print ''; + //print '\n"; - - - print '\n"; + //print '\n"; - print ''; - print ''; + print ''; + print ''; $var=!$var; $i++; } @@ -576,11 +578,11 @@ if ($id > 0) { $objp = $db->fetch_object($resql); $var=!$var; - print ""; + print ""; print '\n"; - print ''; - print ''; + print ''; + print ''; $i++; } $db->free($resql); @@ -781,10 +783,12 @@ if ($id > 0) } } - print ""; - print "
'; print ''; @@ -440,11 +441,12 @@ if ($id > 0) print "
"; - print "
'; + + print '
'; + //print "
'; + // Nbre max d'elements des petites listes $MAXLIST=4; $tableaushown=1; @@ -507,8 +509,8 @@ if ($id > 0) print " ".img_warning(); } print ''.dol_print_date($db->jdate($objp->dp),'day')."'.price($objp->total_ht).''.$propal_static->LibStatut($objp->fk_statut,5).'
'.price($objp->total_ht).''.$propal_static->LibStatut($objp->fk_statut,5).'
'.img_object($langs->trans("ShowOrder"),"order").' '.$objp->ref."\n"; print ''.dol_print_date($db->jdate($objp->dc),'day')."'.price($objp->total_ht).''.$commande_static->LibStatut($objp->fk_statut,$objp->facture,5).'
'.price($objp->total_ht).''.$commande_static->LibStatut($objp->fk_statut,$objp->facture,5).'
"; + print '
'; + print '
'; + //print "
"; - print "\n\n"; + dol_fiche_end(); /* @@ -899,4 +903,4 @@ dol_htmloutput_mesg('',$mesgs); // End of page llxFooter(); $db->close(); -?> +?> \ No newline at end of file diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 41f96d10d20..a2b4b6ef7d5 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -855,7 +855,8 @@ div.fichehalfright { dol_optimize_smallscreen)) { print "width: 50%;\n"; } ?> } div.ficheaddleft { - dol_optimize_smallscreen)) { print "padding-left: 16px;\n"; } ?> + dol_optimize_smallscreen)) { print "padding-left: 16px;\n"; } + else print "margin-top: 10px;\n"; ?> } diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index ccad4e54263..44cc9b39641 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -246,7 +246,8 @@ div.fichehalfright { dol_optimize_smallscreen)) { print "width: 50%;\n"; } ?> } div.ficheaddleft { - dol_optimize_smallscreen)) { print "padding-left: 10px;\n"; } ?> + dol_optimize_smallscreen)) { print "padding-left: 16px;\n"; } + else print "margin-top: 10px;\n"; ?> } diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index e0ee62ca8f7..113ee0e5998 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -291,7 +291,8 @@ div.fichehalfright { dol_optimize_smallscreen)) { print "width: 50%;\n"; } ?> } div.ficheaddleft { - dol_optimize_smallscreen)) { print "padding-left: 6px;\n"; } ?> + dol_optimize_smallscreen)) { print "padding-left: 16px;\n"; } + else print "margin-top: 10px;\n"; ?> } diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 4dacfbfc708..b33a6fd958b 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -256,7 +256,8 @@ div.fichehalfright { dol_optimize_smallscreen)) { print "width: 50%;\n"; } ?> } div.ficheaddleft { - dol_optimize_smallscreen)) { print "padding-left: 6px;\n"; } ?> + dol_optimize_smallscreen)) { print "padding-left: 16px;\n"; } + else print "margin-top: 10px;\n"; ?> } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index eba9a7cc86d..a2eb25bf01f 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -405,7 +405,8 @@ div.fichehalfright { dol_optimize_smallscreen)) { print "width: 50%;\n"; } ?> } div.ficheaddleft { - dol_optimize_smallscreen)) { print "padding-left: 16px;\n"; } ?> + dol_optimize_smallscreen)) { print "padding-left: 16px;\n"; } + else print "margin-top: 10px;\n"; ?> }