blob: da357bde56af8c8a71cfa1d55d5d3173a850d143 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="modal container">
<button label="繼續" label_selected="繼續" name="Continue"/>
<text name="tos_heading">
Please read the following message carefully.
</text>
<text_editor name="tos_text">
TOS_TEXT
</text_editor>
</floater>
|