Better position of fields

This commit is contained in:
Laurent Destailleur 2021-07-05 18:16:52 +02:00
parent a14c68e996
commit 38d272e31a

View File

@ -309,6 +309,8 @@ print '<br>';
// Parameters in conf.php file (when a parameter start with ?, it is shown only if defined) // Parameters in conf.php file (when a parameter start with ?, it is shown only if defined)
$configfileparameters = array( $configfileparameters = array(
'dolibarr_main_prod' => 'Production mode (Hide all error messages)',
'separator0' => '',
'dolibarr_main_url_root' => $langs->trans("URLRoot"), 'dolibarr_main_url_root' => $langs->trans("URLRoot"),
'?dolibarr_main_url_root_alt' => $langs->trans("URLRoot").' (alt)', '?dolibarr_main_url_root_alt' => $langs->trans("URLRoot").' (alt)',
'dolibarr_main_document_root'=> $langs->trans("DocumentRootServer"), 'dolibarr_main_document_root'=> $langs->trans("DocumentRootServer"),
@ -324,7 +326,7 @@ $configfileparameters = array(
'dolibarr_main_db_pass' => $langs->trans("DatabasePassword"), 'dolibarr_main_db_pass' => $langs->trans("DatabasePassword"),
'dolibarr_main_db_character_set' => $langs->trans("DBStoringCharset"), 'dolibarr_main_db_character_set' => $langs->trans("DBStoringCharset"),
'dolibarr_main_db_collation' => $langs->trans("DBSortingCollation"), 'dolibarr_main_db_collation' => $langs->trans("DBSortingCollation"),
'?dolibarr_main_db_prefix' => $langs->trans("Prefix"), '?dolibarr_main_db_prefix' => $langs->trans("DatabasePrefix"),
'separator2' => '', 'separator2' => '',
'dolibarr_main_authentication' => $langs->trans("AuthenticationMode"), 'dolibarr_main_authentication' => $langs->trans("AuthenticationMode"),
'?multicompany_transverse_mode'=> $langs->trans("MultiCompanyMode"), '?multicompany_transverse_mode'=> $langs->trans("MultiCompanyMode"),
@ -353,7 +355,6 @@ $configfileparameters = array(
'?dolibarr_font_DOL_DEFAULT_TTF' => 'dolibarr_font_DOL_DEFAULT_TTF', '?dolibarr_font_DOL_DEFAULT_TTF' => 'dolibarr_font_DOL_DEFAULT_TTF',
'?dolibarr_font_DOL_DEFAULT_TTF_BOLD' => 'dolibarr_font_DOL_DEFAULT_TTF_BOLD', '?dolibarr_font_DOL_DEFAULT_TTF_BOLD' => 'dolibarr_font_DOL_DEFAULT_TTF_BOLD',
'separator4' => '', 'separator4' => '',
'dolibarr_main_prod' => 'Production mode (Hide all error messages)',
'dolibarr_main_restrict_os_commands' => 'Restrict CLI commands for backups', 'dolibarr_main_restrict_os_commands' => 'Restrict CLI commands for backups',
'dolibarr_main_restrict_ip' => 'Restrict access to some IPs only', 'dolibarr_main_restrict_ip' => 'Restrict access to some IPs only',
'?dolibarr_mailing_limit_sendbyweb' => 'Limit nb of email sent by page', '?dolibarr_mailing_limit_sendbyweb' => 'Limit nb of email sent by page',