summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-theme/install-ui.xml
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-14 22:31:43 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-14 22:31:43 (GMT)
commit13a613f53db93a13464a34ad6622b1c7b60d6d70 (patch)
treeab735623627918a6e22de0d51f4bc5ff67248e5b /abs/core/linhes-theme/install-ui.xml
parent617a3af08e1baa921cda93e0077121f22a9447d9 (diff)
downloadlinhes_pkgbuild-13a613f53db93a13464a34ad6622b1c7b60d6d70.zip
linhes_pkgbuild-13a613f53db93a13464a34ad6622b1c7b60d6d70.tar.gz
linhes_pkgbuild-13a613f53db93a13464a34ad6622b1c7b60d6d70.tar.bz2
linhes-theme: update install-ui.xml with new mythui screens for mythinstall
Diffstat (limited to 'abs/core/linhes-theme/install-ui.xml')
-rw-r--r--abs/core/linhes-theme/install-ui.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/abs/core/linhes-theme/install-ui.xml b/abs/core/linhes-theme/install-ui.xml
index 4e5f139..f006b05 100644
--- a/abs/core/linhes-theme/install-ui.xml
+++ b/abs/core/linhes-theme/install-ui.xml
@@ -122,4 +122,67 @@
</window>
+ <window name="questionnotice_screen">
+
+ <textarea name="title" from="base_heading">
+ <value></value>
+ </textarea>
+
+ <shape name="questionnotice-backdrop" from="base_backdrop">
+ <area>115,36,1050,649</area>
+ </shape>
+
+ <shape name="questionnotice-backdrop-line" from="base_backdrop_line">
+ <area>116,37,1048,647</area>
+ </shape>
+
+ <shape name="questionnotice-top-line" from="base_highlight_line">
+ <area>117,38,1046,2</area>
+ </shape>
+
+ <shape name="questionnotice-bottom-line" from="base_highlight_line">
+ <area>117,681,1046,2</area>
+ </shape>
+
+ <shape name="questionnotice-left-line" from="base_highlight_vertical_line">
+ <area>117,40,2,641</area>
+ </shape>
+
+ <shape name="questionnotice-right-line" from="base_highlight_vertical_line">
+ <area>1161,40,2,641</area>
+ </shape>
+
+ <shape name="questionnotice-bottom-seperator-line" from="base_line">
+ <area>138,620,1004,2</area>
+ </shape>
+
+ <textarea name="notice_text" from="basetextarea">
+ <multiline>yes</multiline>
+ <area>138,58,1004,562</area>
+ <font>baselarge</font>
+ <value></value>
+ <align>top,hcenter</align>
+ </textarea>
+
+ <textarea name="question_text" from="notice_text">
+ <align>allcenter</align>
+ </textarea>
+
+ <button name="yes_button" from="base_button">
+ <area>233,632,350,40</area>
+ <value>Yes</value>
+ </button>
+
+ <button name="no_button" from="base_button">
+ <area>697,632,350,40</area>
+ <value>No</value>
+ </button>
+
+ <button name="ok_button" from="base_button">
+ <area>465,632,350,40</area>
+ <value>OK</value>
+ </button>
+
+ </window>
+
</mythuitheme>