noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 14/21: #1151 Hide or show the detail of a pro


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 14/21: #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 9334ce4add5cf7b830a9e2f89388323430c6b5da
Author: Dany De Bontridder <address@hidden>
Date:   Sat Aug 15 10:20:37 2015 +0200

    #1151 Hide or show the detail of a profile or the list of profile
---
 include/ajax_get_profile.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/ajax_get_profile.php b/include/ajax_get_profile.php
index 448e019..29bfb7b 100644
--- a/include/ajax_get_profile.php
+++ b/include/ajax_get_profile.php
@@ -39,6 +39,9 @@ $a_tab[$call_tab]='tabs_selected';
 ?>
 <hr>
 <h1>Profil <?php echo $profile->p_name?></h1>
+<?php
+    echo HtmlInput::anchor(_('Retour'), "", " onclick = \" 
$('detail_profile').hide();$('list_profile').show(); \" ", 'class="line"');
+?>
 <?php if ($p_id > 0 ) : ?>
 <ul class="tabs">
     



reply via email to

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