Make ENUM and SET display correctly when editing procedures and functions
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
bfcab1f8ce
commit
abb94da72f
@ -10,7 +10,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input name="item_param_name[{{ index }}]" type="text" value="{{ item_param_name }}">
|
||||
<input name="item_param_name[{{ index }}]" type="text" value="{{ item_param_name|raw }}">
|
||||
</td>
|
||||
<td>
|
||||
<select name="item_param_type[{{ index }}]">
|
||||
@ -18,7 +18,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input id="item_param_length_{{ index }}" name="item_param_length[{{ index }}]" type="text" value="{{ item_param_length }}">
|
||||
<input id="item_param_length_{{ index }}" name="item_param_length[{{ index }}]" type="text" value="{{ item_param_length|raw }}">
|
||||
<div class="enum_hint">
|
||||
<a href="#" class="open_enum_editor">
|
||||
{{ get_image('b_edit', '', {'title': 'ENUM/SET editor'|trans}) }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user