From d23fc2b8e516bf783f0408c3a44205952b3091ca Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Oct 2011 16:02:18 +0200 Subject: [PATCH] Oops. Forget to publish this. Commit again. --- .../adherents/admin/adherent_extrafields.php | 2 +- htdocs/admin/tools/dolibarr_export.php | 28 +- htdocs/admin/tools/export.php | 521 +++++++++++------- .../modules/facture/doc/pdf_crabe.modules.php | 2 +- .../propale/pdf_propale_azur.modules.php | 4 +- htdocs/lib/files.lib.php | 50 +- htdocs/societe/admin/societe_extrafields.php | 2 +- 7 files changed, 397 insertions(+), 212 deletions(-) diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php index 004b5b41c3d..8615877fefb 100755 --- a/htdocs/adherents/admin/adherent_extrafields.php +++ b/htdocs/adherents/admin/adherent_extrafields.php @@ -144,7 +144,7 @@ if ($action == 'create') // Label print ''.$langs->trans("Label").''; // Code - print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; + print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; // Type print ''.$langs->trans("Type").''; print $form->selectarray('type',$type2label,GETPOST('type')); diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php index 972f18530d6..bbb8b286608 100644 --- a/htdocs/admin/tools/dolibarr_export.php +++ b/htdocs/admin/tools/dolibarr_export.php @@ -43,13 +43,25 @@ llxHeader('','','EN:Backups|FR:Sauvegardes|ES:Copias_de_seguridad'); ?>