Don't add the footer if we don't use it
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 17 Nov 2010 20:47:18 +0000 (15:47 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 17 Nov 2010 20:47:18 +0000 (15:47 -0500)
kronolith/templates/mobile/day.html.php
kronolith/templates/mobile/event.html.php
kronolith/templates/mobile/month.html.php

index 11b7bc6..466b49c 100644 (file)
@@ -18,6 +18,4 @@
       <a href="#" data-icon="arrow-r" data-iconpos="notext" class="kronolithNextDay"><?php echo _("Next")?></a></div>
   </div>
   <div data-role="content"></div>
-  <div data-role="footer" data-position="fixed">
-  </div>
 </div>
index 16b8254..ebb17dd 100644 (file)
@@ -1,5 +1,4 @@
 <div data-role="page" id="eventview">
   <div data-role="header" data-theme="b"><h1><?php echo ("Event")?></h1></div>
   <div data-role="content" class="ui-body"></div>
-  <div data-role="footer"></div>
 </div>
index 118eb7a..f0a259d 100644 (file)
         <tbody><tr><td></td></tr></tbody>
       </table>
     </div>
-  </div>
-  <div data-role="footer">
+      <div class="spacer">&nbsp;</div>
+    <div class="kronolithDayDetail ui-body">
+        <ul data-role="listview" data-theme="d">
+            <li>
+                <a href="#">
+                <div class="kronolithTimeWrapper">
+                    <div class="kronolithStartTime">10:00 AM</div>
+                    <div class="kronolithEndTime">11:00 AM</div>
+                </div>
+                <h2>Event Title</h2>
+                <p class="kronolithDayLocation">Clayton, NJ</p>
+                </a>
+           </li>
+        </ul>
+    </div>
   </div>
 </div>