language clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9655 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-17 05:00:52 +00:00
parent 2b361934cd
commit 9a70ae0d69
8 changed files with 17 additions and 13 deletions

View file

@ -122,7 +122,7 @@
<table width="100%" border="1" cellspacing="0">
<thead>
<tr>
<th>{$lang->group}</th>
<th>{$lang->member_group}</th>
<th>{$lang->level}</th>
</tr>
</thead>

View file

@ -76,7 +76,7 @@
<option value="Y" <!--@if($is_denied=='Y')-->selected="selected"<!--@end-->>{$lang->denied}</option>
</select>
<select name="selected_group_srl">
<option value="0">{$lang->group}</option>
<option value="0">{$lang->member_group}</option>
<!--@foreach($group_list as $key => $val)-->
<option value="{$val->group_srl}" <!--@if($selected_group_srl==$val->group_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
<!--@end-->