--- lib/Arh/View/Materials.pm 2007/12/06 16:57:13 27 +++ lib/Arh/View/Materials.pm 2007/12/10 14:56:12 28 @@ -66,8 +66,8 @@ { class is 'form_field' }; if ( $record->current_user_can('delete') && $self->current_user->editing ) { hyperlink( - label => _("Delete"), - class => "float-crud-button", + label => _("Delete material"), + class => "float-crud-button button-delete", onclick => { submit => $delete, confirm => _('Really delete?'), @@ -105,8 +105,8 @@ div { { class is 'form_field' }; hyperlink( - label => _("Add"), - class => "float-crud-button", + label => _("Add material"), + class => "float-crud-button button-add", onclick => [ { submit => $create,