* 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
@@ -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'");?>