From cf6fab944376147f3317c9335f3bb5b841ac17be Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 20 Nov 2015 17:10:10 -0800 Subject: [PATCH] Correct chapter form element width. --- e107_admin/cpage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_admin/cpage.php b/e107_admin/cpage.php index 9cdcc90e5..e6f9704f7 100644 --- a/e107_admin/cpage.php +++ b/e107_admin/cpage.php @@ -624,7 +624,8 @@ class page_admin_ui extends e_admin_ui } // asort($this->cats); - $this->fields['page_chapter']['writeParms'] = $this->cats; + $this->fields['page_chapter']['writeParms']['optArray'] = $this->cats; + $this->fields['page_chapter']['writeParms']['size'] = 'xxlarge'; }