1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Issue #361 - Missing text box for 'Book or Chapter Title'

This commit is contained in:
Cameron 2013-05-27 00:45:43 -07:00
parent 48084ac085
commit ae7044cd51

View File

@ -179,6 +179,8 @@ class page_chapters_form_ui extends e_admin_form_ui
function chapter_name($curVal,$mode,$parm)
{
$frm = e107::getForm();
if($mode == 'read')
{
$parent = $this->getController()->getListModel()->get('chapter_parent');
@ -192,7 +194,7 @@ class page_chapters_form_ui extends e_admin_form_ui
if($mode == 'write')
{
return;
return $frm->text('chapter_name',$curVal);
}
if($mode == 'filter')