mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Attempt to make append/replace dialog text more clear
This commit is contained in:
parent
9205fcced8
commit
a99c1ed74c
1 changed files with 6 additions and 6 deletions
|
|
@ -484,13 +484,13 @@ function onSplitDialog() {
|
|||
dialog.append('<input type="text" name="new_pane1" value="" />');
|
||||
dialog.append('<input type="text" name="new_pane2" value="" />');
|
||||
|
||||
dialog.append("<h3>New First Pane Flow</h3>");
|
||||
dialog.append('<input type="radio" name="flow1" value="append" checked>append<br />');
|
||||
dialog.append('<input type="radio" name="flow1" value="replace">replace<br />');
|
||||
dialog.append("<h3>New First Pane</h3>");
|
||||
dialog.append('<input type="radio" name="flow1" value="append" checked>append new incoming messages<br />');
|
||||
dialog.append('<input type="radio" name="flow1" value="replace">replace old messages with new ones<br />');
|
||||
|
||||
dialog.append("<h3>New Second Pane Flow</h3>");
|
||||
dialog.append('<input type="radio" name="flow2" value="append" checked>append<br />');
|
||||
dialog.append('<input type="radio" name="flow2" value="replace">replace<br />');
|
||||
dialog.append("<h3>New Second Pane</h3>");
|
||||
dialog.append('<input type="radio" name="flow2" value="append" checked>append new incoming messages<br />');
|
||||
dialog.append('<input type="radio" name="flow2" value="replace">replace old messages with new ones<br />');
|
||||
|
||||
dialog.append('<div id="splitclose" class="button">Split It</div>');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue