diff --git a/module/project/view/browsebylist.html.php b/module/project/view/browsebylist.html.php index b51cf6bb88..62b0dfbaf0 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -91,8 +91,9 @@ $useDatatable = !commonModel::isTutorialMode() and (isset($config->datatable->$datatableId->mode) and $config->datatable->$datatableId->mode == 'datatable'); $setting = $this->datatable->getSetting('project'); $fixedFieldsWidth = $this->datatable->setFixedFieldWidth($setting); + if($useDatatable) include '../../common/view/datatable.html.php'; -?> + ?> ';?> ' data-fixed-left-width='' data-fixed-right-width=''> config->systemMode == 'new' ? common::hasPriv('project', 'batchEdit') : common::hasPriv('project', 'batchEdit');?>