Subversion Repositories SmartDukaan

Rev

Rev 33966 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33966 Rev 37045
Line 71... Line 71...
71
	    					<th>Status</th>
71
	    					<th>Status</th>
72
	    					<th>Created On</th>
72
	    					<th>Created On</th>
73
	    					<th>Updated On </th>
73
	    					<th>Updated On </th>
74
	    					<th>Assign To </th>
74
	    					<th>Assign To </th>
75
	    					<th>view</th>
75
	    					<th>view</th>
-
 
76
							<th>Action</th>
76
	    				</tr>
77
	    				</tr>
77
	    		</thead>
78
	    		</thead>
78
	    		<tbody>		
79
	    		<tbody>		
79
	    					#if(!$leads.isEmpty())
80
	    					#if(!$leads.isEmpty())
80
								#foreach( $leadsModel in $leads )
81
								#foreach( $leadsModel in $leads )
Line 103... Line 104...
103
										<button class="btn btn-primary view" data-requestid="$leadsModel.getId()"
104
										<button class="btn btn-primary view" data-requestid="$leadsModel.getId()"
104
												data-toggle="modal" data-target="#fetchLeadActivityData" type="button">
105
												data-toggle="modal" data-target="#fetchLeadActivityData" type="button">
105
											View
106
											View
106
										</button>
107
										</button>
107
									</td>
108
									</td>
-
 
109
									<td>
-
 
110
										<button class="btn btn-primary editLead" data-leadid="$leadsModel.getId()"
-
 
111
												data-toggle="modal" data-target="#editLeadData" type="button">
108
			    					
112
											Edit
-
 
113
										</button>
-
 
114
									</td>
-
 
115
 
109
			    				</tr>	
116
								</tr>
110
			    	   #end
117
			    	   #end
111
		    			#else
118
		    			#else
112
		    				<tr>
119
		    				<tr>
113
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
120
								<td colspan="14" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
114
		    				</tr>
121
		    				</tr>
115
		    			#end
122
		    			#end
116
	    			</tbody>
123
	    			</tbody>
117
	    		</table>
124
	    		</table>
118
	    	</div>
125
	    	</div>