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