2
0
forked from Wavyzz/dolibarr

Fix rtl language ar_SA

This commit is contained in:
Laurent Destailleur
2016-06-20 00:11:59 +02:00
parent 8187dc2006
commit 74f19944b9
4 changed files with 6 additions and 6 deletions

View File

@@ -2996,7 +2996,7 @@ function load_fiche_titre($titre, $mesg='', $picto='title_generic.png', $pictois
$return.= "\n";
$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.= '<div class="titre">'.$titre.'</div>';
$return.= '</td>';

View File

@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - main
DIRECTION=ltr
DIRECTION=rtl
# Note for Chinese:
# msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader)
# stsongstdlight or cid0cs are for simplified Chinese

View File

@@ -817,7 +817,7 @@ div.ficheaddleft tr.liste_titre:first-child td table.nobordernopadding td {
}
#pictotitle {
margin-right: 8px;
margin-<?php echo $right; ?>: 8px;
margin-bottom: 4px;
}
.pictosubstatus {
@@ -2952,7 +2952,7 @@ a.impayee:hover { font-weight: bold; color: #550000; }
.fieldrequired { font-weight: bold; color: #000055; }
.widthpictotitle { width: 40px; }
.widthpictotitle { width: 40px; text-align: <?php echo $left; ?>; }
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
.dolgraphtitlecssboxes { margin: 0px; }

View File

@@ -842,7 +842,7 @@ table.noborder tr.liste_titre td {
}
#pictotitle {
margin-right: 8px;
margin-<?php echo $right; ?>: 8px;
margin-bottom: 4px;
}
.pictosubstatus {
@@ -2804,7 +2804,7 @@ a.impayee:hover { font-weight: bold; color: #550000; }
.fieldrequired { font-weight: bold; color: #000055; }
.widthpictotitle { width: 40px; }
.widthpictotitle { width: 40px; text-align: <?php echo $left; ?>; }
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
.dolgraphtitlecssboxes { margin: 0px; }