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

This commit is contained in:
wangyidong
2018-07-18 15:17:09 +08:00
+4 -1
View File
@@ -170,7 +170,10 @@ if($isCustomExport)
<?php $hide = isset($_SERVER['HTTP_REFERER']) && strpos($_SERVER['HTTP_REFERER'], 'kanban') !== false ? 'style="display:none"' : '';?>
<tr <?php echo $hide;?>>
<th><?php echo $lang->file->exportRange;?></th>
<td><?php echo html::select('exportType', $lang->exportTypeList, 'all', "class='form-control'");?></td>
<td>
<?php if(isset($_SERVER['HTTP_REFERER']) && strpos($_SERVER['HTTP_REFERER'], 'calendar') !== false) unset($lang->exportTypeList['selected']);?>
<?php echo html::select('exportType', $lang->exportTypeList, 'all', "class='form-control'");?>
</td>
</tr>
<?php if($isCustomExport):?>
<tr>