관리자 페이지 패키지별 UI 적용을 위한 1차 작업 마무리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-10-15 11:10:08 +00:00
parent 856ab513ec
commit ba4e9e26e2
248 changed files with 3520 additions and 3424 deletions

View file

@ -8,26 +8,24 @@
<input type="hidden" name="mode" value="update" />
<!--@if($selected_group->is_default=='Y')--><input type="hidden" name="is_default" value="Y" /><!--@end-->
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<tr>
<th scope="row">{$lang->group_title}</th>
<td class="left"><input type="text" name="title" class="inputTypeText w100" value="{$selected_group->title}"/></td>
<th scope="row"><div>{$lang->group_title}</div></th>
<td class="left"><input type="text" name="title" class="inputTypeText w400" value="{$selected_group->title}"/></td>
</tr>
<!--@if($selected_group->is_default!='Y' && $selected_group->is_admin!='Y')-->
<tr>
<th scope="row">{$lang->is_default}</th>
<th scope="row"><div>{$lang->is_default}</div></th>
<td class="left"><input type="checkbox" name="is_default" value="Y" class="checkbox" /> {$lang->about_member_default}</td>
</tr>
<!--@end-->
<tr>
<th scope="row">{$lang->description}</th>
<td class="left"><textarea name="description" class="inputTypeTextArea w100">{$selected_group->description}</textarea></td>
<th scope="row"><div>{$lang->description}</div></th>
<td class="left"><textarea name="description" class="inputTypeTextArea w400">{$selected_group->description}</textarea></td>
</tr>
<tr>
<th scope="row" colspan="2" class="button">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_modify}" accesskey="s" /></span>
</th>
</td>
</tr>
</table>