label fixed
This commit is contained in:
parent
434edea30e
commit
65e410f41c
3 changed files with 6 additions and 2 deletions
|
|
@ -1611,5 +1611,9 @@
|
||||||
"importCustomDataPH_invalidDataPHs": {
|
"importCustomDataPH_invalidDataPHs": {
|
||||||
"message": "The file you're trying to import does not contain any valid custom data placeholders.",
|
"message": "The file you're trying to import does not contain any valid custom data placeholders.",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
},
|
||||||
|
"customDataPH_add_to_menu": {
|
||||||
|
"message": "Usable in prompts added to menu",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td rowspan="2" class="w19">
|
<td rowspan="2" class="w19">
|
||||||
<label for="selectTypeNew" class="field_title">__MSG_customPrompts_add_to_menu__:</label>
|
<label for="selectTypeNew" class="field_title">__MSG_customDataPH_add_to_menu__:</label>
|
||||||
<br>
|
<br>
|
||||||
<select id="selectTypeNew" name="type" tabindex="4" class="type_output">
|
<select id="selectTypeNew" name="type" tabindex="4" class="type_output">
|
||||||
<option value="0">__MSG_customPrompts_add_to_menu_always__</option>
|
<option value="0">__MSG_customPrompts_add_to_menu_always__</option>
|
||||||
|
|
|
||||||
|
|
@ -356,7 +356,7 @@ function loadCustomDataPHsList(values){
|
||||||
<ul class="autocomplete-list hidden"></ul>
|
<ul class="autocomplete-list hidden"></ul>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="w08"><span class="field_title_s">__MSG_customPrompts_add_to_menu__:</span>
|
<td class="w08"><span class="field_title_s">__MSG_customDataPH_add_to_menu__:</span>
|
||||||
<br>
|
<br>
|
||||||
<span class="type_show">` + type_output + `</span>
|
<span class="type_show">` + type_output + `</span>
|
||||||
<select class="type_output hiddendata">
|
<select class="type_output hiddendata">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue