Layout package names refactored
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 16 Oct 2012 10:58:50 +0000 (12:58 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:03:15 +0000 (16:03 +0200)
commitb6fd15a8dc44f9b09d5a2bce766cda14b87c6e13
tree0661685aef16a789e1410408e99c1cd8d89fc4dd
parentfb005f3fd6f8684441c12d821c8d30a8720dcf16
Layout package names refactored

SL::Controller::Layout::* -> SL::Layout::*
SL::Controller::Layout    -> SL::Layout::Dispatcher
29 files changed:
SL/Controller/Layout.pm [deleted file]
SL/Controller/Layout/Admin.pm [deleted file]
SL/Controller/Layout/Base.pm [deleted file]
SL/Controller/Layout/Classic.pm [deleted file]
SL/Controller/Layout/Css.pm [deleted file]
SL/Controller/Layout/Javascript.pm [deleted file]
SL/Controller/Layout/Login.pm [deleted file]
SL/Controller/Layout/MenuLeft.pm [deleted file]
SL/Controller/Layout/None.pm [deleted file]
SL/Controller/Layout/Top.pm [deleted file]
SL/Controller/Layout/V3.pm [deleted file]
SL/Controller/Layout/V4.pm [deleted file]
SL/Controller/LoginScreen.pm
SL/Dispatcher.pm
SL/Dispatcher/AuthHandler/Admin.pm
SL/Dispatcher/AuthHandler/User.pm
SL/Form.pm
SL/Layout/Admin.pm [new file with mode: 0644]
SL/Layout/Base.pm [new file with mode: 0644]
SL/Layout/Classic.pm [new file with mode: 0644]
SL/Layout/Css.pm [new file with mode: 0644]
SL/Layout/Dispatcher.pm [new file with mode: 0644]
SL/Layout/Javascript.pm [new file with mode: 0644]
SL/Layout/Login.pm [new file with mode: 0644]
SL/Layout/MenuLeft.pm [new file with mode: 0644]
SL/Layout/None.pm [new file with mode: 0644]
SL/Layout/Top.pm [new file with mode: 0644]
SL/Layout/V3.pm [new file with mode: 0644]
SL/Layout/V4.pm [new file with mode: 0644]