Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2019-05-28 16:41:06 +08:00
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
#pageActions ul.dropdown-menu{left: 67px !important}
+3 -3
View File
@@ -55,7 +55,7 @@
<th class="w-80px"><?php echo $lang->doc->id;?></th>
<th class='text-left'><?php echo $lang->doc->fileTitle;?></th>
<th class='text-left'><?php echo $lang->doc->filePath;?></th>
<th class="w-60px"><?php echo $lang->doc->extension;?></th>
<th class="w-80px"><?php echo $lang->doc->extension;?></th>
<th class="w-60px"><?php echo $lang->doc->size;?></th>
<th class="w-100px"><?php echo $lang->doc->addedBy;?></th>
<th class="w-160px"><?php echo $lang->doc->addedDate;?></th>
@@ -77,8 +77,8 @@
<td class="text-center"><?php echo isset($file->addedDate) ? substr($file->addedDate, 0, 10) : '';?></td>
<td class="c-actions">
<?php
common::printLink('file', 'download', "fileID=$file->id", $lang->doc->download, "data-toggle='modal'", '', true, false, $file);
common::printLink('file', 'delete', "fileID=$file->id", $lang->delete, 'hiddenwin', '', true, false, $file);
common::printLink('file', 'download', "fileID=$file->id", '<i class="icon-import"></i>', "data-toggle='modal'", "class='btn' title={$lang->doc->download}", true, false, $file);
common::printLink('file', 'delete', "fileID=$file->id", '<i class="icon-trash"></i>', 'hiddenwin', "class='btn' title={$lang->delete}", true, false, $file);
?>
</td>
</tr>