Fix: Use same style than other bottom areas.
This commit is contained in:
parent
3177e3b103
commit
218583640e
@ -33,7 +33,7 @@ class FormFile
|
|||||||
{
|
{
|
||||||
var $db;
|
var $db;
|
||||||
var $error;
|
var $error;
|
||||||
|
|
||||||
var $numoffiles;
|
var $numoffiles;
|
||||||
|
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ class FormFile
|
|||||||
function FormFile($DB)
|
function FormFile($DB)
|
||||||
{
|
{
|
||||||
$this->db = $DB;
|
$this->db = $DB;
|
||||||
|
|
||||||
$this->numoffiles=0;
|
$this->numoffiles=0;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
@ -181,9 +181,9 @@ class FormFile
|
|||||||
include_once(DOL_DOCUMENT_ROOT.'/lib/files.lib.php');
|
include_once(DOL_DOCUMENT_ROOT.'/lib/files.lib.php');
|
||||||
|
|
||||||
global $langs,$bc,$conf;
|
global $langs,$bc,$conf;
|
||||||
|
|
||||||
$out='';
|
$out='';
|
||||||
|
|
||||||
$var=true;
|
$var=true;
|
||||||
|
|
||||||
if ($iconPDF == 1)
|
if ($iconPDF == 1)
|
||||||
@ -385,7 +385,8 @@ class FormFile
|
|||||||
$out.= '<input type="hidden" name="action" value="builddoc">';
|
$out.= '<input type="hidden" name="action" value="builddoc">';
|
||||||
$out.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
$out.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||||
|
|
||||||
$out.= load_fiche_titre($langs->trans("Documents"));
|
//$out.= load_fiche_titre($langs->trans("Documents"),'','');
|
||||||
|
$out.= '<div class="titre">'.$langs->trans("Documents").'</div>';
|
||||||
$out.= '<table class="border formdoc" summary="listofdocumentstable" width="100%">';
|
$out.= '<table class="border formdoc" summary="listofdocumentstable" width="100%">';
|
||||||
|
|
||||||
$out.= '<tr '.$bc[$var].'>';
|
$out.= '<tr '.$bc[$var].'>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user