Remove file upload type from member extra vars

This commit is contained in:
Kijin Sung 2024-10-09 11:54:32 +09:00
parent a6d9f84147
commit 102df52ef4
2 changed files with 5 additions and 1 deletions

View file

@ -22,7 +22,7 @@
<label for="columnType" class="x_control-label"><em style="color:red">*</em> {$lang->column_type}</label>
<div class="x_controls">
<select id="columnType" class="typeSelect" name="column_type">
<option loop="$lang->column_type_list=>$key,$type_info" value="{$key}" selected="selected"|cond="$formInfo->column_type == $key" >{$lang->column_type_list[$key]}</option>
<option loop="$extravar_types=>$key,$type_info" value="{$key}" selected="selected"|cond="$formInfo->column_type == $key" >{$lang->column_type_list[$key]}</option>
</select>
</div>
</div>