summaryrefslogtreecommitdiff
path: root/project/templates/bye_popup.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/bye_popup.tpl')
-rw-r--r--project/templates/bye_popup.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/project/templates/bye_popup.tpl b/project/templates/bye_popup.tpl
new file mode 100644
index 0000000..69bc1bf
--- /dev/null
+++ b/project/templates/bye_popup.tpl
@@ -0,0 +1,6 @@
+<div id="byePopup" data-role="popup" class="center_basic_2btn">
+ <div class="ui-popup-text" id="byeMessage"></div>
+ <div class="ui-popup-button-bg">
+ <a data-role="button" data-inline="true" id="byeOK">Ok</a>
+ </div>
+</div>