Skip to content

Commit

Permalink
Fixed weather usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 28, 2017
1 parent 29a8f47 commit 81a47bc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions views/inc/usage_weather.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,10 @@
</div>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="temperature">{{_('Temperature')}} <span class="required">*</span></label>
<div class="col-md-7 col-sm-6 col-xs-10">
<div class="form-group" data-toggle="tooltip" data-placement="right" title="" data-original-title="{{translations.get_translation('weather_field_temperature')}}">
<select class="form-control" name="temperature" tabindex="-1" placeholder="{{_('Select an option')}}">
<option value="C">C</option>
<option value="F">F</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<ul>
<li>
<strong>{{_('Location')}}</strong>: {{!translations.get_translation('weather_field_location')}}
Expand All @@ -82,9 +70,6 @@
<li>
<strong>{{_('Wind speed')}}</strong>: {{translations.get_translation('weather_field_wind_speed')}}
</li>
<li>
<strong>{{_('Temperature')}}</strong>: {{translations.get_translation('weather_field_temperature')}}
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 81a47bc

Please sign in to comment.