Subversion Repositories SmartDukaan

Rev

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

Rev 25496 Rev 25498
Line 97... Line 97...
97
	    			</tbody>
97
	    			</tbody>
98
	    		</table>
98
	    		</table>
99
	    	</div>
99
	    	</div>
100
	    </div>
100
	    </div>
101
    </div>
101
    </div>
-
 
102
    
-
 
103
        #if(!$refferals.isEmpty())
-
 
104
    	<div class="row" id="refferal-paginated">
-
 
105
    		<div class="col-lg-9">
-
 
106
    			<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
-
 
107
    		</div>
-
 
108
    		<div class="col-lg-3" style="text-align:right;">
-
 
109
				<div class="btn-group" style="width:40%">
-
 
110
					<button class="btn btn-primary previous" disabled="disabled" style="width:100%">Previous</button>
-
 
111
				</div>
-
 
112
				<div class="btn-group" style="width:40%">
-
 
113
					#if($end >= $size)
-
 
114
						<button class="btn btn-primary next" style="width:100%" disabled="disabled">Next</button>
-
 
115
					#else
-
 
116
						<button class="btn btn-primary next" style="width:100%">Next</button>
-
 
117
					#end
-
 
118
				</div>
-
 
119
	    	</div>
-
 
120
	    </div>
-
 
121
    #end
102
	</section>
122
	</section>
103
	
123
	
104
	<div id="refferal-container" style="background:white;background-color:white;">
124
	<div id="refferal-container" style="background:white;background-color:white;">
105
</div>
125
</div>
106
126