| ';
print $langs->trans("KeysToUseForUpdates");
print ' | ';
@@ -1331,15 +1333,15 @@ if ($step == 5 && $datatoimport)
}
print ' '.$langs->trans("Modify").'';
} else {
- if (count($objimport->array_import_updatekeys[0]))
- {
- print $form->multiselectarray('updatekeys', $objimport->array_import_updatekeys[0], $updatekeys, 0, 0, '', 1, '80%');
- }
+ if (count($objimport->array_import_updatekeys[0]))
+ {
+ print $form->multiselectarray('updatekeys', $objimport->array_import_updatekeys[0], $updatekeys, 0, 0, '', 1, '80%');
+ print $form->textwithpicto("", $langs->trans("SelectPrimaryColumnsForUpdateAttempt"));
+ }
else
{
- print ''.$langs->trans("UpdateNotYetSupportedForThisImport").'';
+ print ''.$langs->trans("UpdateNotYetSupportedForThisImport").'';
}
- print $form->textwithpicto("", $langs->trans("SelectPrimaryColumnsForUpdateAttempt"));
}
/*echo '';
print_r($objimport->array_import_updatekeys);
@@ -1427,7 +1429,8 @@ if ($step == 5 && $datatoimport)
if ($action != 'launchsimu')
{
// Show import id
- print $langs->trans("NowClickToTestTheImport",$langs->transnoentitiesnoconv("RunSimulateImportFile")).' ';
+ print ' ';
+ print $langs->trans("NowClickToTestTheImport",$langs->transnoentitiesnoconv("RunSimulateImportFile")).' ';
print ' ';
// Actions
@@ -1943,7 +1946,7 @@ function show_elem($fieldssource,$pos,$key,$var,$nostyle='')
{
print '';
print '| ';
- print img_picto(($pos>0?$langs->trans("MoveField",$pos):''),'uparrow','class="boxhandle" style="cursor:move;"');
+ print img_picto(($pos>0?$langs->trans("MoveField",$pos):''),'grip_title','class="boxhandle" style="cursor:move;"');
print ' | ';
print '';
print $langs->trans("NoFields");
@@ -1966,7 +1969,7 @@ function show_elem($fieldssource,$pos,$key,$var,$nostyle='')
print ' | ';
print '| ';
// The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object
- print img_picto($langs->trans("MoveField",$pos),'uparrow','class="boxhandle" style="cursor:move;"');
+ print img_picto($langs->trans("MoveField",$pos),'grip_title','class="boxhandle" style="cursor:move;"');
print ' | ';
print '';
print $langs->trans("Field").' '.$pos;
diff --git a/htdocs/imports/index.php b/htdocs/imports/index.php
index ed391d65292..cd67a90e4dd 100644
--- a/htdocs/imports/index.php
+++ b/htdocs/imports/index.php
@@ -92,7 +92,7 @@ if (count($import->array_import_code))
{
//if ($user->rights->import->run)
//{
- print ''.$langs->trans("NewImport").'';
+ print ''.$langs->trans("NewImport").'';
//}
//else
//{
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 1287bf6d234..51108766369 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -1440,9 +1440,9 @@ div.statusrefbis {
vertical-align: text-bottom;
}
img.photoref, div.photoref {
- border: 1px solid #CCC;
- -webkit-box-shadow: 2px 2px 4px #ccc;
- box-shadow: 2px 2px 4px #ccc;
+ border: 1px solid #DDD;
+ -webkit-box-shadow: 1px 1px 4px #DDD;
+ box-shadow: 1px 1px 4px #DDD;
padding: 4px;
height: 80px;
width: 80px;
@@ -2402,6 +2402,10 @@ span.butAction, span.butActionDelete {
cursor: pointer;
}
+.butAction {
+ background: rgb(230, 238, 230)
+ /* background: rgb(230, 232, 239); */
+}
.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
text-decoration: none;
text-transform: uppercase;
@@ -2410,14 +2414,14 @@ span.butAction, span.butActionDelete {
margin: 0em em !important;
padding: 0.6em em;
font-family: ;
- border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
display: inline-block;
text-align: center;
cursor: pointer;
/* color: #fff; */
/* background: rgb(); */
- color: #000;
- border: 1px solid #aaa;
+ color: #444;
+ /* border: 1px solid #aaa; */
+ /* border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); */
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
@@ -2432,13 +2436,13 @@ span.butAction, span.butActionDelete {
margin: 0em 0.3em 0 0.3em !important;
padding: 0.2em em 0.3em;
font-family: ;
- border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
display: inline-block;
/* text-align: center; New button are on right of screen */
cursor: pointer;
/*color: #fff !important;
background: rgb();
border: 1px solid rgb();*/
+ border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
@@ -2454,8 +2458,8 @@ a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-ci
}
.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
- /* background: #633; */
- border: 1px solid #633;
+ background: rgb(239, 232, 230);
+ /* border: 1px solid #633; */
color: #633;
}
@@ -2749,7 +2753,7 @@ div.refidpadding {
}
div.refid {
font-weight: bold;
- color: #625;
+ color: rgb();
font-size: 1.2em;
}
div.refidno {
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index a3675177388..fce36df5b2b 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2731,7 +2731,7 @@ div.refidpadding {
}
div.refid {
font-weight: bold;
- color: #766;
+ color: rgb();
font-size: 160%;
}
div.refidno {
| |