CMXX - Catalog API
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user