fixed field_class
wreis [Thu, 24 Jul 2008 22:43:08 +0000 (22:43 +0000)]
lib/Reaction/UI/Widget/Field/Mutable.pm

index 15f6a04..6e6674c 100644 (file)
@@ -6,12 +6,9 @@ class Mutable is 'Reaction::UI::Widget::Field', which {
 
    before fragment widget {
      arg 'field_id' => event_id 'value_string';
-     my $field_name = event_id 'value_string' unless defined $_{field_name};
-     arg 'field_name' => $field_name;
+     arg 'field_name' => event_id 'value_string' unless defined $_{field_name};
      arg 'field_type' => 'text';
-     my $field_class = $field_name;
-     $field_class =~ s/\d\-//;
-     arg 'field_class' => $field_class;
+     arg 'field_class' => "action-field " . $_{viewport}->name;
 
      # these two are to fire force_events in viewports
      # where you can end up without an event for e.g.