Subversion Repositories SmartDukaan

Rev

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

Rev 6866 Rev 6931
Line 522... Line 522...
522
    <script type="text/javascript">
522
    <script type="text/javascript">
523
      minPrice        = $minPrice ;
523
      minPrice        = $minPrice ;
524
      maxPrice        = $maxPrice ;
524
      maxPrice        = $maxPrice ;
525
      stepPrice       = 10;
525
      stepPrice       = 10;
526
      priceUrl		   = "$priceUrl";
526
      priceUrl		   = "$priceUrl";
-
 
527
      dynamicPriceRange = $action.getDynamicSearchMap();
527
    </script>
528
    </script>
528
 
529
 
529
</body>
530
</body>
530
</html>
531
</html>
531
 
532