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" >
|
2016-08-16 19:08:45 -04:00
|
|
|
<label id="title" width="100%" text_align="top" 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
|
|
|
|
2016-08-16 19:08:45 -04:00
|
|
|
<buttonbar id="buttons" height="30%" width="30%" align="center">
|
2010-09-08 19:06:54 -04:00
|
|
|
|
2016-08-16 19:08:45 -04:00
|
|
|
<icon-button id="confirm" icon="gui/green_check.png" I18N="In a 'are you sure?' dialog"
|
|
|
|
text="Yes" align="center"/>
|
2010-09-08 19:06:54 -04:00
|
|
|
|
2016-08-16 19:08:45 -04:00
|
|
|
<icon-button id="cancel" icon="gui/remove.png" I18N="In a 'are you sure?' dialog"
|
|
|
|
text="Cancel" align="center"/>
|
|
|
|
|
|
|
|
</buttonbar>
|
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>
|