X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Finstitution.html;h=04948553a1a62e96c9cb4101e6b4cbb791cffd8b;hb=c457730e8d49ee507846edeb8a474374f0122f25;hp=6b7d676037e633c0a12c37acd627280cfc5ed848;hpb=3f7d83ab9cb4693c22c42c1aaae6be33958f4372;p=unfold.git diff --git a/portal/templates/institution.html b/portal/templates/institution.html index 6b7d6760..04948553 100644 --- a/portal/templates/institution.html +++ b/portal/templates/institution.html @@ -9,7 +9,7 @@
@@ -28,6 +28,9 @@
+
+

{{user_details.parent_authority}}

+
@@ -50,8 +53,8 @@
{%if pi %}
- - + +
{% endif %} @@ -166,7 +169,7 @@ $(document).ready(function() { $.each( data, function( key, val ) { list_users.push( "
  • " + val.user_email + "
  • " ); user_row = ""; - user_row += ""; + user_row += ""; user_row += ""+val.user_email+""; user_row += ""+val.user_hrn+""; /* @@ -193,6 +196,9 @@ $(document).ready(function() { e.preventDefault(); $(this).tab('show'); var id = $(this).attr('href').substr(1); + if ((id == 'requests')){ + $("#" + id).load('/management/' + id); + } /* if ((id == 'requests') || (id == 'about')) $("#" + id).load('/management/' + id);