Index: openacs-4/packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl 27 Jun 2015 16:03:12 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl 7 Aug 2017 23:47:58 -0000 1.6 @@ -10,7 +10,7 @@ } { group_rel_type_id:naturalnum,notnull - { return_url "" } + { return_url:localurl "" } } -properties { context:onevalue rel_pretty_name:onevalue @@ -34,3 +34,9 @@ set context [list [list "[ad_conn package_url]admin/group-types/" "Group types"] [list [export_vars -base one {group_type}] "One type"] "Remove relation type"] ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: