Subversion Repositories SmartDukaan

Rev

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

Rev 23313 Rev 23318
Line 160... Line 160...
160
            $('#' + domId).html(response);
160
            $('#' + domId).html(response);
161
        }
161
        }
162
    });  
162
    });  
163
}
163
}
164
function loadTaxRateDiv(domId){
164
function loadTaxRateDiv(domId){
165
let response = '<p style="font-size: 14px;">Upload Tax Rate:</p>
165
let response = '<p style="font-size: 14px;">Upload Tax Rate:</p>\
166
		<form id="uploadTaxSheet" name="fileUpload" action="" enctype="multipart/form-data" method="post">\
166
		<form id="uploadTaxSheet" name="fileUpload" action="" enctype="multipart/form-data" method="post">\
167
			<label for="filePath" style="font-size: 14px;">Path : </label>\
167
			<label for="filePath" style="font-size: 14px;">Path : </label>\
168
			<input type="file" name="file" id="file">\
168
			<input type="file" name="file" id="file">\
169
			<input type="submit" value="Upload" name="upload">\
169
			<input type="submit" value="Upload" name="upload">\
170
        </form>'
170
        </form>\
171
<hr/>'
171
<hr/>'
172
$('#' + domId).html(response);
172
$('#' + domId).html(response);
173
}
173
}
174
</script>
174
</script>
175
<style>
175
<style>