Subversion Repositories SmartDukaan

Rev

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

Rev 15026 Rev 15042
Line 49... Line 49...
49
        </div>
49
        </div>
50
		<?php endif;?>		
50
		<?php endif;?>		
51
		<div class="col-xs-4 ">
51
		<div class="col-xs-4 ">
52
			<div class="dropdown pull-right">
52
			<div class="dropdown pull-right">
53
			  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
53
			  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
-
 
54
			  	 <div class="col-xs-6 pull-left">Filters
-
 
55
			  	 	<?php if(isset($brandschosen) && !empty($brandschosen)):?>
-
 
56
			  	 	<div class="greenbigtext">On</div>
-
 
57
			  	 	<?php endif;?>
-
 
58
			  	 </div>			  	 				
-
 
59
			  	 <div class="col-xs-6">
-
 
60
			  	 	<div class="greensmalltext"><?php if(isset($brandschosen) && !empty($brandschosen)):?>Edit<?php endif;?></div>	  
54
			  	<span class="caret"></span> FILTER		    
61
			  	 	<span class="caret"></span>
-
 
62
			  	 </div>
55
			  </button>
63
			  </button>
56
  			  <ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
64
  			  <ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
57
			  	<li role="presentation" class="dropdown-header menu-item">FILTER</li>
65
			  	<li role="presentation" class="dropdown-header menu-item">
-
 
66
			  		FILTER
-
 
67
			  		<?php if(isset($brandschosen) && !empty($brandschosen)):?>
-
 
68
			  			<button class="btn btn-xs clearfilters" id="clearfilters">Clear all Filters</button>
-
 
69
			  		<?php endif;?>	
-
 
70
			  	</li>
58
			    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>filter/brand<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By Brands <span class="greyarrow"></span></a></li>
71
			    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>filter/brand<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By Brands <span class="greyarrow"></span></a></li>
59
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
72
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
60
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
73
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
61
			    <li role="presentation" class="dropdown-header menu-item">SORT</li>
74
			    <li role="presentation" class="dropdown-header menu-item">SORT</li>
62
			    <li role="presentation" class="menu-item <?php if(isset($sort) && $sort == 'bestSellerPoints'):?>selected<?php endif;?>"><a role="menuitem" tabindex="-1" href="?sort=bestSellerPoints&direction=-1">Bestsellers</a></li>
75
			    <li role="presentation" class="menu-item <?php if(isset($sort) && $sort == 'bestSellerPoints'):?>selected<?php endif;?>"><a role="menuitem" tabindex="-1" href="?sort=bestSellerPoints&direction=-1">Bestsellers</a></li>