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

@ -837,8 +837,8 @@
<value xml:lang="en"><![CDATA[New email address]]></value>
</item>
<item name="cmd_set_design_info">
<value xml:lang="ko"><![CDATA[디자인 설정]]></value>
<value xml:lang="en"><![CDATA[Desgin Setting]]></value>
<value xml:lang="ko"><![CDATA[디자인]]></value>
<value xml:lang="en"><![CDATA[Desgin]]></value>
</item>
<item name="cmd_login">
<value xml:lang="ko"><![CDATA[로그인]]></value>

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>

View file

@ -14,8 +14,8 @@
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
<input type="hidden" name="agreement" value="{$config->agreement}" />
<div class="x_control-group">
<p class="x_control-label">{$lang->enable_confirm}</p>
<div class="x_controls">
<div class="x_control-label">{$lang->enable_confirm}</div>
<div class="x_controls" style="padding-top:3px">
<label class="x_inline" for="enable_confirm_yes"><input type="radio" name="enable_confirm" id="enable_confirm_yes" value="Y" checked="checked"|cond="$config->enable_confirm == 'Y'" /> {$lang->cmd_yes}</label>
<label class="x_inline" for="enable_confirm_no"><input type="radio" name="enable_confirm" id="enable_confirm_no" value="N" checked="checked"|cond="$config->enable_confirm != 'Y'"/> {$lang->cmd_no}</label>
<p class="x_help-block">{$lang->about_enable_confirm}</p>