]> git.mxchange.org Git - friendica.git/blob - view/templates/profile-in-directory.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / templates / profile-in-directory.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <p id="profile-in-directory">
7 {{$desc}}
8 </p>
9
10                 <div id="profile-in-dir-yes-wrapper">
11                 <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">{{$yes_str}}</label>
12                 <input type="radio" name="profile_in_directory" id="profile-in-dir-yes" {{$yes_selected}} value="1" />
13
14                 <div id="profile-in-dir-break" ></div>  
15                 </div>
16                 <div id="profile-in-dir-no-wrapper">
17                 <label id="profile-in-dir-no-label" for="profile-in-dir-no">{{$no_str}}</label>
18                 <input type="radio" name="profile_in_directory" id="profile-in-dir-no" {{$no_selected}} value="0"  />
19
20                 <div id="profile-in-dir-end"></div>
21                 </div>