* Finish task #5529.

This commit is contained in:
Yagami
2019-05-29 16:16:01 +08:00
parent 8dec6b8bca
commit db14457799
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<table class="table table-form">
<tbody>
<tr>
<th><?php echo $lang->product->name;?></th>
<th class='w-130px'><?php echo $lang->product->name;?></th>
<td><?php echo html::input('name', '', "class='form-control input-product-title' required");?></td><td></td>
</tr>
<tr>
+1 -1
View File
@@ -26,7 +26,7 @@
<table class="table table-form">
<tbody>
<tr>
<th class='w-120px'><?php echo $lang->product->name;?></th>
<th class='w-130px'><?php echo $lang->product->name;?></th>
<td class='w-p40-f'><?php echo html::input('name', $product->name, "class='form-control' required");?></td><td></td>
</tr>
<tr>