CMXX - Multisite setup
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user