Problem of traduction
This commit is contained in:
parent
2a61b360e9
commit
b7babb8a48
@ -838,9 +838,8 @@ class FormFile
|
|||||||
if (preg_match('/text/',$mime)) $tmpout.= ' target="_blank"';
|
if (preg_match('/text/',$mime)) $tmpout.= ' target="_blank"';
|
||||||
$tmpout.= '>';
|
$tmpout.= '>';
|
||||||
$tmpout.=img_mime($relativepath, $file["name"]).' ';
|
$tmpout.=img_mime($relativepath, $file["name"]).' ';
|
||||||
$tmpout.= $langs->trans("Download ".$ext);
|
$tmpout.= $langs->trans("Download").' '.$ext;
|
||||||
$tmpout.= '</a></li>'."\n";
|
$tmpout.= '</a></li>'."\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
$out.=$tmpout;
|
$out.=$tmpout;
|
||||||
$out.='</ul></div></dd>
|
$out.='</ul></div></dd>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user