* Finish bug #22722.
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
<?php $defaultURL = $this->createLink('execution', 'task', "execution=$executionID");?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<body>
|
||||
<div class='modal-dialog mw-700px' id='tipsModal'>
|
||||
<?php $maxWidth = $this->app->getClientLang() == 'en' ? '620px' : '530px'?>
|
||||
<?php echo "<div class='modal-dialog' style='max-width: $maxWidth' 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>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<div style='margin: 0 auto; max-width: 580px'>
|
||||
<?php $width = $this->app->getClientLang() == 'en' ? '580px' : '500px';?>
|
||||
<?php echo "<div style='margin: 0 auto; max-width: $width'";?>
|
||||
<p><strong><?php echo $lang->execution->afterInfo;?></strong></p>
|
||||
<div>
|
||||
<?php echo html::a($this->createLink('execution', 'team', "executionID=$executionID"), $lang->execution->setTeam, '', "class='btn' data-app='execution'");?>
|
||||
|
||||
Reference in New Issue
Block a user