2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-09-08 19:06:54 -04:00
|
|
|
<stkgui>
|
2014-06-19 03:49:36 -04:00
|
|
|
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
|
|
|
<label id="title" width="100%" text_align="center" word_wrap="true" proportion="1" />
|
2010-09-08 19:06:54 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<spacer height="25" width="10" />
|
2010-09-08 19:06:54 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<button id="confirm" I18N="In a 'are you sure?' dialog" text="Yes" align="center"/>
|
2010-09-08 19:06:54 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<spacer height="15" width="10" />
|
2010-09-08 19:06:54 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<button id="cancel" I18N="In a 'are you sure?' dialog" text="Cancel" align="center"/>
|
2010-09-08 19:06:54 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<spacer height="10" width="10" />
|
|
|
|
</div>
|
2010-09-08 19:06:54 -04:00
|
|
|
</stkgui>
|