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
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev