Index: openacs-4/packages/notifications/www/subscribers.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/subscribers.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/notifications/www/subscribers.tcl 16 Jan 2019 19:14:25 -0000 1.8 +++ openacs-4/packages/notifications/www/subscribers.tcl 16 Jan 2019 19:15:33 -0000 1.9 @@ -36,28 +36,27 @@ db_multirow -extend {subscriber_url subscriber_name } notifications select_notifications {} { set subscriber_name [person::name -person_id $user_id] if { [string is true $package_admin_p] } { - set subscriber_url [export_vars -base "manage" -url {user_id}] + set subscriber_url [export_vars -base "manage" -url {user_id}] } else { - set subscriber_url [acs_community_member_url -user_id $user_id] + set subscriber_url [acs_community_member_url -user_id $user_id] } } template::list::create \ -name notifications \ -no_data [_ notifications.lt_You_have_no_notificat] \ -elements { - subscriber_name { - label {[_ notifications.Subscriber] } - link_url_eval $subscriber_url - } - type { - label {[_ notifications.Notification_type]} - } + subscriber_name { + label {[_ notifications.Subscriber] } + link_url_eval $subscriber_url + } + type { + label {[_ notifications.Notification_type]} + } interval { label {[_ notifications.Frequency]} } } - # Local variables: # mode: tcl