Fix: deprecated attribute
This commit is contained in:
parent
a029fedac3
commit
66a47485c9
@ -94,7 +94,7 @@ jQuery(document).bind("mobileinit", function(){
|
|||||||
</div><!-- /page -->
|
</div><!-- /page -->
|
||||||
|
|
||||||
<?php if ($dol_loginmesg) { ?>
|
<?php if ($dol_loginmesg) { ?>
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript">
|
||||||
alert('<?php echo $dol_loginmesg; ?>');
|
alert('<?php echo $dol_loginmesg; ?>');
|
||||||
</script>
|
</script>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
@ -72,7 +72,7 @@ include('header.tpl.php');
|
|||||||
</div><!-- /page -->
|
</div><!-- /page -->
|
||||||
|
|
||||||
<?php if ($message) { ?>
|
<?php if ($message) { ?>
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript">
|
||||||
alert('<?php echo $message; ?>');
|
alert('<?php echo $message; ?>');
|
||||||
</script>
|
</script>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user