* Code for bug #19249.

This commit is contained in:
zhangzilong
2022-02-14 17:00:40 +08:00
parent e160e76018
commit 5fa094a130
+2 -2
View File
@@ -52,7 +52,7 @@ EOT;
<?php if($this->config->URAndSR):?>
<td class='w-200px'><strong><?php echo $lang->custom->URConcept;?></strong></th>
<?php endif;?>
<td<?php echo ($this->config->URAndSR) ? " class='w-200px'": " class='w-250px'";?>><strong><?php echo $lang->custom->SRConcept;?></strong></th>
<td<?php echo $this->config->URAndSR ? " class='w-200px'": " class='w-250px'";?>><strong><?php echo $lang->custom->SRConcept;?></strong></th>
</tr>
<tr>
<?php if($this->config->URAndSR):?>
@@ -64,7 +64,7 @@ EOT;
</td>
</tr>
<tr>
<td class='text-center' colspan='<?php echo (!$this->config->URAndSR) ? 2 : 4;?>'><?php echo html::submitButton();?></td>
<td class='text-center' colspan='<?php echo !$this->config->URAndSR ? 2 : 4;?>'><?php echo html::submitButton();?></td>
</tr>
</table>
</div>