friendicablog/view/theme/blog/smarty3/profile-hide-friends.tpl

14 lines
448 B
Smarty

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<div class='field yesno'>
<label for='id_hide-friends'>{{$desc}}</label>
<div class='onoff' id="id_hide-friends_onoff">
<input type="hidden" name='{{$hide}}-friends' id='id_hide-friends' value="{{if $yes_selected}}1{{else}}0{{/if}}">
<a href="#" class='off'>{{$no_str}}</a>
<a href="#" class='on'>{{$yes_str}}</a>
</div>
</div>