forked from Wavyzz/dolibarr
Fix rtl language ar_SA
This commit is contained in:
@@ -2996,7 +2996,7 @@ function load_fiche_titre($titre, $mesg='', $picto='title_generic.png', $pictois
|
|||||||
|
|
||||||
$return.= "\n";
|
$return.= "\n";
|
||||||
$return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 2px;"><tr>';
|
$return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 2px;"><tr>';
|
||||||
if ($picto) $return.= '<td class="nobordernopadding" class="widthpictotitle" align="left" valign="middle">'.img_picto('',$picto, 'id="pictotitle"', $pictoisfullpath).'</td>';
|
if ($picto) $return.= '<td class="nobordernopadding widthpictotitle" valign="middle">'.img_picto('',$picto, 'id="pictotitle"', $pictoisfullpath).'</td>';
|
||||||
$return.= '<td class="nobordernopadding" valign="middle">';
|
$return.= '<td class="nobordernopadding" valign="middle">';
|
||||||
$return.= '<div class="titre">'.$titre.'</div>';
|
$return.= '<div class="titre">'.$titre.'</div>';
|
||||||
$return.= '</td>';
|
$return.= '</td>';
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Dolibarr language file - Source file is en_US - main
|
# Dolibarr language file - Source file is en_US - main
|
||||||
DIRECTION=ltr
|
DIRECTION=rtl
|
||||||
# Note for Chinese:
|
# Note for Chinese:
|
||||||
# msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader)
|
# msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader)
|
||||||
# stsongstdlight or cid0cs are for simplified Chinese
|
# stsongstdlight or cid0cs are for simplified Chinese
|
||||||
|
|||||||
@@ -817,7 +817,7 @@ div.ficheaddleft tr.liste_titre:first-child td table.nobordernopadding td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pictotitle {
|
#pictotitle {
|
||||||
margin-right: 8px;
|
margin-<?php echo $right; ?>: 8px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
.pictosubstatus {
|
.pictosubstatus {
|
||||||
@@ -2952,7 +2952,7 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
|||||||
|
|
||||||
.fieldrequired { font-weight: bold; color: #000055; }
|
.fieldrequired { font-weight: bold; color: #000055; }
|
||||||
|
|
||||||
.widthpictotitle { width: 40px; }
|
.widthpictotitle { width: 40px; text-align: <?php echo $left; ?>; }
|
||||||
|
|
||||||
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
|
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
|
||||||
.dolgraphtitlecssboxes { margin: 0px; }
|
.dolgraphtitlecssboxes { margin: 0px; }
|
||||||
|
|||||||
@@ -842,7 +842,7 @@ table.noborder tr.liste_titre td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pictotitle {
|
#pictotitle {
|
||||||
margin-right: 8px;
|
margin-<?php echo $right; ?>: 8px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
.pictosubstatus {
|
.pictosubstatus {
|
||||||
@@ -2804,7 +2804,7 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
|||||||
|
|
||||||
.fieldrequired { font-weight: bold; color: #000055; }
|
.fieldrequired { font-weight: bold; color: #000055; }
|
||||||
|
|
||||||
.widthpictotitle { width: 40px; }
|
.widthpictotitle { width: 40px; text-align: <?php echo $left; ?>; }
|
||||||
|
|
||||||
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
|
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
|
||||||
.dolgraphtitlecssboxes { margin: 0px; }
|
.dolgraphtitlecssboxes { margin: 0px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user