Index: openacs-4/packages/rules/www/one-rule.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rules/www/Attic/one-rule.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/rules/www/one-rule.tcl 3 Dec 2004 17:57:14 -0000 1.1 +++ openacs-4/packages/rules/www/one-rule.tcl 7 Dec 2004 17:33:16 -0000 1.2 @@ -23,17 +23,14 @@ template::list::create -name triggers\ -multirow rule_triggers\ -key rule_def_id\ --bulk_actions { - "Delete" "delete-trigger" "Delete checked triggers" -}\ --bulk_action_method post -bulk_action_export_vars { - rule_def_id - rule_id - qs -}\ -no_data "There are no triggers "\ -row_pretty_plural "triggers"\ -elements { + rule_def_id { + display_template { + Remove + } + } qs_id { label "Question" display_template { @@ -88,25 +85,27 @@ template::list::create -name actions\ -multirow rule_actions\ -key rule_action_id\ --bulk_actions { - "Delete" "delete-action" "Delete checked actions" -}\ --bulk_action_method post -bulk_action_export_vars { - rule_action_id - rule_id -}\ -no_data "There are no actions "\ -row_pretty_plural "actions"\ -elements { + rule_action_id { + display_template { + Remove + } + } + action_type { label "Action" display_template { Add user to - + Add to list for - + + + Add user to the System + } @@ -117,11 +116,16 @@ + }