Subversion Repositories SmartDukaan

Rev

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

Rev 6866 Rev 6931
Line 480... Line 480...
480
    <script type="text/javascript">
480
    <script type="text/javascript">
481
      minPrice        = $minPrice ;
481
      minPrice        = $minPrice ;
482
      maxPrice        = $maxPrice ;
482
      maxPrice        = $maxPrice ;
483
      stepPrice       = 10;
483
      stepPrice       = 10;
484
      priceUrl		   = "$priceUrl";
484
      priceUrl		   = "$priceUrl";
-
 
485
      dynamicPriceRange = $action.getDynamicSearchMap();
485
    </script>
486
    </script>
486
 
487
 
487
</body>
488
</body>
488
</html>
489
</html>
489
 
490