* Code for task#49696.

This commit is contained in:
xieqiyu
2022-03-01 17:28:57 +08:00
parent 0e15ad41b6
commit 06af0ff6c4
5 changed files with 21 additions and 22 deletions
+2 -11
View File
@@ -13,10 +13,8 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/tablesorter.html.php';?>
<script>
$(function(){$(".preview").modalTrigger({width:1000, type:'iframe'});});
var browseType = '<?php echo $browseType;?>';
</script>
<?php js::set('browseType', $browseType);?>
<?php js::set('isonlybody', isonlybody());?>
<style>#importBugForm .bug-pri {overflow: visible;}</style>
<div id='mainMenu' class='clearfix'>
<div class='btn-toolbar pull-left'>
@@ -86,11 +84,4 @@ var browseType = '<?php echo $browseType;?>';
</div>
</form>
</div>
<script>
$(function(){parent.$('#triggerModal .modal-content .modal-header .close').hide();})
function goback()
{
parent.location.reload();
}
</script>
<?php include '../../common/view/footer.html.php';?>