X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/Controller/TopQuickSearch/Assembly.pm diff --git a/SL/Controller/TopQuickSearch/Assembly.pm b/SL/Controller/TopQuickSearch/Assembly.pm new file mode 100644 index 000000000..da8cbc0c5 --- /dev/null +++ b/SL/Controller/TopQuickSearch/Assembly.pm @@ -0,0 +1,16 @@ +package SL::Controller::TopQuickSearch::Assembly; + +use strict; +use parent qw(SL::Controller::TopQuickSearch::Article); + +use SL::Locale::String qw(t8); + +sub name { 'assembly' } + +sub description_config { t8('Assemblies') } + +sub description_field { t8('Assemblies') } + +sub part_type { 'assembly' } + +1;