Cosmetic followup - detail and summary
This commit is contained in:
parent
4835d163c5
commit
c8f7f420a3
5 changed files with 9 additions and 7 deletions
|
|
@ -38,11 +38,11 @@ $dossier_id=Dossier::id();
|
|||
*
|
||||
*/
|
||||
?>
|
||||
<div>
|
||||
<div class="p-3">
|
||||
<?php
|
||||
\Noalyss\Dbg::echo_file(__FILE__);
|
||||
?>
|
||||
<div class="row m-0">
|
||||
<div class="row ">
|
||||
|
||||
<div class="col">
|
||||
<table>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ $option_detail= Document_Option::option_operation_detail($document_type);
|
|||
// default menu for invoice
|
||||
$menu=new Default_Menu();
|
||||
?>
|
||||
<div id="follow_up_detail">
|
||||
<div id="follow_up_detail" class="p-3">
|
||||
|
||||
<?php echo h2(_("Détail opération"),'class="h-section"') ?>
|
||||
<?php echo HtmlInput::hidden("nb_item", $article_count); ?>
|
||||
|
|
@ -249,4 +249,5 @@ $menu=new Default_Menu();
|
|||
<?php
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue