This commit is contained in:
Laurent Destailleur 2022-09-25 21:23:57 +02:00
parent acaf066d1d
commit f188d5addb
3 changed files with 7 additions and 1 deletions

View File

@ -342,7 +342,7 @@ $rellink .= '&file='.urlencode($filepath);
$fulllink = $urlwithroot.$rellink;
print img_picto('', 'globe').' ';
if ($action != 'edit') {
print '<input type="text" class="quatrevingtpercent" id="downloadinternallink" name="downloadinternellink" value="'.dol_escape_htmltag($fulllink).'">';
print '<input type="text" class="maxquatrevingtpercent widthcentpercentminusxx" id="downloadinternallink" name="downloadinternellink" value="'.dol_escape_htmltag($fulllink).'">';
} else {
print $fulllink;
}

View File

@ -714,6 +714,9 @@ th .button {
.quatrevingtpercent, .inputsearch {
width: 80%;
}
.maxquatrevingtpercent {
max-width: 80%;
}
.soixantepercent {
width: 60%;
}

View File

@ -872,6 +872,9 @@ th .button {
.quatrevingtpercent, .inputsearch {
width: 80%;
}
.maxquatrevingtpercent {
max-width: 80%;
}
.soixantepercent {
width: 60%;
}