mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
f2760cded6
|
|
@ -2215,4 +2215,5 @@ MissingTranslationForConfKey = Missing translation for %s
|
|||
NativeModules=Native modules
|
||||
NoDeployedModulesFoundWithThisSearchCriteria=No modules found for these search criteria
|
||||
API_DISABLE_COMPRESSION=Disable compression of API responses
|
||||
EachTerminalHasItsOwnCounter=Each terminal use its own counter.
|
||||
EachTerminalHasItsOwnCounter=Each terminal use its own counter.
|
||||
FillAndSaveAccountIdAndSecret=Fill and save account ID and secret first
|
||||
|
|
@ -4529,7 +4529,7 @@ div.boximport {
|
|||
|
||||
.fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor) !important; }
|
||||
|
||||
td.widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
|
||||
td.widthpictotitle, .table-fiche-title .widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
|
||||
span.widthpictotitle { font-size: 1.7em; }
|
||||
table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
|
||||
|
||||
|
|
|
|||
|
|
@ -4464,7 +4464,7 @@ div.boximport {
|
|||
|
||||
.fieldrequired { font-weight: bold; color: #000055; }
|
||||
|
||||
.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
|
||||
td.widthpictotitle, .table-fiche-title .widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
|
||||
table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
|
||||
|
||||
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user