From e8a49fe288b65751b4a58dc1349777568b53fe60 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Feb 2011 12:50:31 +0000 Subject: [PATCH] New: Add a cancel button on discount creation page --- htdocs/comm/fiche.php | 6 +++--- htdocs/comm/remx.php | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index ca247158afa..944398f26e3 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -323,7 +323,7 @@ if ($socid > 0) print ""; print ''; - // Reductions relative (Discounts-Drawbacks-Rebates) + // Relative discounts (Discounts-Drawbacks-Rebates) print ''; print ''; print ''; - // Reductions absolues (Discounts-Drawbacks-Rebates) + // Absolute discounts (Discounts-Drawbacks-Rebates) print ''; diff --git a/htdocs/comm/remx.php b/htdocs/comm/remx.php index 545dc91d9cd..b5b976af843 100644 --- a/htdocs/comm/remx.php +++ b/htdocs/comm/remx.php @@ -318,13 +318,13 @@ if ($_socid > 0) print '
'; print $langs->trans("CustomerRelativeDiscountShort"); @@ -336,7 +336,7 @@ if ($socid > 0) print ''.($objsoc->remise_client?$objsoc->remise_client.'%':$langs->trans("DiscountNone")).'
'; print ''; print '
'; @@ -344,7 +344,7 @@ if ($socid > 0) print ''; if ($user->rights->societe->creer && !$user->societe_id > 0) { - print ''.img_edit($langs->trans("Modify")).''; + print ''.img_edit($langs->trans("Modify")).''; } print '
'; print '
'; print ''; print ''; // Need 120+ for format with AM/PM - print ''; - print ''; + print ''; + print ''; print ''; print ''; print ''; print ''; - print ''; + print ''; print ''; $var = true; @@ -360,7 +360,7 @@ if ($_socid > 0) print $obj->description; print ''; } - print ''; + print ''; print ''; print ''; print ''; @@ -454,13 +454,13 @@ if ($_socid > 0) print '
'.$langs->trans("Date").''.$langs->trans("ReasonDiscount").''.$langs->trans("ConsumedBy").''.$langs->trans("ReasonDiscount").''.$langs->trans("ConsumedBy").''.$langs->trans("AmountHT").''.$langs->trans("VATRate").''.$langs->trans("AmountTTC").''.$langs->trans("DiscountOfferedBy").'  
'.$langs->trans("NotConsumed").''.$langs->trans("NotConsumed").''.price($obj->amount_ht).''.price2num($obj->tva_tx,'MU').'%'.price($obj->amount_ttc).'
'; print ''; print ''; // Need 120+ for format with AM/PM - print ''; - print ''; + print ''; + print ''; print ''; print ''; print ''; print ''; - print ''; + print ''; print ''; $var = true;
'.$langs->trans("Date").''.$langs->trans("ReasonDiscount").''.$langs->trans("ConsumedBy").''.$langs->trans("ReasonDiscount").''.$langs->trans("ConsumedBy").''.$langs->trans("AmountHT").''.$langs->trans("VATRate").''.$langs->trans("AmountTTC").''.$langs->trans("Author").'