// W3C
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<script type="text/javascript">
|
||||
function saveCustomerNote()
|
||||
{
|
||||
$('#note_feedback').html('<img src="../img/loader.gif" />').show();
|
||||
$('#note_feedback').html('<img src="../img/loader.gif" alt="" />').show();
|
||||
var noteContent = $('#noteContent').val();
|
||||
|
||||
$.ajax({
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
<input type="submit" name="submitLogin" value="{l s='Log in'}" class="button fl margin-right-5" />
|
||||
|
||||
<p class="fl no-margin hide ajax-loader">
|
||||
<img src="../img/loader.gif">
|
||||
<img src="../img/loader.gif" alt="" />
|
||||
</p>
|
||||
|
||||
<p class="fr no-margin">
|
||||
@@ -89,7 +89,7 @@
|
||||
<input type="submit" name="submit" value="{l s='Send'}" class="button fl margin-right-5" />
|
||||
|
||||
<p class="fl no-margin hide ajax-loader">
|
||||
<img src="../img/loader.gif">
|
||||
<img src="../img/loader.gif" alt="" />
|
||||
</p>
|
||||
|
||||
<p class="fr no-margin">
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
},
|
||||
beforeSend: function(xhr)
|
||||
{
|
||||
$('#moduleContainer').html('<img src="../img/loader.gif" border="0">');
|
||||
$('#moduleContainer').html('<img src="../img/loader.gif" alt="" border="0" />');
|
||||
},
|
||||
success : function(data)
|
||||
{
|
||||
@@ -195,7 +195,7 @@
|
||||
},
|
||||
beforeSend: function(xhr)
|
||||
{
|
||||
$('#addons_loading').html('<img src="../img/loader.gif" border="0">');
|
||||
$('#addons_loading').html('<img src="../img/loader.gif" alt="" border="0" />');
|
||||
},
|
||||
success : function(data)
|
||||
{
|
||||
@@ -236,7 +236,7 @@
|
||||
},
|
||||
beforeSend: function(xhr)
|
||||
{
|
||||
$('#addons_loading').html('<img src="../img/loader.gif" border="0">');
|
||||
$('#addons_loading').html('<img src="../img/loader.gif" alt="" border="0" />');
|
||||
},
|
||||
success : function(data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user