]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/smarty3/field_yesno.tpl
9cdb95e01c2000a3d4f331d69f808958e4ecc557
[friendica.git] / view / theme / decaf-mobile / smarty3 / field_yesno.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 {{*<!-- <div class='field yesno'>
7                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
8                 <div class='onoff' id="id_{{$field.0}}_onoff">
9                         <input  type="hidden" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}">
10                         <a href="#" class='off'>
11                                 {{if $field.4}}{{$field.4.0}}{{else}}OFF{{/if}}
12                         </a>
13                         <a href="#" class='on'>
14                                 {{if $field.4}}{{$field.4.1}}{{else}}ON{{/if}}
15                         </a>
16                 </div>
17                 <span class='field_help'>{{$field.3}}</span>
18         </div>-->*}}
19 {{include file="field_checkbox.tpl"}}