{if !isset($classLabel)} {assign var=classLabel value="default_params_label"} {/if} {if !isset($classInput)} {assign var=classInput value="default_params_input"} {/if} {assign var=unitStorage value=['percent'=>'%','MB'=>'MB','GB'=>'GB','TB'=>'TB']}
{eui_forms_select name="plug-$htmlid-param-unit-warning" id="plug-$htmlid-param-unit-warning" value=$unitStorage selected='percent' style="width: 60px;" onchange="selectChangeStorageUnit('warning','$html_params_id')"} {$lang.PLUGIN_HELP_STORAGE_PERCENT}
{eui_forms_select name="plug-$htmlid-param-unit-crit" id="plug-$htmlid-param-unit-crit" value=$unitStorage selected='percent' style="width: 60px;" onchange="selectChangeStorageUnit('crit','$html_params_id')"}