]> git.mxchange.org Git - friendica-addons.git/blob - curweather/templates/settings.tpl
Merge pull request #298 from tobiasd/master
[friendica-addons.git] / curweather / templates / settings.tpl
1 <span id="settings_curweather_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose('settings_curweather_expanded'); openClose('settings_curweather_inflated');">
2         <h3>{{$header}}</h3>
3 </span>
4 <div id="settings_curweather_expanded" class="settings-block" style="display: none;">
5         <span class="fakelink" onclick="openClose('settings_curweather_expanded'); openClose('settings_curweather_inflated');">
6                 <h3>{{$header}}</h3>
7         </span>
8         <div style="color: red; font-weight: bold;">{{$noappidtext}}</div>
9         {{include file="field_input.tpl" field=$curweather_loc}}
10         {{include file="field_select.tpl" field=$curweather_units}}
11         {{include file="field_checkbox.tpl" field=$enabled}}
12         <div class="settings-submit-wrapper" >
13                 <input type="submit" id="curweather-settings-submit" name="curweather-settings-submit" class="settings-submit" value="{{$submit}}" />
14         </div>
15 </div>