* [task#132519,0.2h] add delete aciton in view.

This commit is contained in:
qixinzhi
2024-11-14 16:11:51 +08:00
committed by 代婷婷
parent 90ab9ad5d5
commit 45b4d3ffc4
+1
View File
@@ -19,6 +19,7 @@ $data['modules'] = $this->doc->getTemplateModules();
$privs = array();
$privs['create'] = hasPriv('docTemplate', 'create');
$privs['edit'] = hasPriv('docTemplate ', 'edit');
$privs['delete'] = hasPriv('docTemplate ', 'delete');
$privs['collect'] = 'no';
$filterTypes = $lang->docTemplate->filterTypes;