This commit is contained in:
zhouxudong
2022-05-24 06:33:04 +00:00
parent 3012bbd26c
commit 189ea8b1a7
+1 -2
View File
@@ -1,5 +1,4 @@
<?php $width = $this->app->getClientLang() == 'zh-cn' ? '500px' : '580px';?>
<?php echo "<div style='margin: 0 auto; max-width: $width'";?>
<div style='margin: 0 auto; max-width: <?php echo $this->app->getClientLang() == 'zh-cn' ? '500px' : '580px';?>'>
<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'");?>