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:
parent
48084ac085
commit
ae7044cd51
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user