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

@@ -180,7 +180,7 @@ $view .= '<div class="tabs">
</div>
';
//Define Service and User enabled
$view .='<div class="content-block tab-content active">
<div class="form responsive-width-100">
<label for="">'.($products_attributes_group_status ?? 'Status').'</label>
@@ -193,6 +193,10 @@ $view .='<div class="content-block tab-content active">
<label for="group_name">'.($products_attributes_group_name ?? 'Groupname').'</label>
<input id="group_name" type="text" name="group_name" placeholder="'.($products_attributes_group_name ?? '').'" value="'.$products_attributes['group_name'].'" required">
<input type="hidden" name="rowID" value="'.$products_attributes['rowID'].'" readonly>
</div>
<div class="form responsive-width-100">
<label for="group_name_internal">'.($products_attributes_group_name_internal ?? 'Internal').'</label>
<input id="group_name_internal" type="text" name="group_name_internal" placeholder="'.($products_attributes_group_name_internal ?? '').'" value="'.$products_attributes['group_name_internal'].'" required">
</div>
<div class="form responsive-width-100">
<label for="">'.($products_attributes_group_type ?? 'Type').'</label>