summaryrefslogtreecommitdiffstats
path: root/gui/devices/1280x800/res/ui.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/devices/1280x800/res/ui.xml')
-rw-r--r--gui/devices/1280x800/res/ui.xml21
1 files changed, 15 insertions, 6 deletions
diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml
index b86f99171..66861f2cb 100644
--- a/gui/devices/1280x800/res/ui.xml
+++ b/gui/devices/1280x800/res/ui.xml
@@ -1733,8 +1733,8 @@
<page name="backupname1">
<object type="action">
- <condition var1="tw_backup_name" op="=" var2="(Current Date)" />
- <action function="set">tw_backup_name=</function>
+ <condition var1="tw_backup_name" op="=" var2="(Auto Generate)" />
+ <action function="generatebackupname"></function>
</object>
<object type="action">
@@ -1776,12 +1776,21 @@
<object type="button">
<highlight color="%highlight_color%" />
- <placement x="%col_center_x%" y="%cancel_button_y%" />
+ <placement x="%col2_x%" y="%cancel_button_y%" />
+ <font resource="font" color="%button_text_color%" />
+ <text>Append Date</text>
+ <image resource="main_button" />
+ <action function="appenddatetobackupname"></action>
+ </object>
+
+ <object type="button">
+ <highlight color="%highlight_color%" />
+ <placement x="%col3_x%" y="%cancel_button_y%" />
<font resource="font" color="%button_text_color%" />
<text>Cancel / Clear</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_backup_name=(Current Date)</action>
+ <action function="set">tw_backup_name=(Auto Generate)</action>
<action function="page">backup</action>
</actions>
</object>
@@ -1791,7 +1800,7 @@
<object type="action">
<touch key="home" />
<actions>
- <action function="set">tw_backup_name=(Current Date)</action>
+ <action function="set">tw_backup_name=(Auto Generate)</action>
<action function="page">main</action>
</actions>
</object>
@@ -1799,7 +1808,7 @@
<object type="action">
<touch key="back" />
<actions>
- <action function="set">tw_backup_name=(Current Date)</action>
+ <action function="set">tw_backup_name=(Auto Generate)</action>
<action function="page">backup</action>
</actions>
</object>