Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user