noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 15/21: Task #1151 - Amélioration configurati


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/21: Task #1151 - Amélioration configuration des menus #1151 Hide or show the detail of a profile or the list of profile
Date: Wed, 19 Aug 2015 22:59:31 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 46d95462c4d6e7f73e2ab9ababad4d0a466b99eb
Author: Dany De Bontridder <address@hidden>
Date:   Sat Aug 15 10:25:36 2015 +0200

    Task #1151 - Amélioration configuration des menus
    #1151 Hide or show the detail of a profile or the list of profile
---
 include/profile.inc.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/include/profile.inc.php b/include/profile.inc.php
index f641505..4c2b4e4 100644
--- a/include/profile.inc.php
+++ b/include/profile.inc.php
@@ -355,10 +355,20 @@ echo '<div id="detail_profile" class="content">';
 if (isset($_POST['p_id']))
 {
        require_once NOALYSS_INCLUDE.'/ajax_get_profile.php';
+        ?>
+<script>
+        $('list_profile').hide()
+</script>
+<?php
 }
 echo '</div>';
 if ( isset($_POST['delete_profil'] ))
 {
        echo create_script(" $('detail_profile').hide()");
+?>
+<script>
+        $('list_profile').show()
+</script>
+<?php
 }
 ?>



reply via email to

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