Fix: deprecated attribute

This commit is contained in:
Regis Houssin 2011-08-29 16:54:20 +00:00
parent a029fedac3
commit 66a47485c9
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ jQuery(document).bind("mobileinit", function(){
</div><!-- /page -->
<?php if ($dol_loginmesg) { ?>
<script type="text/javascript" language="javascript">
<script type="text/javascript">
alert('<?php echo $dol_loginmesg; ?>');
</script>
<?php } ?>

View File

@ -72,7 +72,7 @@ include('header.tpl.php');
</div><!-- /page -->
<?php if ($message) { ?>
<script type="text/javascript" language="javascript">
<script type="text/javascript">
alert('<?php echo $message; ?>');
</script>
<?php } ?>