Subversion Repositories SmartDukaan

Rev

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

Rev 25979 Rev 26958
Line 10... Line 10...
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>ScheduleTimestamp</th>
14
						<th>ScheduleTimestamp</th>
-
 
15
						<th>ClosureTimestamp</th>
15
	    				<th>Created Timestamp</th>
16
	    				<th>Created Timestamp</th>
16
	                 </tr>	
17
	                 </tr>	
17
	    						
18
	    						
18
	    		
19
	    		
19
	    					
20
	    					
Line 23... Line 24...
23
		    	         #if($request.getSchelduleTimestamp())
24
		    	         #if($request.getSchelduleTimestamp())
24
		    		     <td>$request.getSchelduleTimestamp().format($dateTimeFormatter)</td>
25
		    		     <td>$request.getSchelduleTimestamp().format($dateTimeFormatter)</td>
25
		    		     #else
26
		    		     #else
26
		    		       <td></td>
27
		    		       <td></td>
27
		    		     #end
28
		    		     #end
-
 
29
		    		     #if($request.getClosureTimestamp())
-
 
30
		    		     <td>$request.getClosureTimestamp().format($dateTimeFormatter)</td>
-
 
31
		    		     #else
-
 
32
		    		       <td></td>
-
 
33
		    		     #end
28
		    			 <td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
34
		    			 <td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
29
                      </tr>	
35
                      </tr>	
30
			           #end
36
			           #end
31
		    	    </tbody>
37
		    	    </tbody>
32
	             </table>
38
	             </table>