@@ -2459,7 +2459,6 @@ class ContratLigne extends CommonObjectLine
*/
function fetch($id, $ref='')
{
- global $langs,$user;
// Check parameters
if (empty($id) && empty($ref)) return -1;
diff --git a/htdocs/core/menus/standard/auguria_menu.php b/htdocs/core/menus/standard/auguria_menu.php
index 736f2a72380..5402ac5bbd1 100644
--- a/htdocs/core/menus/standard/auguria_menu.php
+++ b/htdocs/core/menus/standard/auguria_menu.php
@@ -177,7 +177,11 @@ class MenuManager
// We add sub entry
print str_pad('',1).''; // ui-btn to highlight on clic
print '';
- if ($langs->trans(ucfirst($val['mainmenu'])."Dashboard") == ucfirst($val['mainmenu'])."Dashboard") print $langs->trans("Access"); // No translation
+ if ($langs->trans(ucfirst($val['mainmenu'])."Dashboard") == ucfirst($val['mainmenu'])."Dashboard") // No translation
+ {
+ if ($val['mainmenu'] == 'cashdesk') print $langs->trans("Access");
+ else print $langs->trans("Dashboard");
+ }
else print $langs->trans(ucfirst($val['mainmenu'])."Dashboard");
print ' ';
print ' '."\n";
diff --git a/htdocs/core/menus/standard/eldy_menu.php b/htdocs/core/menus/standard/eldy_menu.php
index 0d43c0af9f9..5800e4b5d7a 100644
--- a/htdocs/core/menus/standard/eldy_menu.php
+++ b/htdocs/core/menus/standard/eldy_menu.php
@@ -185,7 +185,11 @@ class MenuManager
print '';
- if ($langs->trans(ucfirst($val['mainmenu'])."Dashboard") == ucfirst($val['mainmenu'])."Dashboard") print $langs->trans("Access"); // No translation
+ if ($langs->trans(ucfirst($val['mainmenu'])."Dashboard") == ucfirst($val['mainmenu'])."Dashboard") // No translation
+ {
+ if ($val['mainmenu'] == 'cashdesk') print $langs->trans("Access");
+ else print $langs->trans("Dashboard");
+ }
else print $langs->trans(ucfirst($val['mainmenu'])."Dashboard");
print ' ';
print ''."\n";
diff --git a/htdocs/don/index.php b/htdocs/don/index.php
index 6d0b9a7fafa..9894de3a2b5 100644
--- a/htdocs/don/index.php
+++ b/htdocs/don/index.php
@@ -96,7 +96,7 @@ if (count($listofsearchfields))
{
if ($i == 0) print ''.$langs->trans("Search").' ';
print '';
- print ''.$langs->trans($value["text"]).' : ';
+ print ''.$langs->trans($value["text"]).' ';
if ($i == 0) print ' ';
print ' ';
$i++;
diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php
index 9f1ecaa6c5d..dc260fb4fa2 100644
--- a/htdocs/hrm/index.php
+++ b/htdocs/hrm/index.php
@@ -97,7 +97,7 @@ if (count($listofsearchfields))
{
if ($i == 0) print ''.$langs->trans("Search").' ';
print '';
- print ''.$langs->trans($value["text"]).' : ';
+ print ''.$langs->trans($value["text"]).' ';
if ($i == 0) print ' ';
print ' ';
$i++;
diff --git a/htdocs/langs/en_US/cashdesk.lang b/htdocs/langs/en_US/cashdesk.lang
index 0261c0550cc..69db60c0cc3 100644
--- a/htdocs/langs/en_US/cashdesk.lang
+++ b/htdocs/langs/en_US/cashdesk.lang
@@ -14,7 +14,7 @@ ShoppingCart=Shopping cart
NewSell=New sell
AddThisArticle=Add this article
RestartSelling=Go back on sell
-SellFinished=Sell finished
+SellFinished=Sale complete
PrintTicket=Print ticket
NoProductFound=No article found
ProductFound=product found
diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
index 632dae8bb6b..5cca989d65e 100644
--- a/htdocs/langs/en_US/companies.lang
+++ b/htdocs/langs/en_US/companies.lang
@@ -354,9 +354,9 @@ ExportCardToFormat=Export card to format
ContactNotLinkedToCompany=Contact not linked to any third party
DolibarrLogin=Dolibarr login
NoDolibarrAccess=No Dolibarr access
-ExportDataset_company_1=Third parties (Companies/foundations/physical people) and properties
+ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
ExportDataset_company_2=Contacts and properties
-ImportDataset_company_1=Third parties (Companies/foundations/physical people) and properties
+ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
ImportDataset_company_2=Contacts/Addresses (of thirdparties or not) and attributes
ImportDataset_company_3=Bank details
ImportDataset_company_4=Third parties/Sales representatives (Affect sales representatives users to companies)
diff --git a/htdocs/product/index.php b/htdocs/product/index.php
index 2d6e0ace9c9..74a974804ff 100644
--- a/htdocs/product/index.php
+++ b/htdocs/product/index.php
@@ -97,7 +97,7 @@ if (count($listofsearchfields))
{
if ($i == 0) print ''.$langs->trans("Search").' ';
print '';
- print ''.$langs->trans($value["text"]).' : ';
+ print ''.$langs->trans($value["text"]).' ';
if ($i == 0) print ' ';
print ' ';
$i++;
diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
index b9c8e455751..adf6efbc95c 100644
--- a/htdocs/projet/activity/index.php
+++ b/htdocs/projet/activity/index.php
@@ -90,7 +90,7 @@ if (count($listofsearchfields))
{
if ($i == 0) print ''.$langs->trans("Search").' ';
print '';
- print ''.$langs->trans($value["text"]).' : ';
+ print ''.$langs->trans($value["text"]).' ';
if ($i == 0) print ' ';
print ' ';
$i++;
diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
index 1b0dec4d9f8..752e3615464 100644
--- a/htdocs/projet/index.php
+++ b/htdocs/projet/index.php
@@ -114,7 +114,7 @@ if (count($listofsearchfields))
{
if ($i == 0) print ''.$langs->trans("Search").' ';
print '';
- print ''.$langs->trans($value["text"]).' : ';
+ print ''.$langs->trans($value["text"]).' ';
if ($i == 0) print ' ';
print ' ';
$i++;
diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
index 6e0dcbec113..333ee590f2d 100644
--- a/htdocs/societe/index.php
+++ b/htdocs/societe/index.php
@@ -79,7 +79,7 @@ if (count($listofsearchfields))
{
if ($i == 0) print ''.$langs->trans("Search").' ';
print '';
- print ''.$langs->trans($value["text"]).' : ';
+ print ''.$langs->trans($value["text"]).' ';
if ($i == 0) print ' ';
print ' ';
$i++;
diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php
index c56687dc834..39a0ee2371b 100644
--- a/htdocs/societe/notify/card.php
+++ b/htdocs/societe/notify/card.php
@@ -242,11 +242,11 @@ if ($result > 0)
$label=($langs->trans("Notify_".$managedeventfornotification['code'])!="Notify_".$managedeventfornotification['code']?$langs->trans("Notify_".$managedeventfornotification['code']):$managedeventfornotification['label']);
$actions[$managedeventfornotification['rowid']]=$label;
}
- print '';
- print $form->selectarray("contactid",$listofemails);
+ print ' ';
+ print $form->selectarray("contactid", $listofemails, '', 0, 0, 0, '', 0, 0, 0, '', 'maxwidthonsmartphone');
print ' ';
- print '';
- print $form->selectarray("actionid",$actions,'',1);
+ print ' ';
+ print $form->selectarray("actionid", $actions, '', 1, 0, 0, '', 0, 0, 0, '', 'maxwidthonsmartphone');
print ' ';
print '';
$type=array('email'=>$langs->trans("EMail"));
diff --git a/htdocs/societe/project.php b/htdocs/societe/project.php
index 707fe21a010..f99bd517975 100644
--- a/htdocs/societe/project.php
+++ b/htdocs/societe/project.php
@@ -32,6 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
$langs->load("companies");
+$langs->load("projects");
// Security check
$socid = GETPOST('socid','int');
diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index 598bb8e0ac6..46e8aa0eb9c 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.php
@@ -1535,7 +1535,7 @@ else
// Prospect/Customer
print ' '.fieldLabel('ProspectCustomer','customerprospect',1).' ';
- print '';
+ print '';
if (empty($conf->global->SOCIETE_DISABLE_PROSPECTS)) print 'client==2?' selected':'').'>'.$langs->trans('Prospect').' ';
if (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) print 'client==3?' selected':'').'>'.$langs->trans('ProspectCustomer').' ';
if (empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) print 'client==1?' selected':'').'>'.$langs->trans('Customer').' ';
@@ -1571,7 +1571,7 @@ else
if (! empty($conf->fournisseur->enabled) && ! empty($user->rights->fournisseur->lire))
{
print '';
- print ''.fieldLabel('Supplier','fournisseur',1).' ';
+ print ' '.fieldLabel('Supplier','fournisseur',1).' ';
print $form->selectyesno("fournisseur",$object->fournisseur,1);
print ' ';
print ''.fieldLabel('SupplierCode','supplier_code').' ';
@@ -1782,7 +1782,7 @@ else
print ' ';
// Juridical type
- print ''.fieldLabel('JuridicalStatus','forme_juridique_code').' ';
+ print ' '.fieldLabel('JuridicalStatus','forme_juridique_code').' ';
print $formcompany->select_juridicalstatus($object->forme_juridique_code, $object->country_code, '', 'forme_juridique_code');
print ' ';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 06012250051..43f4ddc70c4 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -4322,7 +4322,6 @@ border-top-right-radius: 6px;
.menu_choix1 a {
background: url('') top left no-repeat;
}
-
.menu_choix2 a {
background: url('') top left no-repeat;
}
@@ -4339,12 +4338,34 @@ border-top-right-radius: 6px;
padding-top: 18px;
padding-left: 54px;
font-size: 14px;
- height: 40px;
+ height: 38px;
}
.menu_choix1 a:hover,.menu_choix2 a:hover {
color: #6d3f6d;
}
-
+.menu li.menu_choix1 {
+ padding-top: 6px;
+ padding-right: 10px;
+}
+.menu li.menu_choix2 {
+ padding-top: 6px;
+ padding-right: 10px;
+}
+@media only screen and (max-width: 767px)
+{
+ .menu_choix1 a, .menu_choix2 a {
+ background-size: 30px 30px;
+ height: 30px;
+ padding-left: 40px;
+ }
+ .menu li.menu_choix1, .menu li.menu_choix2 {
+ padding-left: 4px;
+ padding-right: 0;
+ }
+ .liste_articles {
+ margin-right: 0 !important;
+ }
+}
/* ============================================================================== */