CMXX - Multisite setup
This commit is contained in:
@@ -201,9 +201,9 @@ $view .='<div class="content-block tab-content active">
|
||||
<div class="form responsive-width-100">
|
||||
<label for="">'.($products_attributes_group_type ?? 'Type').'</label>
|
||||
<select name="group_type">
|
||||
<option value="0" '.($products_attributes['group_type']==0?' selected':'').'>'.$general_form_0.'</option>
|
||||
<option value="1" '.($products_attributes['group_type']==1?' selected':'').'>'.$general_form_1.'</option>
|
||||
<option value="2" '.($products_attributes['group_type']==2?' selected':'').'>'.$general_form_2.'</option>
|
||||
<option value="0" '.($products_attributes['group_type']==0?' selected':'').'>'.($general_form_0 ?? 'Radiobutton').'</option>
|
||||
<option value="1" '.($products_attributes['group_type']==1?' selected':'').'>'.($general_form_1 ?? 'Checkbox').'</option>
|
||||
<option value="2" '.($products_attributes['group_type']==2?' selected':'').'>'.($general_form_2 ?? 'Dropdown').'</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form responsive-width-100">
|
||||
|
||||
Reference in New Issue
Block a user