Fixed minor display bugs
This commit is contained in:
parent
07b372c426
commit
282d19ee2c
@ -394,7 +394,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<th class="status">
|
||||
</th>
|
||||
<th>
|
||||
¤item¤
|
||||
@ -417,7 +417,7 @@
|
||||
|
||||
¤¤ history_row ¤¤
|
||||
<tr>
|
||||
<td class="¤status¤">
|
||||
<td class="status ¤status¤">
|
||||
</td>
|
||||
<td>
|
||||
¤item_link¤
|
||||
|
@ -131,7 +131,8 @@ class ProductPage extends Page {
|
||||
'invoice' => '',
|
||||
'tags' => $tags,
|
||||
'info' => $fields,
|
||||
'label' => ''),
|
||||
'label' => '',
|
||||
'hidden' => ''),
|
||||
$this->fragments['product_details']);
|
||||
return $out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user