Correction typo

This commit is contained in:
Michael RICOIS 2009-10-02 09:34:20 +00:00
parent 1bb32a3dba
commit f20e6af9db
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ $children[] = array('data' => 'Liasse fiscale',
'href' => 'menu_href_liasse'); 'href' => 'menu_href_liasse');
$children[] = array('data' => 'Bourse & Cotations', $children[] = array('data' => 'Bourse & Cotations',
'href' => 'menu_href_bourse'); 'href' => 'menu_href_bourse');
$children[] = array('data' => 'Relation banquaire', $children[] = array('data' => 'Relation bancaire',
'href' => 'menu_href_banque'); 'href' => 'menu_href_banque');
$menu[] = array( 'data'=>'ELEMENTS FINANCIERS', 'children'=>$children); $menu[] = array( 'data'=>'ELEMENTS FINANCIERS', 'children'=>$children);

View File

@ -40,7 +40,7 @@ if( cache_exist() && !( preg_match('/saisie/i', $_SESSION['tabInfo']['droits'])
.ralation p.info { } .ralation p.info { }
</style> </style>
<div id="center"> <div id="center">
<h1 class="titre">RELATION BANQUAIRE</h1> <h1 class="titre">RELATION BANCAIRE</h1>
<table> <table>
<tr> <tr>
@ -55,7 +55,7 @@ if( cache_exist() && !( preg_match('/saisie/i', $_SESSION['tabInfo']['droits'])
</tr> </tr>
</table> </table>
<h2>Liste des relations banquaire</h2> <h2>Liste des relations bancaire</h2>
<?php <?php
if( count($rbanque)==0 && isset($soaperror) ) if( count($rbanque)==0 && isset($soaperror) )
{ {