fix для select , перекрывавшего доступ к полю валидация
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<input type="hidden" name="fields[{$field.id}][type]" value="{$field.type|escape}"/>
|
||||
{else}
|
||||
<div class="nowrap">
|
||||
<select style="width:300px" name="fields[{$field.id}][type]" class="mousetrap form_field_type_change">
|
||||
<select name="fields[{$field.id}][type]" class="mousetrap form_field_type_change">
|
||||
<option value="input" {if $field.type=='input'}selected="selected"{/if}>input</option>
|
||||
<option value="textarea" {if $field.type=='textarea'}selected="selected"{/if}>textarea</option>
|
||||
<option value="select" {if $field.type=='select'}selected="selected"{/if}>select</option>
|
||||
|
||||
Reference in New Issue
Block a user