* adjust for page style.

This commit is contained in:
wangyidong
2019-06-12 13:14:38 +08:00
parent fa412abc6a
commit f937f4cb65
36 changed files with 62 additions and 60 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ EOT;
<?php if(($module == 'story' or $module == 'testcase') and $field == 'review'):?>
<table class='table table-form mw-800px'>
<tr>
<th class='w-80px'><?php echo $lang->custom->storyReview;?></th>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-140px' : 'w-80px';?>
<th class='<?php echo $colWidth;?>'><?php echo $lang->custom->storyReview;?></th>
<td><?php echo html::radio('needReview', $lang->custom->reviewList, $needReview);?></td>
<td></td>
</tr>