X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c90631576a61bfe8ee843d8f454d5759a2a5bb0..c2994c1ac7846f00356146eb8bcf085ea607e231:/SL/Controller/MaterializeTest.pm diff --git a/SL/Controller/MaterializeTest.pm b/SL/Controller/MaterializeTest.pm index de7918202..cbf25d5bf 100644 --- a/SL/Controller/MaterializeTest.pm +++ b/SL/Controller/MaterializeTest.pm @@ -3,8 +3,12 @@ package SL::Controller::MaterializeTest; use strict; use parent qw(SL::Controller::Base); -sub action_test { +sub action_components { $_[0]->render("test/components"); } +sub action_modal { + $_[0]->render("test/modal"); +} + 1;