New: jQuery mobile is best and more compatible with different smartphone

This commit is contained in:
Regis Houssin 2010-10-22 16:09:50 +00:00
parent ae88569c5a
commit 0ceabc34dc

View File

@ -67,9 +67,9 @@ $smartphone->smartheader();
</div><!-- /page -->
<?php if ($dol_loginmesg) { ?>
<?php if ($message) { ?>
<script type="text/javascript" language="javascript">
alert('<?php echo $dol_loginmesg; ?>');
alert('<?php echo $message; ?>');
</script>
<?php } ?>