CSS
This commit is contained in:
parent
2891758c23
commit
5a18588bb7
@ -1202,8 +1202,6 @@ class FormFile
|
|||||||
}
|
}
|
||||||
// Preview link
|
// Preview link
|
||||||
if (! $editline) print $this->showPreview($file, $modulepart, $filepath);
|
if (! $editline) print $this->showPreview($file, $modulepart, $filepath);
|
||||||
// Public share link
|
|
||||||
//if (! $editline && ! empty($filearray[$key]['hashp'])) print pictowithlinktodirectdownload;
|
|
||||||
|
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
|
||||||
@ -1280,7 +1278,7 @@ class FormFile
|
|||||||
$fulllink=$urlwithroot.'/document.php'.($paramlink?'?'.$paramlink:'');
|
$fulllink=$urlwithroot.'/document.php'.($paramlink?'?'.$paramlink:'');
|
||||||
|
|
||||||
print img_picto($langs->trans("FileSharedViaALink"), 'object_globe.png').' ';
|
print img_picto($langs->trans("FileSharedViaALink"), 'object_globe.png').' ';
|
||||||
print '<input type="text" class="quatrevingtpercent" id="downloadlink" name="downloadexternallink" value="'.dol_escape_htmltag($fulllink).'">';
|
print '<input type="text" class="quatrevingtpercent minwidth200imp" id="downloadlink" name="downloadexternallink" value="'.dol_escape_htmltag($fulllink).'">';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user