* Bug 16878, fix layout when open execution/task in iframe modal.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user