From: stephen@cubedesigners.com Date: Thu, 11 Aug 2016 09:29:45 +0000 (+0000) Subject: Increase width of admin popup for page contents to allow more space for extra column... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f4d941b5688be0301615455367ceffa6896346e8;p=fluidbook-v3.git Increase width of admin popup for page contents to allow more space for extra columns in list view #493 @0:10 --- diff --git a/framework/application/controllers/AjaxpopupController.php b/framework/application/controllers/AjaxpopupController.php index d466d6a..c653b38 100644 --- a/framework/application/controllers/AjaxpopupController.php +++ b/framework/application/controllers/AjaxpopupController.php @@ -9,4 +9,10 @@ class AjaxpopupController extends CubeIT_Controller_AjaxpopupController { return $this->view->quoteForm('requestQuotePopup'); // Different ID for popup form so it doesn't conflict with contact page form } + public function contents($id = null, $locale = null) { + $this->setPopupMaxWidth('1000'); // Increase default popup width to allow more room for admin lists + return parent::contents($id, $locale); + } + + } \ No newline at end of file