Revision 533aa5ba
Von Werner Hahn vor mehr als 8 Jahren hinzugefügt
SL/Controller/FileUploader.pm | ||
---|---|---|
29 | 29 |
|
30 | 30 |
sub action_show_files { |
31 | 31 |
my ($self) = @_; |
32 |
$main::lxdebug->dump(0, 'WH: Show_Files',\$::form); |
|
33 |
my $images = SL::DB::Manager::File->get_all( query => [ trans_id => $::form->{id}, modul => $::form->{modul} ] ); |
|
34 |
$main::lxdebug->dump(0, 'WH: ',\$images); |
|
32 | 35 |
|
33 | 36 |
|
34 | 37 |
} |
Auch abrufbar als: Unified diff
Bilder werden als Tabelle angezeigt