CMXX - Multisite setup

This commit is contained in:
“VeLiTi”
2025-03-13 12:07:18 +01:00
parent 0b78fa4827
commit 0d6f75704b
26 changed files with 3471 additions and 206 deletions

View File

@@ -61,7 +61,7 @@ $view = '
<div class="title">
<i class="fa-solid fa-box-open"></i>
<div class="txt">
<h2>'.($products_attributes_h2 ?? '').' ('.$query_total.')</h2>
<h2>'.($products_attributes_h2 ?? 'Product Attributes').' ('.$query_total.')</h2>
<p>'.($products_attributes_p ?? '').'</p>
</div>
</div>
@@ -76,7 +76,7 @@ $view .= ' <div class="msg success">
}
$view .= '
<div class="content-header responsive-flex-column pad-top-5">
<a href="index.php?page=products_attributes_manage" class="btn">'.($button_create_products_attribute ?? '').'</a>
<a href="index.php?page=products_attributes_manage" class="btn">'.($button_create_products_attribute ?? 'Create attribute').'</a>
<form action="" method="get">
<input type="hidden" name="page" value="products_attributes">
<div class="search">
@@ -122,7 +122,7 @@ $view .= '
<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>'.(${'general_form_'.$response['group_type']} ?? $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>
</tr>';