New: use jQuery mobile for smartphone menu
New: add a footer bar menu Fix: more simple and more optimized
This commit is contained in:
parent
16289cac15
commit
417d1fbec3
@ -36,12 +36,11 @@ $this->smartheader();
|
||||
|
||||
</div><!-- /content -->
|
||||
|
||||
<div data-role="footer" data-id="foo1" data-theme="b">
|
||||
<div data-role="footer" data-theme="b">
|
||||
<div data-role="navbar">
|
||||
<ul>
|
||||
<li><a href="<?php echo DOL_URL_ROOT.'/user/logout.php'; ?>"><?php echo $langs->trans("Logout"); ?></a></li>
|
||||
<li> </li>
|
||||
<li> </li>
|
||||
<li><a href="<?php echo DOL_URL_ROOT.'/user/logout.php'; ?>" data-icon="grid"><?php echo $langs->trans("Logout"); ?></a></li>
|
||||
<li><a href=""> </a></li>
|
||||
</ul>
|
||||
</div><!-- /navbar -->
|
||||
</div><!-- /footer -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user