Subversion Repositories SmartDukaan

Rev

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

Rev 23886 Rev 30601
Line 14... Line 14...
14
	}
14
	}
15
	.btn:hover{
15
	.btn:hover{
16
  	color: grey;
16
  	color: grey;
17
  	text-decoration: none;
17
  	text-decoration: none;
18
	}
18
	}
-
 
19
 
19
	.btn-primary:hover{
20
	.btn-primary:hover {
20
  	color: grey;
21
		color: grey;
21
  	text-decoration: none;
22
		text-decoration: none;
22
	}
23
	}
-
 
24
 
23
	.grn-details{
25
	.grn-details {
24
		cursor:pointer;
26
		cursor: pointer;
25
	}
27
	}
26
</style>
28
</style>
27
<script>
29
<script>
28
$(function() {
30
	$(function () {
29
	$('#grnDateRange').daterangepicker(getRangedDatePicker(), dateRangeCallback);    
31
		$('#grnDateRange').daterangepicker(getRangedDatePicker());
30
});
32
	});
31
</script>
33
</script>
32
 
34
 
33
<section class="wrapper">            
35
<section class="wrapper">
34
	<div class="row">
36
	<div class="row">
35
		<div class="col-lg-12">
37
		<div class="col-lg-12">
36
			<h3 class="page-header"><i class="icon_document_alt"></i>GRN</h3>
38
			<h3 class="page-header"><i class="icon_document_alt"></i>GRN</h3>
37
			<ol class="breadcrumb">
39
			<ol class="breadcrumb">
38
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
40
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>