aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/profile-hide-wall.tpl
blob: 755908d1761a49831fdaaa3139c2b8ee002ef957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<p id="hide-wall-text">
{{$desc}}
</p>

		<div id="hide-wall-yes-wrapper">
		<label id="hide-wall-yes-label" for="hide-wall-yes">{{$yes_str}}</label>
		<input type="radio" name="hidewall" id="hide-wall-yes" {{$yes_selected}} value="1" />

		<div id="hide-wall-break" ></div>	
		</div>
		<div id="hide-wall-no-wrapper">
		<label id="hide-wall-no-label" for="hide-wall-no">{{$no_str}}</label>
		<input type="radio" name="hidewall" id="hide-wall-no" {{$no_selected}} value="0"  />

		<div id="hide-wall-end"></div>
		</div>