From fb58ab2dc0e04375a5e43e15e8c8dedf5c4fce8b Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Tue, 9 Apr 2002 20:35:05 +0000 Subject: [PATCH] encadre "AJOUTER UN DOC" encore un peu plus discret. --- ecrire/inc_documents.php3 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ecrire/inc_documents.php3 b/ecrire/inc_documents.php3 index fc9dcba5bf..3daefdf544 100644 --- a/ecrire/inc_documents.php3 +++ b/ecrire/inc_documents.php3 @@ -427,9 +427,9 @@ function afficher_documents_non_inclus($id_article) { echo "<b><font size=1>AJOUTER UN DOCUMENT</font></b>"; echo "</div>\n"; + echo debut_block_invisible("ajouter_document"); echo "<p><table width='100%' cellpadding=0 cellspacing=0 border=0>"; echo "<tr>"; - echo debut_block_invisible("ajouter_document"); echo "<td width='200' valign='top'>"; echo "<font face='verdana,arial,helvetica,sans-serif' size=2>"; @@ -458,7 +458,6 @@ function afficher_documents_non_inclus($id_article) { } echo "</font>"; echo "</td><td width=20> </td>"; - echo fin_block(); echo "<td valign='top'><font face='verdana,arial,helvetica,sans-serif' size=2>"; $link = $image_link; $link->addVar('redirect', $redirect_url); @@ -468,12 +467,10 @@ function afficher_documents_non_inclus($id_article) { afficher_upload($link, 'Télécharger depuis votre ordinateur :', '', true, true); - - - echo "</font>\n"; echo "</td></tr></table>"; - + + echo fin_block(); echo "</div>"; } -- GitLab