revert to using data-role="page" / data-theme="b" for event view.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 6 Dec 2010 18:35:48 +0000 (13:35 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 6 Dec 2010 18:35:48 +0000 (13:35 -0500)
Revert back to this for now, until issues with dialog views are resoloved.
In particular:

https://github.com/jquery/jquery-mobile/issues/#issue/506
https://github.com/jquery/jquery-mobile/issues/#issue/513

kronolith/templates/mobile/event.html.php

index cf5ba1f..7e87554 100644 (file)
@@ -1,4 +1,5 @@
-<div data-role="dialog" id="eventview">
+<div data-role="page" data-theme="b" id="eventview">
   <div data-role="header"><h1><?php echo _("Event")?></h1></div>
   <div data-role="content" class="ui-body"></div>
 </div>
+    
\ No newline at end of file