Subversion Repositories SmartDukaan

Rev

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

Rev 29445 Rev 29448
Line 114... Line 114...
114
 
114
 
115
		<tr>
115
		<tr>
116
			<td align="left" style="Width: 20%">
116
			<td align="left" style="Width: 20%">
117
				<div class="row">
117
				<div class="row">
118
					<div class="col-lg-2 form-group" style="width: 12%;">
118
					<div class="col-lg-2 form-group" style="width: 12%;">
-
 
119
					
119
						<select id="colorFilter" name="colorFilter" placeholder="Status"
120
						<select id="colorFilter" name="colorFilter" placeholder="Status"
120
							class="form-control input-sm">
121
							class="form-control input-sm">
121
								<option value="" disabled selected>Status</option>
122
								<option value="" disabled selected>Status</option>
-
 
123
								
122
							#if($colors.contains("All"))
124
							#if($colors.contains("All") && $colors.contains("yellow") && $colors.contains("green"))
123
			           
125
			           
124
			         		<option value="All" selected>All</option>
126
			         		<option value="All" selected>All</option>
125
			         	
127
			         	
126
			         		#else 
128
			         		#else 
127
			         		<option value="All">All</option>
129
			         		<option value="All">All</option>
128
			         		#end
130
			         		#end
129
			         		
131
			         		
130
			         		#if($colors.contains("yellow"))
132
			         		#if($colors.contains("yellow")&& !$colors.contains("green"))
131
			         		
133
			         		
132
							<option value="yellow" selected>yellow</option>
134
							<option value="yellow" selected>yellow</option>
133
							
135
							
134
							#else
136
							#else
135
							<option value="yellow">yellow</option>
137
							<option value="yellow">yellow</option>
136
							
138
							
137
							#end
139
							#end
138
							
140
							
139
							#if($colors.contains("green"))
141
							#if($colors.contains("green") && !$colors.contains("yellow"))
140
							<option value="green" selected>green</option>
142
							<option value="green" selected>green</option>
141
							#else
143
							#else
142
							<option value="green">green</option>
144
							<option value="green">green</option>
143
							#end
145
							#end
144
							
146
							
Line 700... Line 702...
700
 
702
 
701
	 var ctx = document.getElementById('chart-lead-search').getContext('2d');
703
	 var ctx = document.getElementById('chart-lead-search').getContext('2d');
702
	
704
	
703
        myPieChart = new Chart(ctx, {
705
        myPieChart = new Chart(ctx, {
704
            "type":"pie",
706
            "type":"pie",
705
       "data":{
707
       "data":{ 
706
       
-
 
707
         "labels":[
708
         "labels":[
708
            "notInterested",
709
            "notInterested",
709
            "followUp",
710
            "followUp",
710
            "pending",
711
            "pending",
711
            "finalized",
712
            "finalized",