* Fix bug #22722.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#tipsModal {margin-top: 10%;}
|
||||
[lang^='en'] #tipsModal {margin-top: 10%; max-width: 620px;}
|
||||
[lang^='zh-cn'] #tipsModal {margin-top: 10%; max-width: 530px;}
|
||||
.chosen-container-single .chosen-single > span {max-width: 100%;}
|
||||
|
||||
#copyProjectModal {padding: 0;}
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
<?php $defaultURL = $this->createLink('execution', 'task', "execution=$executionID");?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<body>
|
||||
<?php $maxWidth = $this->app->getClientLang() == 'en' ? '620px' : '530px'?>
|
||||
<?php echo "<div class='modal-dialog' style='max-width: $maxWidth' id='tipsModal'>"?>
|
||||
<div class='modal-dialog' id='tipsModal'>
|
||||
<div class='modal-header'>
|
||||
<a href='<?php echo $defaultURL;?>' class='close'><i class="icon icon-close"></i></a>
|
||||
<h4 class='modal-title' id='myModalLabel'><?php echo $lang->execution->tips;?></h4>
|
||||
|
||||
Reference in New Issue
Block a user