diff options
author | Piotr Dabrowski <p.dabrowski2@samsung.com> | 2013-09-03 13:32:09 +0200 |
---|---|---|
committer | Piotr Dabrowski <p.dabrowski2@samsung.com> | 2013-09-03 13:32:09 +0200 |
commit | 66013784feb7d66430197d674b6f93e4489cd3ff (patch) | |
tree | 71ffeda97944e959114c25b1a65a288bbd1a9275 | |
parent | 76dd1d09dab67b1261e68c678effb5125fc5f1e0 (diff) | |
download | EventManager-66013784feb7d66430197d674b6f93e4489cd3ff.tar.gz EventManager-66013784feb7d66430197d674b6f93e4489cd3ff.tar.bz2 EventManager-66013784feb7d66430197d674b6f93e4489cd3ff.zip |
[EventManager] updated EventManager sources
Change-Id: I82970aaf71c85cbf9a24aabf8299101d19ac5381
-rw-r--r-- | templates/home.tpl | 10 | ||||
-rw-r--r-- | templates/new_event.tpl | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/templates/home.tpl b/templates/home.tpl index 028a12d..12e9a62 100644 --- a/templates/home.tpl +++ b/templates/home.tpl @@ -24,4 +24,14 @@ </ul> </div> </div><!-- /footer --> + + <div data-role="popup" id="popup"> + <div class="ui-popup-text"> + <p></p> + </div> + <div class="ui-popup-button-bg"> + <a href="javascript:void(0)" data-rel="back" data-role="button">Close</a> + </div> + </div> + </div><!-- /home --> diff --git a/templates/new_event.tpl b/templates/new_event.tpl index e2fdd64..215f928 100644 --- a/templates/new_event.tpl +++ b/templates/new_event.tpl @@ -52,13 +52,4 @@ </div><!-- /controlbar --> </div><!-- /footer --> - <div data-role="popup" id="popup"> - <div class="ui-popup-text"> - <p></p> - </div> - <div class="ui-popup-button-bg"> - <a href="javascript:void(0)" data-rel="back" data-role="button">Close</a> - </div> - </div> - </div><!-- /new_event --> |