Index: openacs-4/packages/contacts/lib/contact-attributes-portlet.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-attributes-portlet.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/contacts/lib/contact-attributes-portlet.adp	12 Oct 2005 22:39:08 -0000	1.1
+++ openacs-4/packages/contacts/lib/contact-attributes-portlet.adp	20 Oct 2005 15:47:42 -0000	1.2
@@ -1,5 +1,5 @@
 <master src="@portlet_layout@">
-<property name="portlet_title">Attributes</property>
+<property name="portlet_title"><a href="@attributes_url@">Attributes</a></property>
 
 
 <table width="100%">
Index: openacs-4/packages/contacts/lib/contact-attributes-portlet.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-attributes-portlet.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/contacts/lib/contact-attributes-portlet.tcl	12 Oct 2005 22:39:08 -0000	1.1
+++ openacs-4/packages/contacts/lib/contact-attributes-portlet.tcl	20 Oct 2005 15:47:42 -0000	1.2
@@ -1,3 +1,4 @@
 set portlet_layout [parameter::get -parameter "DefaultPortletLayout"]
+set attributes_url "[site_node::get_package_url -package_key "contacts"]${party_id}/edit"
 
 
Index: openacs-4/packages/contacts/lib/contact-relationships-portlet.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-relationships-portlet.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/contacts/lib/contact-relationships-portlet.adp	12 Oct 2005 22:39:08 -0000	1.1
+++ openacs-4/packages/contacts/lib/contact-relationships-portlet.adp	20 Oct 2005 15:47:42 -0000	1.2
@@ -1,5 +1,5 @@
 <master src="@portlet_layout@">
-<property name="portlet_title">Relationships</property>
+<property name="portlet_title"><a href="@relations_url@">Relationships</a></property>
 
 
 <table width="100%">
Index: openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl	16 Oct 2005 12:45:38 -0000	1.2
+++ openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl	20 Oct 2005 15:47:42 -0000	1.3
@@ -1,2 +1,3 @@
 set portlet_layout [parameter::get -parameter "DefaultPortletLayout"]
 
+set relations_url "[site_node::get_package_url -package_key "contacts"]${party_id}/relationships"
Index: openacs-4/packages/contacts/lib/groups-portlet.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/groups-portlet.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/contacts/lib/groups-portlet.adp	20 Oct 2005 14:04:19 -0000	1.2
+++ openacs-4/packages/contacts/lib/groups-portlet.adp	20 Oct 2005 15:47:42 -0000	1.3
@@ -1,5 +1,5 @@
 <master src="@portlet_layout@">
-<property name="portlet_title">#contacts.Groups#</property>
+<property name="portlet_title"><a href="@groups_url@">#contacts.Groups#</a></property>
 
 
 <table width="100%">
Index: openacs-4/packages/contacts/lib/groups-portlet.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/groups-portlet.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/contacts/lib/groups-portlet.tcl	20 Oct 2005 14:04:19 -0000	1.2
+++ openacs-4/packages/contacts/lib/groups-portlet.tcl	20 Oct 2005 15:47:42 -0000	1.3
@@ -4,4 +4,6 @@
     }
 }
 
-set portlet_layout [parameter::get -parameter "DefaultPortletLayout"]
\ No newline at end of file
+set portlet_layout [parameter::get -parameter "DefaultPortletLayout"]
+
+set groups_url "[site_node::get_package_url -package_key "contacts"]${party_id}/groups"
\ No newline at end of file