phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r399 - in trunk/coprop: . include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r399 - in trunk/coprop: . include/template
Date: Mon, 27 Aug 2012 14:05:36 +0200 (CEST)

Author: danydb
Date: 2012-08-27 14:05:36 +0200 (Mon, 27 Aug 2012)
New Revision: 399

Modified:
   trunk/coprop/coprop-javascript.js
   trunk/coprop/include/template/key_detail.php
Log:
Clef de r?\195?\169partition  : cache la liste si d?\195?\169tail 
demand?\195?\169 et depuis d?\195?\169tail, la remontre

Modified: trunk/coprop/coprop-javascript.js
===================================================================
--- trunk/coprop/coprop-javascript.js   2012-08-27 12:00:54 UTC (rev 398)
+++ trunk/coprop/coprop-javascript.js   2012-08-27 12:05:36 UTC (rev 399)
@@ -109,6 +109,7 @@
  */
 function add_key(dossier,plugin_code,ac)
 {
+    $('key_list').hide();
        waiting_box();
        try
        {
@@ -144,6 +145,7 @@
  */
 function mod_key(dossier,plugin_code,ac,key_id)
 {
+    $('key_list').hide();
        waiting_box();
        try
        {

Modified: trunk/coprop/include/template/key_detail.php
===================================================================
--- trunk/coprop/include/template/key_detail.php        2012-08-27 12:00:54 UTC 
(rev 398)
+++ trunk/coprop/include/template/key_detail.php        2012-08-27 12:05:36 UTC 
(rev 399)
@@ -29,6 +29,8 @@
 ?>
 <div class="content" style="margin-left: 20px">
 <h1><?=$str_message?></h1>
+<?=HtmlInput::button('rlist','Retour list',' 
onclick="$(\'key_list\').show()"')?>
+
 <h2> Caractéristique</h2>
 <table>
        <tr>



---
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]