Look: Optimize for smartphone
This commit is contained in:
parent
1a1e09a5ed
commit
355168527d
@ -396,7 +396,7 @@ class FormFile
|
|||||||
if (! empty($modellist))
|
if (! empty($modellist))
|
||||||
{
|
{
|
||||||
$out.= '<th align="center" class="formdoc liste_titre">';
|
$out.= '<th align="center" class="formdoc liste_titre">';
|
||||||
$out.= $langs->trans('Model').' ';
|
$out.= '<span class="hideonsmartphone">'.$langs->trans('Model').' </span>';
|
||||||
if (is_array($modellist) && count($modellist) == 1) // If there is only one element
|
if (is_array($modellist) && count($modellist) == 1) // If there is only one element
|
||||||
{
|
{
|
||||||
$arraykeys=array_keys($modellist);
|
$arraykeys=array_keys($modellist);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user