The calc is now in a small div, available everywhere

This commit is contained in:
Dany De Bontridder 2010-08-02 19:14:01 +00:00
parent 1077cb95ac
commit 1bb5bd3fd9
16 changed files with 45 additions and 79 deletions

View file

@ -431,6 +431,8 @@ function menu_tool($p_from) {
$r.= '<div class="u_tool">';
$r.= '<div class="name">';
$r.= "<H2 class=\"dossier\"> Dossier : ".h(dossier::name())."</h2> ";
$r.=IButton::show_calc();
$r.= '</div>';
$r.= '<div class="acces_direct">';
if ( $p_from == 'compta') $view='E';
@ -451,7 +453,9 @@ function menu_tool($p_from) {
) ;
$gDossier=dossier::id();
$r.= '<table>';
$r.= '<table>';
$r.='<tr>';
foreach($amodule as $col ) {
$url=$col['value'].'?'.dossier::get();
if ( $p_from==$col['value']) {
@ -477,6 +481,7 @@ function menu_tool($p_from) {
$r.= '</table>';
$r.= '</div>';
$r.= '</div>';
$r.= '</div>';
return $r;