formatted feedback dialog to look a little nicer

This was SVN commit r8946.
This commit is contained in:
WhiteTreePaladin 2011-02-19 21:24:03 +00:00
parent a02a5d8e5e
commit 007985332b

View file

@ -125,7 +125,7 @@ Watch for updates or get involved in the development: http://wildfiregames.com/0
size="51.8554688% 22.9166667% 68.359375% 43.2291667%"
sprite_over="pgSinglePlayerOver"
sprite_disabled="pgSinglePlayerDisabled"
tooltip="Click here to start a new single player game. (There is no computer opponent currently available.)"
tooltip="Click here to start a new single player game. (A computer opponent is available for testing purposes, but cannot actually play the game.)"
>
<action on="Press"><![CDATA[
// Open Session Setup window.
@ -282,7 +282,7 @@ Watch for updates or get involved in the development: http://wildfiregames.com/0
<object
name="userReportDisabled"
size="4 300 400 460"
size="4 300 304 450"
type="image"
style="userReportPanel"
>
@ -291,13 +291,13 @@ Watch for updates or get involved in the development: http://wildfiregames.com/0
style="userReportText"
>[font="serif-bold-16"]Help improve 0 A.D.![/font]
You can automatically send us anonymous feedback that will help us to improve performance and compatibility and to fix bugs.
You can automatically send us anonymous feedback that will help us fix bugs improve performance and compatibility.
</object>
<object type="button" style="wheatButton" size="4 100%-44 180 100%-4">
<object type="button" style="wheatButton" size="4 100%-36 150 100%-4">
[font="serif-bold-16"]Enable feedback
<action on="Press">Engine.SetUserReportEnabled(true);</action>
</object>
<object type="button" style="wheatButton" size="100%-150 100%-35 100%-4 100%-4">
<object type="button" style="wheatButton" size="100%-150 100%-36 100%-4 100%-4">
Technical details
<action on="Press">Engine.PushGuiPage("page_manual.xml", { "page": "userreport" });</action>
</object>
@ -305,7 +305,7 @@ You can automatically send us anonymous feedback that will help us to improve pe
<object
name="userReportEnabled"
size="4 300 400 550"
size="4 300 304 590"
type="image"
style="userReportPanel"
>
@ -331,7 +331,7 @@ Status: $status.</object>
<object
name="userReportMessageInput"
size="2 130 100%-66 190"
size="4 130 100%-4 200"
type="input"
style="wheatInput"
multiline="true"
@ -339,16 +339,16 @@ Status: $status.</object>
scrollbar_style="wheatScrollBar"
/>
<object size="100%-65 160 100%-1 193" type="button" style="wheatButton">
Send
<object size="100%-124 204 100%-4 236" type="button" style="wheatButton">
Send Message
<action on="Press">submitUserReportMessage();</action>
</object>
<object type="button" style="wheatButton" size="4 100%-35 150 100%-4">
<object type="button" style="wheatButton" size="4 100%-36 150 100%-4">
Disable feedback
<action on="Press">Engine.SetUserReportEnabled(false);</action>
</object>
<object type="button" style="wheatButton" size="100%-150 100%-35 100%-4 100%-4">
<object type="button" style="wheatButton" size="100%-150 100%-36 100%-4 100%-4">
Technical details
<action on="Press">Engine.PushGuiPage("page_manual.xml", { "page": "userreport" });</action>
</object>