* change the footer of todo in mobile.

This commit is contained in:
wangyidong
2013-07-02 05:57:12 +00:00
parent 10af545c10
commit 6dad6801bd

View File

@@ -43,9 +43,9 @@
<?php endforeach;?>
<p><?php echo $pager->show('right', 'short')?></p>
<div data-role='footer' data-position='fixed'>
<div data-role='navbar'>
<div data-role='navbar' data-iconpos="left">
<ul>
<li><?php echo html::a($this->createLink('todo', 'batchCreate'), $lang->todo->create, '', "data-icon='plus'")?></li>
<li><?php echo html::a($this->createLink('todo', 'batchCreate'), $lang->todo->create, '', "data-icon='plus' data-theme='e'")?></li>
</ul>
</div>
</div>