Fix into div/br

This commit is contained in:
Laurent Destailleur 2013-04-16 01:23:33 +02:00
parent 10ab1a583a
commit d3f29649d5
5 changed files with 8 additions and 9 deletions

View File

@ -2119,8 +2119,8 @@ else
}
print '</div>';
print "<br>\n";
}
print "<br>\n";
if ($action != 'presend')
{

View File

@ -2307,7 +2307,7 @@ else
/*
* Boutons actions
*/
*/
if ($action != 'presend')
{
if ($user->societe_id == 0 && $action <> 'editline')
@ -2435,8 +2435,8 @@ else
print '</div>';
}
print '<br>';
}
print '<br>';
if ($action != 'presend')

View File

@ -3440,7 +3440,7 @@ else if ($id > 0 || ! empty($ref))
print '</div>';
}
}
print '<br>';
if ($action != 'prerelance' && $action != 'presend')
{
@ -3457,7 +3457,6 @@ else if ($id > 0 || ! empty($ref))
$genallowed=$user->rights->facture->creer;
$delallowed=$user->rights->facture->supprimer;
print '<br>';
print $formfile->showdocuments('facture',$filename,$filedir,$urlsource,$genallowed,$delallowed,$object->modelpdf,1,0,0,28,0,'','','',$soc->default_lang);
$somethingshown=$formfile->numoffiles;
@ -3476,8 +3475,6 @@ else if ($id > 0 || ! empty($ref))
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
//print '</td><td valign="top" width="50%">';
print '<br>';
// List of actions on element
include_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
$formactions=new FormActions($db);

View File

@ -1762,6 +1762,8 @@ elseif (! empty($object->id))
print "</div>";
}
print "<br>";
print '<div class="fichecenter"><div class="fichehalfleft">';
//print '<table width="100%"><tr><td width="50%" valign="top">';

View File

@ -2054,10 +2054,11 @@ else
print '<a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delete">'.$langs->trans('Delete').'</a>';
}
print '</div>';
print '<br>';
if ($action != 'edit')
{
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
print '<div class="fichecenter"><div class="fichehalfleft">';
//print '<table width="100%"><tr><td width="50%" valign="top">';
//print '<a name="builddoc"></a>'; // ancre
@ -2073,7 +2074,6 @@ else
$delallowed=$user->rights->fournisseur->facture->supprimer;
$modelpdf=(! empty($object->modelpdf)?$object->modelpdf:(empty($conf->global->INVOICE_SUPPLIER_ADDON_PDF)?'':$conf->global->INVOICE_SUPPLIER_ADDON_PDF));
print '<br>';
print $formfile->showdocuments('facture_fournisseur',$subdir,$filedir,$urlsource,$genallowed,$delallowed,$modelpdf,1,0,0,0,0,'','','',$societe->default_lang);
$somethingshown=$formfile->numoffiles;