* Finish bug #22722.

This commit is contained in:
zhouxudong
2022-05-24 02:42:29 +00:00
parent 7f6d251d78
commit d41ea8cfc2
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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>
+2 -1
View File
@@ -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'");?>