* adjust for overflow auto when fields too more.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<style>
|
||||
form{overflow-x:auto;}
|
||||
#customModal .checkbox-inline{width:90px}
|
||||
#customModal .checkbox-inline+.checkbox-inline{margin-left:0px;}
|
||||
</style>
|
||||
|
||||
@@ -589,7 +589,7 @@ class testcase extends control
|
||||
|
||||
/* Judge whether the editedTasks is too large and set session. */
|
||||
$showSuhosinInfo = false;
|
||||
$showSuhosinInfo = $this->loadModel('common')->judgeSuhosinSetting(count($cases), count(explode(',', $this->config->testcase->custom->batchedit)) + 3);
|
||||
$showSuhosinInfo = $this->loadModel('common')->judgeSuhosinSetting(count($cases), count(explode(',', $this->config->testcase->custom->batchEditFields)) + 3);
|
||||
$this->app->session->set('showSuhosinInfo', $showSuhosinInfo);
|
||||
if($showSuhosinInfo) $this->view->suhosinInfo = $this->lang->suhosinInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user