* Add doc::create page.

This commit is contained in:
sunguangming
2023-07-26 17:17:10 +08:00
parent dbd2b9029b
commit e69a2825f2
6 changed files with 289 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ $createButton = btngroup
(
setClass('btn primary'),
set::icon('plus'),
set::url(createLink('doc', 'create', "objectType={$lib->type}&objectID={$objectID}&libID={$lib->id}&moduleID={$moduleID}&type=html{$templateParam}")),
set::url(createLink('doc', 'create', "objectType={$type}&objectID={$objectID}&libID={$lib->id}&moduleID={$moduleID}&type=html{$templateParam}")),
set('data-app', $app->tab),
$lang->doc->create
),