Skip to content

Commit

Permalink
feat(layer-selector): remove global bounding box toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksueiR committed Apr 29, 2015
1 parent be7e596 commit ae5c7ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/js/RAMP/Modules/templates/filter_manager_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@
</label>
<input id='globalVisibility' checked='checked' class='layerList_legend' type='checkbox' ></input>
</div>

<div class='checkbox-custom'>
<label for='globalBox' class='form-checkbox _tooltip box checked' title=''>
<label for='globalQuery' class='form-checkbox _tooltip query checked' title=''>
<i class='fa fa-map-marker'></i>
<span class='wb-invisible'></span>
</label>
<input id='globalBox' checked='checked' class='layerList_legend' type='checkbox' ></input>
<input id='globalQuery' checked='checked' class='layerList_legend' type='checkbox'></input>
</div>
</div>
</div>
Expand Down

0 comments on commit ae5c7ec

Please sign in to comment.