|
Lines 370-383
sub after_recall_action {
Link Here
|
| 370 |
} |
370 |
} |
| 371 |
|
371 |
|
| 372 |
sub ill_table_actions { |
372 |
sub ill_table_actions { |
| 373 |
my ( $self ) = @_; |
373 |
my ( $self, $table_actions ) = @_; |
| 374 |
|
374 |
|
| 375 |
return { |
375 |
push( |
| 376 |
button_link_text => 'Test text', |
376 |
@{$$table_actions}, |
| 377 |
append_column_data_to_link => 1, |
377 |
{ |
| 378 |
button_class => 'test class', |
378 |
button_link_text => 'Test text', |
| 379 |
button_link => 'test link' |
379 |
append_column_data_to_link => 1, |
| 380 |
}; |
380 |
button_class => 'test class', |
|
|
381 |
button_link => 'test link' |
| 382 |
} |
| 383 |
); |
| 381 |
} |
384 |
} |
| 382 |
|
385 |
|
| 383 |
sub _private_sub { |
386 |
sub _private_sub { |
| 384 |
- |
|
|