CMXX - First candidate
This commit is contained in:
@@ -95,10 +95,11 @@ $view .= '
|
||||
<table class="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>'.($products_attribute_rowID ?? '').'</th>
|
||||
<th>'.($products_attribute_group_status ?? '').'</th>
|
||||
<th>'.($products_attribute_group_name ?? '').'</th>
|
||||
<th>'.($products_attribute_group_type ?? '').'</th>
|
||||
<th>'.($products_attribute_rowID ?? '#').'</th>
|
||||
<th>'.($products_attribute_group_status ?? 'status').'</th>
|
||||
<th>'.($products_attribute_group_name ?? 'name').'</th>
|
||||
<th>'.($products_attribute_group_name_internal ?? 'Internal name').'</th>
|
||||
<th>'.($products_attribute_group_type ?? 'type').'</th>
|
||||
<th class="responsive-hidden">'.$general_created.'</th>
|
||||
<th>'.$general_actions.'</th>
|
||||
</tr>
|
||||
@@ -120,6 +121,7 @@ $view .= '
|
||||
<td>'.$response['group_id'].'</td>
|
||||
<td>'.${'general_status_'.$response['group_status']}.'</td>
|
||||
<td>'.(${$response['group_name']} ?? $response['group_name']).'</td>
|
||||
<td>'.(${$response['group_name_internal']} ?? $response['group_name_internal']).'</td>
|
||||
<td>'.${'general_form_'.$response['group_type']}.'</td>
|
||||
<td class="responsive-hidden">'.getRelativeTime($response['created']).'</td>
|
||||
<td><a href="index.php?page=products_attributes_manage&rowID='.$response['rowID'].'" class="btn_link">'.$general_view .'</a></td>
|
||||
|
||||
Reference in New Issue
Block a user