CMXX - Catalog API

This commit is contained in:
“VeLiTi”
2025-01-30 09:28:50 +01:00
parent 661783270a
commit a669b2fadf
19 changed files with 579 additions and 118 deletions

View File

@@ -191,7 +191,7 @@ $view .='<div class="content-block tab-content active">
</div>
<div class="form responsive-width-100">
<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'].'" pattern="^\S+$" required">
<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">