phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5352 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5352 - phpcompta/trunk/include/template
Date: Mon, 26 Aug 2013 22:29:47 +0200 (CEST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]