Index: openacs-4/packages/acs-admin/www/users/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/one.tcl,v diff -u -r1.16 -r1.16.8.1 --- openacs-4/packages/acs-admin/www/users/one.tcl 23 Dec 2008 08:31:46 -0000 1.16 +++ openacs-4/packages/acs-admin/www/users/one.tcl 9 Sep 2013 16:44:17 -0000 1.16.8.1 @@ -111,12 +111,12 @@ # if {$contact_info ne ""} { # append whole_page "

Contact Info

\n\n$contact_info\n # " # } else { # append whole_page "

Contact Info

\n\n$contact_info\n # " # } @@ -165,7 +165,7 @@ # if { [im_enabled_p] && [ad_user_group_member $db [im_employee_group_id] $user_id] } { # # We are running an intranet enabled acs and this user is a member of the # # employees group. Offer a link to the employee administration page -# set intranet_admin_link "
  • Update this user's employee information

    " +# set intranet_admin_link "

  • Update this user's employee information

    " # } else { # set intranet_admin_link "" # }