Subversion Repositories SmartDukaan

Rev

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

Rev 24089 Rev 24093
Line 21... Line 21...
21
			    					<td>$request.getTransaction_reference()</td>
21
			    					<td>$request.getTransaction_reference()</td>
22
			    					<td>$request.getAmount()</td>
22
			    					<td>$request.getAmount()</td>
23
			    					<td>$request.getReference_date().format($dateTimeFormatter)</td>
23
			    					<td>$request.getReference_date().format($dateTimeFormatter)</td>
24
			    					<td>$request.getDescription()</td>	
24
			    					<td>$request.getDescription()</td>	
25
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
25
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
26
			    					<td><button class="btn btn-primary approved"  data-id="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>
26
			    					<td><button class="btn btn-primary approved" data-dismiss="modal"  data-id="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>
27
								  </td>
27
								  </td>
28
			    				</tr>	
28
			    				</tr>	
29
			    	   #end
29
			    	   #end
30
		    			
30
		    			
31
	    			</tbody>
31
	    			</tbody>
32
	    		</table>
32
	    		</table>
33
	    		<button class="btn btn-primary approve" type="button" style="width:50%;border-radius:0px;margin-left:500px">Approve</button>
33
	    		<button class="btn btn-primary approve" type="button"data-dismiss="modal" style="width:50%;border-radius:0px;margin-left:500px">Approve</button>
34
	    		</div>
34
	    		</div>
35
	    	
-
 
36
	    		#else
35
	    		#else
37
	    		<div style = "font-size:15px;margin-left:30px;">
36
	    		<div style = "font-size:15px;margin-left:30px;">
38
				<p>Are you sure you want to Approve the request</p>
37
				<p>Are you sure you want to Approve the request</p>
39
				</div>
38
				</div>
40
				<div class="modal-footer">
39
				<div class="modal-footer">
41
		        <button type="button" class="btn btn-default cancel">Cancel</button>
40
		        <button type="button" data-dismiss="modal" class="btn btn-default cancel">Cancel</button>
42
		        <button type="button" class="btn btn-default confirm">Confirm</button>
41
		        <button type="button" data-dismiss="modal"  class="btn btn-default confirm">Confirm</button>
43
		   
42
		   
44
	    	</div>
43
	    	</div>
45
	    	
44
	    	
46
	    	 #end
45
	    	 #end
47
	    	
46