Use dialog view for events.
authorJan Schneider <jan@horde.org>
Tue, 30 Nov 2010 12:31:11 +0000 (13:31 +0100)
committerJan Schneider <jan@horde.org>
Tue, 30 Nov 2010 12:31:11 +0000 (13:31 +0100)
kronolith/templates/mobile/event.html.php

index 9993738..4ec7463 100644 (file)
@@ -1,4 +1,4 @@
-<div data-role="page" data-theme="b" id="eventview">
-  <div data-role="header" data-theme="b"><h1><?php echo ("Event")?></h1></div>
+<div data-role="dialog" id="eventview">
+  <div data-role="header"><h1><?php echo ("Event")?></h1></div>
   <div data-role="content" class="ui-body"></div>
 </div>