projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3273163
)
Use dialog view for events.
author
Jan Schneider
<jan@horde.org>
Tue, 30 Nov 2010 12:31:11 +0000
(13:31 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 30 Nov 2010 12:31:11 +0000
(13:31 +0100)
kronolith/templates/mobile/event.html.php
patch
|
blob
|
history
diff --git
a/kronolith/templates/mobile/event.html.php
b/kronolith/templates/mobile/event.html.php
index
9993738
..
4ec7463
100644
(file)
--- a/
kronolith/templates/mobile/event.html.php
+++ b/
kronolith/templates/mobile/event.html.php
@@
-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>