parent
dedf27da03
commit
4180e1cc0c
6 changed files with 7 additions and 7 deletions
|
|
@ -88,7 +88,7 @@ $str_anc="";
|
|||
</table>
|
||||
</td>
|
||||
<td style="width:50%;height:100%;vertical-align:top;text-align: center">
|
||||
<table style="width:99%;height:100%;vertical-align:top;">
|
||||
<table style="width:99%;height:8rem;vertical-align:top;">
|
||||
<tr style="height: 5%">
|
||||
<td style="text-align:center;vertical-align: top">
|
||||
Note
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ require_once('template/ledger_detail_file.php');
|
|||
?>
|
||||
|
||||
|
||||
<div id="analytic_div<?php echo $div;?>" style="display:<?php echo $a_tab['analytic_div']['display']?>">
|
||||
<div id="analytic_div<?php echo $div;?>" style="overflow:auto;display:<?php echo $a_tab['analytic_div']['display']?>">
|
||||
<?php
|
||||
if ($div == 'popup') :
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ echo td(_('Pièce')).td($itext->input());
|
|||
</table>
|
||||
</td>
|
||||
<td style="width:50%;height:100%;vertical-align:top;text-align: center">
|
||||
<table style="width:99%;height:100%;vertical-align:top;">
|
||||
<table style="width:99%;height:8rem;vertical-align:top;">
|
||||
<tr style="height: 5%">
|
||||
<td style="text-align:center;vertical-align: top">
|
||||
Note
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ require_once ('class_anc_plan.php');
|
|||
</table>
|
||||
</td>
|
||||
<td style="width:50%;height:100%;vertical-align:top;text-align: center">
|
||||
<table style="width:99%;height:100%;vertical-align:top;">
|
||||
<table style="width:99%;height:8rem;vertical-align:top;">
|
||||
<tr style="height: 5%">
|
||||
<td style="text-align:center;vertical-align: top">
|
||||
Note
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ echo $ipaid->input();
|
|||
</table>
|
||||
</td>
|
||||
<td style="width:50%;height:100%;vertical-align:top;text-align: center">
|
||||
<table style="width:99%;height:100%;vertical-align:top;">
|
||||
<table style="width:99%;height:8rem;vertical-align:top;">
|
||||
<tr style="height: 5%">
|
||||
<td style="text-align:center;vertical-align: top">
|
||||
Note
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
//This file is part of NOALYSS and is under GPL
|
||||
//see licence.txt
|
||||
?><?php echo HtmlInput::anchor_close('mod_doc');?>
|
||||
<h2 class="info">"<?php echo _("Modèle de document")?></h2>
|
||||
?>
|
||||
<?php echo HtmlInput::title_box("Modèle de document","mod_doc",'hide')?>
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
<table>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue