Subversion Repositories SmartDukaan

Rev

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

Rev 26958 Rev 31249
Line 1... Line 1...
1
 <div class="modal-header">
1
 <div class="modal-header">
2
	        <button type="button" class="close" data-dismiss="modal">&times;</button>
2
	        <button type="button" class="close" data-dismiss="modal">&times;</button>
3
	        <h4 class="modal-title">Lead Activity
3
	        <h4 class="modal-title">Lead Activity
4
	        </h4>
4
	        </h4>
5
       </div>
5
       </div>
6
  <div class="modal-body">
6
  <div class="modal-body" style="height:540px;overflow:auto">
7
    <div class = "row">
7
    <div class = "row">
8
       <div class="col-lg-12">
8
       <div class="col-lg-12">
9
	    	
9
	    	
10
	             <table class="table  table-advance" id = "notify-order-table">
10
	             <table class="table  table-advance" id = "notify-order-table">
11
	    			<tbody>
11
	    			<tbody>
12
	    			  <tr>
12
	    			  <tr>
13
				        <th>Remark</th>
13
				        <th>Remark</th>
-
 
14
				        <th>Communication Type</th>
-
 
15
					    <th>Auth User</th>
-
 
16
					
14
						<th>ScheduleTimestamp</th>
17
						<th>ScheduleTimestamp</th>
15
						<th>ClosureTimestamp</th>
18
						<th>ClosureTimestamp</th>
16
	    				<th>Created Timestamp</th>
19
	    				<th>Created Timestamp</th>
17
	                 </tr>	
20
	                 </tr>	
18
	    						
21
	    						
19
	    		
22
	    		
20
	    					
23
	    					
21
			          #foreach($request in $leadActivity )
24
			          #foreach($request in $leadActivity )
22
		    		  <tr>		
25
		    		  <tr>		
23
		    	         <td>$request.getRemark()</td>
26
		    	         <td>$request.getRemark()</td>
-
 
27
		    	         #if($request.getCommunicationType())
-
 
28
		    		     <td>$request.getCommunicationType()</td>
-
 
29
		    		     #else
-
 
30
		    		       <td></td>
-
 
31
		    		     #end
-
 
32
		    		      <td>$authUserMap.get($request.getAuthId()).getFullName()</td>
-
 
33
 
24
		    	         #if($request.getSchelduleTimestamp())
34
		    	         #if($request.getSchelduleTimestamp())
25
		    		     <td>$request.getSchelduleTimestamp().format($dateTimeFormatter)</td>
35
		    		     <td>$request.getSchelduleTimestamp().format($dateTimeFormatter)</td>
26
		    		     #else
36
		    		     #else
27
		    		       <td></td>
37
		    		       <td></td>
28
		    		     #end
38
		    		     #end