Cosmetic issues.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12466 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-26 07:43:33 +00:00
parent b8af606fdf
commit 92a712702a
5 changed files with 10 additions and 8 deletions

View file

@ -5,8 +5,8 @@
<input type="hidden" name="act" value="procMemberAdminInsertDefaultConfig" />
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', $act)}" />
<div class="x_control-group">
<p class="x_control-label">{$lang->enable_join}</p>
<div class="x_controls">
<div class="x_control-label">{$lang->enable_join}</div>
<div class="x_controls" style="padding-top:3px">
<label class="x_inline" for="enable_join_yes"><input type="radio" name="enable_join" id="enable_join_yes" value="Y" checked="checked"|cond="$config->enable_join == 'Y'" /> {$lang->cmd_yes}</label>
<label class="x_inline" for="enable_join_no"><input type="radio" name="enable_join" id="enable_join_no" value="N" checked="checked"|cond="$config->enable_join != 'Y'" /> {$lang->cmd_no}</label>
</div>