* Bug 16878, fix layout when open execution/task in iframe modal.

This commit is contained in:
Hao Sun
2021-12-03 09:56:11 +08:00
parent 87769894a6
commit 42a1cdc0b4
3 changed files with 9 additions and 6 deletions
+3
View File
@@ -103,6 +103,7 @@ body {margin-bottom: 25px;}
?>
<a class="btn btn-link querybox-toggle" id='bysearchTab'><i class="icon icon-search muted"></i> <?php echo $lang->product->searchStory;?></a>
</div>
<?php if(!helper::inOnlyBodyMode()): ?>
<div class="btn-toolbar pull-right">
<?php
if(!isset($browseType)) $browseType = '';
@@ -176,6 +177,7 @@ body {margin-bottom: 25px;}
<?php echo "</div>";?>
<?php endif;?>
</div>
<?php endif; ?>
</div>
<div id="mainContent" class="main-row fade">
<div class="side-col" id="sidebar">
@@ -364,6 +366,7 @@ body {margin-bottom: 25px;}
</div>
</div>
<?php js::set('replaceID', 'taskList')?>
<?php if(helper::inOnlyBodyMode()) js::set('modalWidthReset', 1200) ?>
<script>
$(function()
{
+3 -3
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long