Merge branch 'fixbug_sunjun_17329' into 'master'

*Fixbug_sunjun_17329

See merge request easycorp/zentaopms!3188
This commit is contained in:
孙广明
2022-04-28 06:23:11 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ $(function()
<h4 class="modal-title"><i class="icon-cog-outline"></i> <?php echo $lang->datatable->displaySetting;?></h4>
</div>
<div class="modal-body">
<form class='form-condensed' method='post' target='hiddenwin' action='<?php echo $this->createLink('datatable', 'ajaxSave')?>'>
<form class="form-condensed not-watch" method='post' target='hiddenwin' action='<?php echo $this->createLink('datatable', 'ajaxSave')?>'>
<table class='table table-form'>
<tr>
<td class='w-160px'><?php echo $lang->datatable->showModule;?></td>
+2 -2
View File
@@ -1,7 +1,7 @@
/**
* Confirm batch delete cases.
*
* @param string $actionLink
*
* @param string $actionLink
* @access public
* @return void
*/