Skip to content

Commit

Permalink
Replaced outdated SliderBar with a ValueListBox for map notification …
Browse files Browse the repository at this point in the history
…radius.
  • Loading branch information
ddadlani committed Feb 12, 2015
1 parent 907e048 commit 9861353
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 265 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<inherits name="com.google.gwt.maps.Maps" />
<inherits name="org.gwtopenmaps.openlayers.OpenLayers" />
<inherits name="org.jboss.errai.ui.Cordova" />
<inherits name="com.google.gwt.gen2.picker.Picker" />
<inherits name="org.jboss.errai.validation.Validation" />
<inherits name="org.hibernate.validator.HibernateValidator" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3 class="hidden-sm">Store Page</h3>
</form>
</div>
<div class="col-12 col-lg-6">
<label for=radius class="hidden-sm">Notification radius</label>
<label for=radius class="hidden-sm">Notification radius (in km)</label>

<div id=radius data-field=radius>this is the slider</div>

Expand Down
Loading

0 comments on commit 9861353

Please sign in to comment.