diff --git a/htdocs/accountancy/admin/index.php b/htdocs/accountancy/admin/index.php
index 22d570fd5e7..0e9b9dbbd99 100644
--- a/htdocs/accountancy/admin/index.php
+++ b/htdocs/accountancy/admin/index.php
@@ -508,14 +508,20 @@ print '';
print '';
print '
';
-// Lettering params
+
+// Show advanced options
+print '
';
+
+
+// Advanced params
print '
| '.$langs->trans('Options').' '.$langs->trans('Lettering').' | '; +print '' . $langs->trans('OptionsAdvanced') . ' | '; print "||
| '.$langs->trans("ACCOUNTING_ENABLE_LETTERING").' | '; +print '';
+print $form->textwithpicto($langs->trans("ACCOUNTING_ENABLE_LETTERING"), $langs->trans("ACCOUNTING_ENABLE_LETTERING_DESC", $langs->transnoentitiesnoconv("NumMvts")).' '.$langs->trans("EnablingThisFeatureIsNotNecessary")).' | ';
if (!empty($conf->global->ACCOUNTING_ENABLE_LETTERING)) {
print ''; print img_picto($langs->trans("Activated"), 'switch_on'); @@ -529,7 +535,8 @@ print ' | |
| ' . $langs->trans("ACCOUNTING_ENABLE_AUTOLETTERING") . ' | '; + print ''; + print $form->textwithpicto($langs->trans("ACCOUNTING_ENABLE_AUTOLETTERING"), $langs->trans("ACCOUNTING_ENABLE_AUTOLETTERING_DESC")) . ' | '; if (!empty($conf->global->ACCOUNTING_ENABLE_AUTOLETTERING)) { print ''; print img_picto($langs->trans("Activated"), 'switch_on'); @@ -542,33 +549,22 @@ if (!empty($conf->global->ACCOUNTING_ENABLE_LETTERING)) { print ' | |
| '; +print $form->textwithpicto($langs->trans("ACCOUNTING_FORCE_ENABLE_VAT_REVERSE_CHARGE"), $langs->trans("ACCOUNTING_FORCE_ENABLE_VAT_REVERSE_CHARGE_DESC", $langs->transnoentities("MenuDefaultAccounts"))).' | '; +if (!empty($conf->global->ACCOUNTING_FORCE_ENABLE_VAT_REVERSE_CHARGE)) { + print ''; + print img_picto($langs->trans("Activated"), 'switch_on'); + print ' | '; +} else { + print ''; + print img_picto($langs->trans("Disabled"), 'switch_off'); + print ' | '; +} +print '|
| ' . $langs->trans('OptionsAdvanced') . ' | '; - print "||
| ' . $langs->trans("ACCOUNTING_FORCE_ENABLE_VAT_REVERSE_CHARGE") . ' | '; - if (!empty($conf->global->ACCOUNTING_FORCE_ENABLE_VAT_REVERSE_CHARGE)) { - print ''; - print img_picto($langs->trans("Activated"), 'switch_on'); - print ' | '; - } else { - print ''; - print img_picto($langs->trans("Disabled"), 'switch_off'); - print ' | '; - } - print '