CMXX - First candidate

This commit is contained in:
“VeLiTi”
2025-03-05 20:45:35 +01:00
parent 3a52632d61
commit faf5a5156b
29 changed files with 588 additions and 1053 deletions

View File

@@ -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>