Fixing some references to controller/action that we used back when we were going...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 25 Jan 2008 17:21:19 +0000 (12:21 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 25 Jan 2008 17:21:19 +0000 (12:21 -0500)
commitf39b27af0ccf858d036da9ad17772aa2c4c0644a
treedb702c25d47a9bfafa3f8f45ab1bc6655c078ae6
parent394e4117d1faed2f9fdc1dd20fa9d47ccda0f2e1
Fixing some references to controller/action that we used back when we were going to have a controller module

* PrinterRootForm.php: Renamed BSPrinterRootForm->controller to be ->action and BSPrinterRootForm->action to be ->do
(BSPrinterRootForm::__construct): Changes to ivar assignment
(BSPrinterRootForm::paint): Changes for ivar names
* PrinterRootPage.php: ditto
(BSPrinterRootPage::redirect): Take a location instead of a controller/action pair; additionally, make changes for postvars
(BSPrinterRootPage::confirm): Rename parameters to match BSPrinterRootForm ivars
PrinterRootForm.php
PrinterRootPage.php