aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile-in-directory.tpl
blob: 56b28d37e30df182a061fe843632d1b855632c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<p id="profile-in-directory">
$desc
</p>

		<div id="profile-in-dir-yes-wrapper">
		<label id="profile-in-dir-yes-label" for="profile-in-dir-yes">$yes_str</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_str</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>