New: jQuery mobile is best and more compatible with different smartphone
This commit is contained in:
parent
ddd9344c92
commit
49878a2376
@ -25,10 +25,9 @@ $smartphone->smartheader();
|
|||||||
<div data-role="page" id="dol-home" data-theme="b">
|
<div data-role="page" id="dol-home" data-theme="b">
|
||||||
|
|
||||||
<div data-role="header" data-nobackbtn="true" data-theme="b">
|
<div data-role="header" data-nobackbtn="true" data-theme="b">
|
||||||
<div id="dol-homeheader">
|
<div id="dol-homeheader">
|
||||||
<img src="<?php echo $dol_url_root.'/theme/phones/smartphone/theme/'.$smartphone->theme.'/thumbs/dolibarr.png'; ?>">
|
<img src="<?php echo $dol_url_root.'/theme/phones/smartphone/theme/'.$smartphone->theme.'/thumbs/dolibarr.png'; ?>">
|
||||||
<a href="index.html" data-icon="gear" class="ui-btn-right"><?php echo $langs->trans('Tools'); ?></a>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
@ -68,20 +67,20 @@ $smartphone->smartheader();
|
|||||||
<?php if ($forgetpasslink) { ?>
|
<?php if ($forgetpasslink) { ?>
|
||||||
<li>
|
<li>
|
||||||
<img alt="tools" class="ui-li-icon" src="<?php echo $dol_url_root.'/theme/phones/smartphone/theme/'.$smartphone->theme.'/thumbs/tools.png'; ?>" />
|
<img alt="tools" class="ui-li-icon" src="<?php echo $dol_url_root.'/theme/phones/smartphone/theme/'.$smartphone->theme.'/thumbs/tools.png'; ?>" />
|
||||||
<a href="<?php echo 'user/passwordforgotten.php'; ?>"><?php echo $langs->trans('PasswordForgotten'); ?></a>
|
<a href="<?php echo 'user/passwordforgotten.php'; ?>" data-icon="gear"><?php echo $langs->trans('PasswordForgotten'); ?></a>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($helpcenterlink) { ?>
|
<?php if ($helpcenterlink) { ?>
|
||||||
<li>
|
<li>
|
||||||
<img alt="support" class="ui-li-icon" src="<?php echo $dol_url_root.'/theme/phones/smartphone/theme/'.$smartphone->theme.'/thumbs/support.png'; ?>" />
|
<img alt="support" class="ui-li-icon" src="<?php echo $dol_url_root.'/theme/phones/smartphone/theme/'.$smartphone->theme.'/thumbs/support.png'; ?>" />
|
||||||
<a href="<?php echo 'support/index.php'; ?>"><?php echo $langs->trans('NeedHelpCenter'); ?></a>
|
<a href="<?php echo 'support/index.php'; ?>" data-icon="gear"><?php echo $langs->trans('NeedHelpCenter'); ?></a>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</ul>
|
</ul>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
</div><!-- /content -->
|
<br /><br /></div><!-- /content -->
|
||||||
|
|
||||||
</div><!-- /page -->
|
</div><!-- /page -->
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user