]> _ Git - fluidbook-v3.git/commitdiff
Increase width of admin popup for page contents to allow more space for extra column...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 11 Aug 2016 09:29:45 +0000 (09:29 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 11 Aug 2016 09:29:45 +0000 (09:29 +0000)
framework/application/controllers/AjaxpopupController.php

index d466d6abc7648ef139ad13417e2e7771d8416d56..c653b38af7e29a81e495b68c3842e52341ecebd6 100644 (file)
@@ -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