diff options
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/linhes-theme/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core/linhes-theme/install-ui.xml | 63 |
2 files changed, 66 insertions, 3 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 0420f3e..916e44a 100755 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-theme -pkgver=8.5 -pkgrel=4 +pkgver=8.5.1 +pkgrel=1 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') @@ -120,7 +120,7 @@ md5sums=('2dca856c2a4d1f959473512c94e43b60' '81a2706cd36a16a1e0c54d87f3a0857b' '4125880d1739b196a8041ecc3d773ee2' '5a8fb2a5f0e657d52be6f0a6a006ce72' - '36952501471b05395e4f061557447b2f' + '18b8ca8815f083223b70af2807546a49' 'bfc32b9fa5dca3d46dd6f365ecb449b5' '326a71eb795b322a9ea26f116d890c87' '8fcd0acc11f4db33a9442949fb1a293d' 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> |