Subversion Repositories SmartDukaan

Rev

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

Rev 25721 Rev 25736
Line 81... Line 81...
81
	    			</tbody>
81
	    			</tbody>
82
	    		</table>
82
	    		</table>
83
	    	</div>
83
	    	</div>
84
	    </div>
84
	    </div>
85
    </div>
85
    </div>
86
</section>
-
 
87
86
    
-
 
87
        #if(!$focusedModels.isEmpty())
-
 
88
    	<div class="row" id="focused-model-paginated">
-
 
89
    		<div class="col-lg-9">
-
 
90
    			<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
-
 
91
    		</div>
-
 
92
    		<div class="col-lg-4" style="text-align:right;float:right">
-
 
93
				<div class="btn-group" style="width:40%">
-
 
94
					<button class="btn btn-primary previous" disabled="disabled" style="width:100%">Previous</button>
-
 
95
				</div>
-
 
96
				<div class="btn-group" style="width:40%">
-
 
97
					#if($end >= $size)
-
 
98
						<button class="btn btn-primary next" style="width:100%" disabled="disabled">Next</button>
-
 
99
					#else
-
 
100
						<button class="btn btn-primary next" style="width:100%">Next</button>
-
 
101
					#end
-
 
102
				</div>
-
 
103
	    	</div>
-
 
104
	    </div>
-
 
105
    #end
-
 
106
    </div>
-
 
107
</section>
-
 
108
 
-
 
109
<div id="focused-model-container" style="background:white;background-color:white;">
-
 
110
</div>
-
 
111
88
112