Subversion Repositories SmartDukaan

Rev

Rev 12267 | Rev 15489 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12267 Rev 12313
Line 36... Line 36...
36
			$('#scui-alert').show();
36
			$('#scui-alert').show();
37
			$('#' + 'previous-data').html(data);
37
			$('#' + 'previous-data').html(data);
38
			$('#loader').hide();
38
			$('#loader').hide();
39
        },
39
        },
40
		 error : function() {
40
		 error : function() {
41
		 	jAlert("OOPS!!!Unable to upload.Try Again.",'ERROR');
41
		 	jAlert("OOPS!!!Unable to upload.No of items can exceed 100.",'ERROR');
42
			$('#loader').hide();
42
			$('#loader').hide();
43
		 },
43
		 },
44
        cache: false,
44
        cache: false,
45
        contentType: false,
45
        contentType: false,
46
        processData: false
46
        processData: false
Line 198... Line 198...
198
<br>
198
<br>
199
<br>
199
<br>
200
<a href="#" class="add-items">Add Items To Process</a>
200
<a href="#" class="add-items">Add Items To Process</a>
201
<hr>
201
<hr>
202
</div>
202
</div>
-
 
203
<div style="color:red;">
-
 
204
    #sactionerror()
-
 
205
</div>
203
<div id="content">
206
<div id="content">
204
</div>
207
</div>
205
<div style="margin-bottom: 10px; margin-top: 10px; border: 1px solid black;display:none;" id="scui-alert">  
208
<div style="margin-bottom: 10px; margin-top: 10px; border: 1px solid black;display:none;" id="scui-alert">  
206
        <div class="scui-alert-inner">
209
        <div class="scui-alert-inner">
207
	    <h4 style="margin-bottom: 0px; color: green; margin-left: 15px; margin-top: 10px;">Success</h4>
210
	    <h4 style="margin-bottom: 0px; color: green; margin-left: 15px; margin-top: 10px;">Success</h4>