* Code for bug #19249.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user