* finish task#1190.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-11 08:32:09 +00:00
parent f5867097f4
commit 921a09eef0
15 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ $config->doc->edit->requiredFields = 'title';
$config->doc->editor = new stdclass();
$config->doc->editor->create = array('id' => 'content', 'tools' => 'fullTools');
$config->doc->editor->edit = array('id' => 'content', 'tools' => 'fullTools');
$config->doc->editor->edit = array('id' => 'content,comment', 'tools' => 'fullTools');
$config->doc->search['module'] = 'doc';
$config->doc->search['fields']['title'] = $lang->doc->title;