Fixing style errors.
This commit is contained in:
parent
eb4a260fca
commit
57ca1e9e3c
@ -1714,12 +1714,11 @@ if ($action == 'create') {
|
|||||||
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
|
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
|
||||||
|
|
||||||
//Show direct download link
|
//Show direct download link
|
||||||
if ($object->statut != Fichinter::STATUS_DRAFT && !empty($conf->global->FICHINTER_ALLOW_EXTERNAL_DOWNLOAD))
|
if ($object->statut != Fichinter::STATUS_DRAFT && !empty($conf->global->FICHINTER_ALLOW_EXTERNAL_DOWNLOAD)) {
|
||||||
{
|
|
||||||
print '<br><!-- Link to download main doc -->'."\n";
|
print '<br><!-- Link to download main doc -->'."\n";
|
||||||
print showDirectDownloadLink($object).'<br>';
|
print showDirectDownloadLink($object).'<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</div><div class="fichehalfright">';
|
print '</div><div class="fichehalfright">';
|
||||||
|
|
||||||
// List of actions on element
|
// List of actions on element
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user