try data-iconpos="notext"
authorChuck Hagenbuch <chuck@horde.org>
Sun, 14 Nov 2010 15:13:43 +0000 (10:13 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 14 Nov 2010 15:13:43 +0000 (10:13 -0500)
kronolith/mobile.php

index f83bfe8..de82e40 100644 (file)
@@ -40,7 +40,7 @@ $today = new Horde_Date($_SERVER['REQUEST_TIME']);
    <h1>My Calendar:Day</h1>
    <a class="ui-btn-left" href="<?php echo Horde::getServiceLink('portal', 'horde')?>"><?php echo _("Home")?></a>
    <a rel="external" class="ui-btn-right" href="<?php echo Horde::getServiceLink('logout', 'horde')?>"><?php echo _("Logout")?></a>
-   <div class="ui-bar-b" style="width:100%;text-align:center;"><a href="#" data-icon="arrow-l" id="prevDay"><?php echo _("Previous")?></a><span id="todayheader"></span><a href="#" data-icon="arrow-r" id="nextDay"><?php echo _("Next")?></a></div>
+   <div class="ui-bar-b" style="width:100%;text-align:center;"><a href="#" data-icon="arrow-l" data-iconpos="notext" id="prevDay"><?php echo _("Previous")?></a><span id="todayheader"></span><a href="#" data-icon="arrow-r" data-iconpos="notext" id="nextDay"><?php echo _("Next")?></a></div>
   </div>
   <div data-role="content" class="ui-body" id="daycontent"></div>
   <div data-role="footer" data-position="fixed">