Subversion Repositories SmartDukaan

Rev

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

Rev 30260 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
	.sale-details{
25
	.sale-details {
24
		cursor:pointer;
26
		cursor: pointer;
25
	}
27
	}
26
</style>
28
 </style>
27
 <script>
29
 <script>
28
  $(function() {
30
	 $(function () {
29
	$('input[name="dateTime"]').daterangepicker(getSingleDatePicker(),dateRangeCallback);
31
		 $('input[name="dateTime"]').daterangepicker(getSingleDatePicker());
30
	});
32
	 });
31
	
33
 
32
 </script>
34
 </script>
33
 
35
 
34
 
36
 
35
<section class="wrapper">
37
 <section class="wrapper">
36
	<div class="row">
38
	 <div class="row">
37
		<div class="col-lg-12">
39
		 <div class="col-lg-12">
38
			<h3 class="page-header"><i class="icon_document_alt"></i>WALLET</h3>
40
			 <h3 class="page-header"><i class="icon_document_alt"></i>WALLET</h3>
39
			<ol class="breadcrumb">
41
			 <ol class="breadcrumb">
40
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
42
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
41
				<li><i class="icon_document_alt"></i>UNSETTLED PAYMENTS</li>						  	
43
				<li><i class="icon_document_alt"></i>UNSETTLED PAYMENTS</li>						  	
42
			</ol>
44
			</ol>
43
		</div>
45
		</div>
44
	</div>
46
	</div>