Author: danydb
Date: 2013-08-26 22:29:46 +0200 (Mon, 26 Aug 2013)
New Revision: 5352

Modified:
   phpcompta/trunk/include/template/module.php
Log:
remove Dossier

Modified: phpcompta/trunk/include/template/module.php
===================================================================
--- phpcompta/trunk/include/template/module.php 2013-08-26 20:20:07 UTC (rev 
5351)
+++ phpcompta/trunk/include/template/module.php 2013-08-26 20:29:46 UTC (rev 
5352)
@@ -38,13 +38,13 @@
                        new 
Ajax.Autocompleter("ac","ac_choices","direct.php?gDossier=<?php echo 
$gDossier?>",
                             {paramName:"acs",minChars:1,indicator:null,
                             callback:null,
-                             afterUpdateElement:null});} catch 
(e){alert(e.message);};
+                             afterUpdateElement:null});} catch 
(e){$('info_div').innerHTML=e.message;};
                </script>
        </div>
 <?php 
 endif;?>
        <div id="dossier">
-       <H2 class="dossier"> Dossier : <?php echo h(dossier::name())?></h2>
+       <H2 class="dossier"><?php echo h(dossier::name())?></h2>
        </div>
     </div>
 



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to