Subversion Repositories SmartDukaan

Rev

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

Rev 7080 Rev 7096
Line 30... Line 30...
30
	
30
	
31
	<div class="row">
31
	<div class="row">
32
    	<div class="text">$action.getResultMessage()</div>
32
    	<div class="text">$action.getResultMessage()</div>
33
    </div>
33
    </div>
34
	
34
	
35
	#if($action.showPrintButton())
-
 
-
 
35
	
36
	<div class="row">
36
	<div class="row">
37
    	<div style="padding-top:10px;margin-top: 25px;padding-left: 200px;">
37
    	<div style="padding: 10px 20px 0 140px;margin-top: 25px;text-align: right;">
-
 
38
    		<input id="home-button" type="button" value="Home Page" style="height: 30px;cursor: pointer;width: 150px;font-size: 20px;float: left;background-color: orange;" onclick="window.location.replace('/rch/')">
-
 
39
			#if($action.showPrintButton())
38
    		<input id='recharge-button' type="button" value='Print Invoice' style="height: 30px;background-color: orange;cursor: pointer;width: 140px;font-size: 21px;">
40
				<input id="recharge-button" type="button" value="Print Invoice" style="height: 22px;cursor: pointer;width: 100px;font-size: 14px;">
-
 
41
			#end
39
    	</div>
42
    	</div>
40
    </div>
43
    </div>
41
	#end
44
	
42
	
45
	
43
	<div class='padding-row'>
46
	<div class='padding-row'>
44
    </div>
47
    </div>
45
</div>
48
</div>
46
 
49