* Finish task #36431.

This commit is contained in:
holan20180123
2021-03-09 13:05:37 +08:00
parent c53821b96c
commit 90d0b61380
5 changed files with 46 additions and 23 deletions
+4 -3
View File
@@ -20,17 +20,18 @@
</div>
<table class='table table-form'>
<tr class='text-center'>
<?php if($this->config->URAndSR):?>
<td class='w-200px'><strong><?php echo $lang->custom->URConcept;?></strong></th>
<?php endif;?>
<td class='w-200px'><strong><?php echo $lang->custom->SRConcept;?></strong></th>
<td></td><td></td>
</tr>
<tr>
<td><?php echo html::input('URName', $URSR->URName, "class='form-control'");?></td>
<td class="<?php if(!$this->config->URAndSR) echo 'hide'?>"><?php echo html::input('URName', $URSR->URName, "class='form-control'");?></td>
<td><?php echo html::input('SRName', $URSR->SRName, "class='form-control'");?></td>
</tr>
<tr>
<th></th>
<td class='text-center' colspan='2'><?php echo html::submitButton();?></td>
<td class='text-center' colspan='4'><?php echo html::submitButton();?></td>
</tr>
</table>
</div>