]> git.mxchange.org Git - friendica.git/blob - view/templates/profile-hide-wall.tpl
fix account_type
[friendica.git] / view / templates / profile-hide-wall.tpl
1
2 <p id="hide-wall-text">
3 {{$desc}}
4 </p>
5
6                 <div id="hide-wall-yes-wrapper">
7                 <label id="hide-wall-yes-label" for="hide-wall-yes">{{$yes_str}}</label>
8                 <input type="radio" name="hidewall" id="hide-wall-yes" {{$yes_selected}} value="1" />
9
10                 <div id="hide-wall-break" ></div>       
11                 </div>
12                 <div id="hide-wall-no-wrapper">
13                 <label id="hide-wall-no-label" for="hide-wall-no">{{$no_str}}</label>
14                 <input type="radio" name="hidewall" id="hide-wall-no" {{$no_selected}} value="0"  />
15
16                 <div id="hide-wall-end"></div>
17                 </div>