Fix phpcs
This commit is contained in:
parent
c4ef21a8f2
commit
438e884c01
@ -1325,7 +1325,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
|
|||||||
{
|
{
|
||||||
$left = ($langs->trans("DIRECTION") == 'rtl' ? 'right' : 'left');
|
$left = ($langs->trans("DIRECTION") == 'rtl' ? 'right' : 'left');
|
||||||
$right = ($langs->trans("DIRECTION") == 'rtl' ? 'left' : 'right');
|
$right = ($langs->trans("DIRECTION") == 'rtl' ? 'left' : 'right');
|
||||||
|
|
||||||
$tabsname = str_replace("@", "", $picto);
|
$tabsname = str_replace("@", "", $picto);
|
||||||
$out .= '<div id="moretabs'.$tabsname.'" class="inline-block tabsElem">';
|
$out .= '<div id="moretabs'.$tabsname.'" class="inline-block tabsElem">';
|
||||||
$out .= '<a href="#" class="tab moretab inline-block tabunactive reposition">'.$langs->trans("More").'... ('.$nbintab.')</a>';
|
$out .= '<a href="#" class="tab moretab inline-block tabunactive reposition">'.$langs->trans("More").'... ('.$nbintab.')</a>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user