From 44252cf19bd4fd56558fd5aa7891599895d364f9 Mon Sep 17 00:00:00 2001 From: Lennard de Rijk Date: Mon, 6 Apr 2009 22:02:16 +0000 Subject: [PATCH] Added name column to all role lists. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed --- app/soc/templates/soc/club_admin/list/heading.html | 3 ++- app/soc/templates/soc/club_admin/list/row.html | 3 ++- app/soc/templates/soc/club_member/list/heading.html | 3 ++- app/soc/templates/soc/club_member/list/row.html | 3 ++- app/soc/templates/soc/host/list/heading.html | 5 ++--- app/soc/templates/soc/{org_admin => host}/list/row.html | 3 ++- app/soc/templates/soc/mentor/list/heading.html | 3 ++- app/soc/templates/soc/mentor/list/row.html | 3 ++- app/soc/templates/soc/org_admin/list/heading.html | 3 ++- app/soc/templates/soc/org_admin/list/row.html | 3 ++- app/soc/templates/soc/student/list/heading.html | 3 ++- app/soc/templates/soc/student/list/row.html | 3 ++- 12 files changed, 24 insertions(+), 14 deletions(-) copy app/soc/templates/soc/{org_admin => host}/list/row.html (69%) diff --git a/app/soc/templates/soc/club_admin/list/heading.html b/app/soc/templates/soc/club_admin/list/heading.html index 1ee89b45..2715e017 100644 --- a/app/soc/templates/soc/club_admin/list/heading.html +++ b/app/soc/templates/soc/club_admin/list/heading.html @@ -1,4 +1,5 @@ - Club ID + Admin Name Admin ID + Club ID diff --git a/app/soc/templates/soc/club_admin/list/row.html b/app/soc/templates/soc/club_admin/list/row.html index bc96aeea..9cabf0bd 100644 --- a/app/soc/templates/soc/club_admin/list/row.html +++ b/app/soc/templates/soc/club_admin/list/row.html @@ -1,8 +1,9 @@
{{ list.item.scope_path }} + href="{{ list.redirect }}">{{ list.item.name }}
+ diff --git a/app/soc/templates/soc/club_member/list/heading.html b/app/soc/templates/soc/club_member/list/heading.html index 0c7db648..385ec2ed 100644 --- a/app/soc/templates/soc/club_member/list/heading.html +++ b/app/soc/templates/soc/club_member/list/heading.html @@ -1,4 +1,5 @@ - Club ID + Member Name Member ID + Club ID diff --git a/app/soc/templates/soc/club_member/list/row.html b/app/soc/templates/soc/club_member/list/row.html index bc96aeea..9cabf0bd 100644 --- a/app/soc/templates/soc/club_member/list/row.html +++ b/app/soc/templates/soc/club_member/list/row.html @@ -1,8 +1,9 @@
{{ list.item.scope_path }} + href="{{ list.redirect }}">{{ list.item.name }}
+ diff --git a/app/soc/templates/soc/host/list/heading.html b/app/soc/templates/soc/host/list/heading.html index d7c43a7e..6ce6b88f 100644 --- a/app/soc/templates/soc/host/list/heading.html +++ b/app/soc/templates/soc/host/list/heading.html @@ -1,6 +1,5 @@ - User link ID + Name + Administrator ID Program Owner - Given name - Surname diff --git a/app/soc/templates/soc/org_admin/list/row.html b/app/soc/templates/soc/host/list/row.html similarity index 69% copy from app/soc/templates/soc/org_admin/list/row.html copy to app/soc/templates/soc/host/list/row.html index bc96aeea..9cabf0bd 100644 --- a/app/soc/templates/soc/org_admin/list/row.html +++ b/app/soc/templates/soc/host/list/row.html @@ -1,8 +1,9 @@
{{ list.item.scope_path }} + href="{{ list.redirect }}">{{ list.item.name }}
+ diff --git a/app/soc/templates/soc/mentor/list/heading.html b/app/soc/templates/soc/mentor/list/heading.html index 1d634355..50a3731c 100644 --- a/app/soc/templates/soc/mentor/list/heading.html +++ b/app/soc/templates/soc/mentor/list/heading.html @@ -1,4 +1,5 @@ - Organization ID + Mentor Name Mentor ID + Organization ID diff --git a/app/soc/templates/soc/mentor/list/row.html b/app/soc/templates/soc/mentor/list/row.html index bc96aeea..9cabf0bd 100644 --- a/app/soc/templates/soc/mentor/list/row.html +++ b/app/soc/templates/soc/mentor/list/row.html @@ -1,8 +1,9 @@
{{ list.item.scope_path }} + href="{{ list.redirect }}">{{ list.item.name }}
+ diff --git a/app/soc/templates/soc/org_admin/list/heading.html b/app/soc/templates/soc/org_admin/list/heading.html index bd5ea016..7030f4e4 100644 --- a/app/soc/templates/soc/org_admin/list/heading.html +++ b/app/soc/templates/soc/org_admin/list/heading.html @@ -1,4 +1,5 @@ - Organization ID + Admin Name Admin ID + Organization ID diff --git a/app/soc/templates/soc/org_admin/list/row.html b/app/soc/templates/soc/org_admin/list/row.html index bc96aeea..9cabf0bd 100644 --- a/app/soc/templates/soc/org_admin/list/row.html +++ b/app/soc/templates/soc/org_admin/list/row.html @@ -1,8 +1,9 @@
{{ list.item.scope_path }} + href="{{ list.redirect }}">{{ list.item.name }}
+ diff --git a/app/soc/templates/soc/student/list/heading.html b/app/soc/templates/soc/student/list/heading.html index fd49bc42..772d2205 100644 --- a/app/soc/templates/soc/student/list/heading.html +++ b/app/soc/templates/soc/student/list/heading.html @@ -1,4 +1,5 @@ - Program ID + Student Name Student ID + Program ID diff --git a/app/soc/templates/soc/student/list/row.html b/app/soc/templates/soc/student/list/row.html index bc96aeea..9cabf0bd 100644 --- a/app/soc/templates/soc/student/list/row.html +++ b/app/soc/templates/soc/student/list/row.html @@ -1,8 +1,9 @@
{{ list.item.scope_path }} + href="{{ list.redirect }}">{{ list.item.name }}
+ -- 2.11.4.GIT