need_custom_text editable inline only in default prompts. see #135
This commit is contained in:
parent
e1dce3d289
commit
f07971fb0f
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ function loadPromptsList(values){
|
|||
<br>
|
||||
<input type="checkbox" class="need_signature" disabled> __MSG_customPrompts_form_label_need_signature__
|
||||
<br>
|
||||
<input type="checkbox" class="need_custom_text input_mod" > __MSG_customPrompts_form_label_need_custom_text__
|
||||
<input type="checkbox" class="need_custom_text` + ((values.is_default == 1) ? ' input_mod':'') + `"` + ((values.is_default == 0) ? ' disabled':'') + ` > __MSG_customPrompts_form_label_need_custom_text__
|
||||
<br>
|
||||
<input type="checkbox" class="define_response_lang" disabled> __MSG_customPrompts_form_label_define_response_lang__
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue