Subversion Repositories SmartDukaan

Rev

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

Rev 23956 Rev 23993
Line 30... Line 30...
30
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
30
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
31
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
31
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
32
	    					#if($request.getStatus()=="pending")
32
	    					#if($request.getStatus()=="pending")
33
	    					<td><button class="btn btn-primary approve"  data-requestid="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>
33
	    					<td><button class="btn btn-primary approve"  data-requestid="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>
34
						     </td>
34
						     </td>
-
 
35
						    <td><button class="btn btn-primary rejected" data-requestid="$request.getId()"  type="button" style="width:100%;border-radius:0px;">Reject</button>
-
 
36
						    </td>
-
 
37
						     
35
	    					#end	
38
	    					#end	
36
	    				</tr>
39
	    				</tr>
37
    			 #end
40
    			 #end
38
    			#else
41
    			#else
39
    				<tr>
42
    				<tr>