This commit is contained in:
tanghucheng
2022-12-16 17:32:49 +08:00
parent b3948acd66
commit 227e675339
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,11 +23,11 @@
<tr>
<th><?php echo $lang->zanode->hostName;?></th>
<td><?php echo html::select('parent', $hostPairs, '', "class='form-control chosen'")?></td>
<td></td>
</tr>
<tr>
<th class='w-120px'><?php echo $lang->zanode->name;?></th>
<td class='p-25f'><?php echo html::input('name', '', "class='form-control' placeholder=\"{$lang->zanode->nameValid}\"");?></td>
<td></td>
</tr>
<tr>
<th><?php echo $lang->zanode->image;?></th>
@@ -67,7 +67,7 @@
<td></td>
</tr>
<tr>
<td colspan="2" class='text-center form-actions'>
<td colspan="3" class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php echo html::a(inlink('browse'), $lang->goback, '', "class='btn btn-wide btn-back'");?>
</td>
+1 -1
View File
@@ -67,7 +67,7 @@
<td></td>
</tr>
<tr>
<td colspan="2" class='text-center form-actions'>
<td colspan="3" class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php echo html::a(inlink('browse'), $lang->goback, '', "class='btn btn-wide btn-back'");?>
</td>