From f4d941b5688be0301615455367ceffa6896346e8 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 11 Aug 2016 09:29:45 +0000 Subject: [PATCH] Increase width of admin popup for page contents to allow more space for extra columns in list view #493 @0:10 --- framework/application/controllers/AjaxpopupController.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5