* finish task #5959.

This commit is contained in:
wangyidong
2019-07-10 14:38:38 +08:00
parent 514e0a679e
commit 4e85182b8f
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ var browseType = '<?php echo $browseType;?>';
</ul>
</div>
<?php if(common::hasPriv('doc', 'create')):?>
<div class="dropdown">
<div class="dropdown" id='createDropdown'>
<button class='btn btn-primary' type='button' data-toggle='dropdown'><i class='icon icon-plus'></i> <?php echo $lang->doc->create;?> <span class='caret'></span></button>
<ul class='dropdown-menu'>
<?php foreach($lang->doc->typeList as $typeKey => $typeName):?>