mirror of https://github.com/friendica/friendica
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
606 B
17 lines
606 B
<p id="profile-in-directory">
|
|
Publish this profile in site directory?
|
|
</p>
|
|
|
|
<div id="profile-in-dir-yes-wrapper">
|
|
<label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Yes</label>
|
|
<input type="radio" name="profile_in_directory" id="profile-in-dir-yes" $yes_selected value="1" />
|
|
|
|
<div id="profile-in-dir-break" ></div>
|
|
</div>
|
|
<div id="profile-in-dir-no-wrapper">
|
|
<label id="profile-in-dir-no-label" for="profile-in-dir-no">No</label>
|
|
<input type="radio" name="profile_in_directory" id="profile-in-dir-no" $no_selected value="0" />
|
|
|
|
<div id="profile-in-dir-end"></div>
|
|
</div>
|