Subversion Repositories SmartDukaan

Rev

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

Rev 37029 Rev 37045
Line 15... Line 15...
15
	    					<th>Status</th>
15
	    					<th>Status</th>
16
	    					<th>Created On</th>
16
	    					<th>Created On</th>
17
	    					<th>Updated On </th>
17
	    					<th>Updated On </th>
18
	    					<th>Assign To </th>
18
	    					<th>Assign To </th>
19
	    					<th>view</th>
19
	    					<th>view</th>
-
 
20
							<th>Action</th>
20
	    				</tr>
21
	    				</tr>
21
	    		</thead>
22
	    		</thead>
22
	    		<tbody>		
23
	    		<tbody>		
23
	    					#if(!$leads.isEmpty())
24
	    					#if(!$leads.isEmpty())
24
								#foreach( $leadsModel in $leads )
25
								#foreach( $leadsModel in $leads )
Line 54... Line 55...
54
											   title="Play AI call recording">
55
											   title="Play AI call recording">
55
												<i class="fa fa-play"></i> Recording
56
												<i class="fa fa-play"></i> Recording
56
											</a>
57
											</a>
57
										#end
58
										#end
58
									</td>
59
									</td>
-
 
60
									<td>
-
 
61
										<button class="btn btn-primary editLead" data-leadid="$leadsModel.getId()"
-
 
62
												data-toggle="modal" data-target="#editLeadData" type="button">
59
			    					
63
											Edit
-
 
64
										</button>
-
 
65
									</td>
-
 
66
 
60
			    				</tr>	
67
								</tr>
61
			    	   #end
68
			    	   #end
62
		    			#else
69
		    			#else
63
		    				<tr>
70
		    				<tr>
64
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
71
								<td colspan="15" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
65
		    				</tr>
72
		    				</tr>
66
		    			#end
73
		    			#end
67
	    			</tbody>
74
	    			</tbody>
68
	    		</table>
75
	    		</table>
69
	    	</div>
76
	    	</div>