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