Fix language key and css
This commit is contained in:
parent
9651b5a7c9
commit
a9973ad60e
@ -211,7 +211,7 @@ if ($conf->societe->enabled)
|
||||
{
|
||||
$nbno = $nbtotal = 0;
|
||||
|
||||
print load_fiche_titre($langs->trans("BarcodeInitForThirdparties"), '', 'title_companies');
|
||||
print load_fiche_titre($langs->trans("BarcodeInitForThirdparties"), '', 'company');
|
||||
|
||||
print '<br>'."\n";
|
||||
$sql = "SELECT count(rowid) as nb FROM ".MAIN_DB_PREFIX."societe where barcode IS NULL or barcode = ''";
|
||||
|
||||
@ -452,7 +452,7 @@ SetAsDefault=Set as default
|
||||
ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
|
||||
ExternalModule=External module
|
||||
InstalledInto=Installed into directory %s
|
||||
BarcodeInitForthird-parties=Mass barcode init for third-parties
|
||||
BarcodeInitForThirdparties=Mass barcode init for third-parties
|
||||
BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
|
||||
CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
|
||||
InitEmptyBarCode=Init value for next %s empty records
|
||||
|
||||
@ -3995,8 +3995,10 @@ div.titre {
|
||||
.tertiary {
|
||||
color: var(--colortexttitlenotab2);
|
||||
}
|
||||
table.table-fiche-title:first-of-type div {
|
||||
color: var(--colortexttitlenotab);
|
||||
div.fiche > table.table-fiche-title:first-of-type div {
|
||||
/* color: var(--colortexttitlenotab); */
|
||||
color: #606060;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
table.table-fiche-title .col-title div.titre{
|
||||
|
||||
@ -67,8 +67,8 @@ $colorbacklinepairhover = '230,237,244'; // line hover
|
||||
$colorbacklinepairchecked = '230,237,244'; // line checked
|
||||
$colorbacklinebreak = '248,247,244'; // line break
|
||||
$colorbackbody = '255,255,255';
|
||||
$colortexttitlenotab = '0,123,140'; // 150,90,121 140,80,10 or 10,140,80 #875a7b green=0,113,120, violet: 0,50,120
|
||||
$colortexttitlenotab2 = '100,0,100'; // 150,90,121 140,80,10 or 10,140,80 #875a7b green=0,113,120, violet: 0,50,120
|
||||
$colortexttitlenotab = '0,123,140'; // 150,90,121 140,80,10 or 10,140,80 #875a7b green=0,123,140, violet: 0,50,120
|
||||
$colortexttitlenotab2 = '100,0,100'; // 150,90,121 140,80,10 or 10,140,80 #875a7b green=0,123,140, violet: 0,50,120
|
||||
$colortexttitle = '0,0,0';
|
||||
$colortexttitlelink = '10, 20, 100';
|
||||
$colortext = '0,0,0';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user