';
- print ''.$langs->trans("Parameters").' '.$langs->trans("Value").' ';
+ print ''.$langs->trans("Parameters").' '.$langs->trans("Value").' ';
print ' ';
print ' ';
@@ -323,28 +323,28 @@ if ($action == 'edit') // Edit
print '';
// First day for weeks
- print ''.$langs->trans("WeekStartOnDay").' ';
+ print ' '.$langs->trans("WeekStartOnDay").' ';
print $formother->select_dayofweek((isset($conf->global->MAIN_START_WEEK)?$conf->global->MAIN_START_WEEK:'1'),'MAIN_START_WEEK',0);
print ' ';
print ' ';
print ' ';
// DefaultWorkingDays
- print ''.$langs->trans("DefaultWorkingDays").' ';
+ print ' '.$langs->trans("DefaultWorkingDays").' ';
print ' ';
print ' ';
print ' ';
print ' ';
// DefaultWorkingHours
- print ''.$langs->trans("DefaultWorkingHours").' ';
+ print ' '.$langs->trans("DefaultWorkingHours").' ';
print ' ';
print ' ';
print ' ';
print ' ';
// Firstname/Name
- print ''.$langs->trans("FirstnameNamePosition").' ';
+ print ' '.$langs->trans("FirstnameNamePosition").' ';
$array=array(0=>$langs->trans("Firstname").' '.$langs->trans("Lastname"),1=>$langs->trans("Lastname").' '.$langs->trans("Firstname"));
print $form->selectarray('MAIN_FIRSTNAME_NAME_POSITION',$array,(isset($conf->global->MAIN_FIRSTNAME_NAME_POSITION)?$conf->global->MAIN_FIRSTNAME_NAME_POSITION:0));
print ' ';
@@ -352,14 +352,14 @@ if ($action == 'edit') // Edit
print ' ';
// Hide unauthorized button
- print ''.$langs->trans("ButtonHideUnauthorized").' ';
+ print ' '.$langs->trans("ButtonHideUnauthorized").' ';
print $form->selectyesno('MAIN_BUTTON_HIDE_UNAUTHORIZED',isset($conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED)?$conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED:0,1);
print ' ';
print ' ';
print ' ';
// Show logo
- print ''.$langs->trans("EnableShowLogo").' ';
+ print ' '.$langs->trans("EnableShowLogo").' ';
print $form->selectyesno('MAIN_SHOW_LOGO',$conf->global->MAIN_SHOW_LOGO,1);
print ' ';
print ' ';
@@ -368,7 +368,7 @@ if ($action == 'edit') // Edit
// Hide version link
/*
- print ''.$langs->trans("HideVersionLink").' ';
+ print ' '.$langs->trans("HideVersionLink").' ';
print $form->selectyesno('MAIN_HIDE_VERSION',$conf->global->MAIN_HIDE_VERSION,1);
print ' ';
print ' ';
@@ -376,28 +376,28 @@ if ($action == 'edit') // Edit
*/
// Show bugtrack link
- print ''.$langs->trans("ShowBugTrackLink", $langs->transnoentitiesnoconv("FindBug")).' ';
+ print ' '.$langs->trans("ShowBugTrackLink", $langs->transnoentitiesnoconv("FindBug")).' ';
print $form->selectyesno('MAIN_BUGTRACK_ENABLELINK',$conf->global->MAIN_BUGTRACK_ENABLELINK,1);
print ' ';
print ' ';
print ' ';
// Hide wiki link on login page
- print ''.$langs->trans("DisableLinkToHelp",img_picto('',DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/helpdoc.png','',1)).' ';
+ print ' '.$langs->trans("DisableLinkToHelp",img_picto('',DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/helpdoc.png','',1)).' ';
print $form->selectyesno('MAIN_HELP_DISABLELINK', isset($conf->global->MAIN_HELP_DISABLELINK)?$conf->global->MAIN_HELP_DISABLELINK:0,1);
print ' ';
print ' ';
print ' ';
// Hide helpcenter link on login page
- print ''.$langs->trans("DisableLinkToHelpCenter").' ';
+ print ' '.$langs->trans("DisableLinkToHelpCenter").' ';
print $form->selectyesno('MAIN_HELPCENTER_DISABLELINK',isset($conf->global->MAIN_HELPCENTER_DISABLELINK)?$conf->global->MAIN_HELPCENTER_DISABLELINK:0,1);
print ' ';
print ' ';
print ' ';
// Message of the day on home page
- print ''.$langs->trans("MessageOfDay").' ';
+ print ' '.$langs->trans("MessageOfDay").' ';
$doleditor = new DolEditor('main_motd', (isset($conf->global->MAIN_MOTD)?$conf->global->MAIN_MOTD:''), '', 142, 'dolibarr_notes', 'In', false, true, true, ROWS_4, '90%');
$doleditor->Create();
@@ -410,7 +410,7 @@ if ($action == 'edit') // Edit
// Other
print '';
- print ''.$langs->trans("LoginPage").' ';
+ print ''.$langs->trans("LoginPage").' ';
print ' ';
print ' ';
@@ -454,7 +454,7 @@ else // Show
print '';
print ''.$langs->trans("Language").' ';
- print ''.$langs->trans("DefaultLanguage").' ';
+ print ' '.$langs->trans("DefaultLanguage").' ';
$s=picto_from_langcode($conf->global->MAIN_LANG_DEFAULT);
print ($s?$s.' ':'');
print ($conf->global->MAIN_LANG_DEFAULT=='auto'?$langs->trans("AutoDetectLang"):$langs->trans("Language_".$conf->global->MAIN_LANG_DEFAULT));
@@ -464,7 +464,7 @@ else // Show
print ' ';
print " ";
- print ''.$langs->trans("EnableMultilangInterface").' ' . yn($conf->global->MAIN_MULTILANGS) . ' ';
+ print ''.$langs->trans("EnableMultilangInterface").' ' . yn($conf->global->MAIN_MULTILANGS) . ' ';
print ' ';
print " ";
@@ -480,11 +480,11 @@ else // Show
if (! empty($searchform))
{
print '';
- print ''.$langs->trans("PermanentLeftSearchForm").' '.$langs->trans("Activated").' ';
+ print ''.$langs->trans("PermanentLeftSearchForm").' '.$langs->trans("Activated").' ';
foreach ($searchform as $key => $value)
{
- print ''.$searchformtitle[$key].' '.yn($searchformconst[$key]).' ';
+ print ''.$searchformtitle[$key].' '.yn($searchformconst[$key]).' ';
print '';
if (! empty($searchformmodule[$key])) print $langs->trans("IfModuleEnabled",$langs->transnoentitiesnoconv($searchformmodule[$key]));
print ' ';
@@ -495,7 +495,7 @@ else // Show
// Other
print '';
- print ''.$langs->trans("Parameters").' '.$langs->trans("Value").' ';
+ print ''.$langs->trans("Parameters").' '.$langs->trans("Value").' ';
print ''.$langs->trans("DefaultMaxSizeList").' ' . $conf->global->MAIN_SIZE_LISTE_LIMIT . ' ';
print ' ';
@@ -513,34 +513,34 @@ else // Show
*/
// Disable javascript/ajax
- print ''.$langs->trans("DisableJavascript").' ';
+ print ' '.$langs->trans("DisableJavascript").' ';
print yn($conf->global->MAIN_DISABLE_JAVASCRIPT)." ";
print ' ';
print " ";
// First day for weeks
- print ''.$langs->trans("WeekStartOnDay").' ';
+ print ' '.$langs->trans("WeekStartOnDay").' ';
print $langs->trans("Day".(isset($conf->global->MAIN_START_WEEK)?$conf->global->MAIN_START_WEEK:'1'));
print ' ';
print ' ';
print ' ';
// DefaultWorkingDays
- print ''.$langs->trans("DefaultWorkingDays").' ';
+ print ' '.$langs->trans("DefaultWorkingDays").' ';
print isset($conf->global->MAIN_DEFAULT_WORKING_DAYS)?$conf->global->MAIN_DEFAULT_WORKING_DAYS:'1-5';
print ' ';
print ' ';
print ' ';
// DefaultWorkingHours
- print ''.$langs->trans("DefaultWorkingHours").' ';
+ print ' '.$langs->trans("DefaultWorkingHours").' ';
print isset($conf->global->MAIN_DEFAULT_WORKING_HOURS)?$conf->global->MAIN_DEFAULT_WORKING_HOURS:'9-18';
print ' ';
print ' ';
print ' ';
// Firstname / Name position
- print ''.$langs->trans("FirstnameNamePosition").' ';
+ print ' '.$langs->trans("FirstnameNamePosition").' ';
if (empty($conf->global->MAIN_FIRSTNAME_NAME_POSITION)) { print $langs->trans("Firstname").' '.$langs->trans("Lastname"); }
else { print $langs->trans("Lastname").' '.$langs->trans("Firstname"); }
print ' ';
@@ -548,7 +548,7 @@ else // Show
print ' ';
// Hide unauthorized button
- print ''.$langs->trans("ButtonHideUnauthorized").' ';
+ print ' '.$langs->trans("ButtonHideUnauthorized").' ';
print yn((isset($conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED)?$conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED:0),1);
print ' ';
@@ -559,7 +559,7 @@ else // Show
// Hide version link
/*
- print ''.$langs->trans("HideVersionLink").' ';
+ print ' '.$langs->trans("HideVersionLink").' ';
print yn($conf->global->MAIN_HIDE_VERSION);
print ' ';
print ' ';
@@ -567,23 +567,23 @@ else // Show
*/
// Show bugtrack link
- print ''.$langs->trans("ShowBugTrackLink", $langs->transnoentitiesnoconv("FindBug")).' ';
+ print ' '.$langs->trans("ShowBugTrackLink", $langs->transnoentitiesnoconv("FindBug")).' ';
print yn($conf->global->MAIN_BUGTRACK_ENABLELINK)." ";
print ' ';
print " ";
// Link to wiki help
- print ''.$langs->trans("DisableLinkToHelp",img_picto('',DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/helpdoc.png','',1)).' ';
+ print ' '.$langs->trans("DisableLinkToHelp",img_picto('',DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/helpdoc.png','',1)).' ';
print yn((isset($conf->global->MAIN_HELP_DISABLELINK)?$conf->global->MAIN_HELP_DISABLELINK:0),1);
print ' ';
// Link to help center
- print ''.$langs->trans("DisableLinkToHelpCenter").' ';
+ print ' '.$langs->trans("DisableLinkToHelpCenter").' ';
print yn((isset($conf->global->MAIN_HELPCENTER_DISABLELINK)?$conf->global->MAIN_HELPCENTER_DISABLELINK:0),1);
print ' ';
// Message of the day
- print ''.$langs->trans("MessageOfDay").' ';
+ print ' '.$langs->trans("MessageOfDay").' ';
if (isset($conf->global->MAIN_MOTD)) print dol_htmlcleanlastbr($conf->global->MAIN_MOTD);
else print ' ';
print ' '."\n";
@@ -597,7 +597,7 @@ else // Show
print ''.$langs->trans("LoginPage").' ';
// Message login
- print ''.$langs->trans("MessageLogin").' ';
+ print ' '.$langs->trans("MessageLogin").' ';
if (isset($conf->global->MAIN_HOME)) print dol_htmlcleanlastbr($conf->global->MAIN_HOME);
else print ' ';
print ' '."\n";
diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php
index d2567f30c04..b07b6fce821 100644
--- a/htdocs/core/lib/usergroups.lib.php
+++ b/htdocs/core/lib/usergroups.lib.php
@@ -337,7 +337,7 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
// Title
if ($foruserprofile)
{
- print ''.$langs->trans("Parameter").' '.$langs->trans("DefaultValue").' ';
+ print ''.$langs->trans("Parameter").' '.$langs->trans("DefaultValue").' ';
print ' ';
print ' ';
@@ -350,7 +350,7 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
}
else
{
- print ''.$langs->trans("DefaultSkin").' ';
+ print ''.$langs->trans("DefaultSkin").' ';
print '';
$url='https://www.dolistore.com/lang-en/4-skins';
if (preg_match('/fr/i',$langs->defaultlang)) $url='https://www.dolistore.com/fr/4-themes';
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 9ab6408714c..894b087d55a 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -1338,7 +1338,7 @@ CacheByServer=Cache by server
CacheByClient=Cache by browser
CompressionOfResources=Compression of HTTP responses
TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
-DefaultValuesDesc=You can defined here the default value you want to get when your create a new record, and/or defaut filters or soting order when your list record.
+DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or soting order when your list record.
DefaultCreateForm=Create forms
DefaultSearchFilters=Search filters
DefaultSortOrder=Sort orders
diff --git a/htdocs/langs/en_US/commercial.lang b/htdocs/langs/en_US/commercial.lang
index 16a6611db4a..deb66143b82 100644
--- a/htdocs/langs/en_US/commercial.lang
+++ b/htdocs/langs/en_US/commercial.lang
@@ -18,7 +18,8 @@ TaskRDVWith=Meeting with %s
ShowTask=Show task
ShowAction=Show event
ActionsReport=Events report
-ThirdPartiesOfSaleRepresentative=Thirdparties with sales representative
+ThirdPartiesOfSaleRepresentative=Third parties with sales representative
+SaleRepresentativesOfThirdParty=Sales representatives of third party
SalesRepresentative=Sales representative
SalesRepresentatives=Sales representatives
SalesRepresentativeFollowUp=Sales representative (follow-up)
diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
index fb6453e8159..038e9b8cdd5 100644
--- a/htdocs/projet/list.php
+++ b/htdocs/projet/list.php
@@ -116,7 +116,7 @@ $arrayfields=array(
'p.ref'=>array('label'=>$langs->trans("Ref"), 'checked'=>1),
'p.title'=>array('label'=>$langs->trans("Label"), 'checked'=>1),
's.nom'=>array('label'=>$langs->trans("ThirdParty"), 'checked'=>1, 'enabled'=>$conf->societe->enabled),
- 'commercial'=>array('label'=>$langs->trans("ThirdPartiesOfSaleRepresentative"), 'checked'=>1),
+ 'commercial'=>array('label'=>$langs->trans("SaleRepresentativesOfThirdParty"), 'checked'=>1),
'p.dateo'=>array('label'=>$langs->trans("DateStart"), 'checked'=>1, 'position'=>100),
'p.datee'=>array('label'=>$langs->trans("DateEnd"), 'checked'=>1, 'position'=>101),
'p.public'=>array('label'=>$langs->trans("Visibility"), 'checked'=>1, 'position'=>102),
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index e9a9e115293..611ae895872 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1797,7 +1797,10 @@ font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
a.help:link, a.help:visited, a.help:hover, a.help:active, span.help { font-size:px; font-family: ; text-align: ; font-weight: normal; color: #666666; text-decoration: none; }
-
+div.blockvmenulogo
+{
+ border-bottom: 0 !important;
+}
div.blockvmenupair, div.blockvmenuimpair
{
font-family: ;