mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@41 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
37a3e13e5b
commit
3e481ef18d
22 changed files with 513 additions and 719 deletions
|
|
@ -1,30 +0,0 @@
|
|||
<!--#include("header.html")-->
|
||||
<!--%import("filter/filter.update_group.xml")-->
|
||||
|
||||
<!-- 게시판 정보 -->
|
||||
<div>
|
||||
{$lang->cmd_member_group}
|
||||
</div>
|
||||
|
||||
<!-- 그룹 수정 -->
|
||||
<!--@if($selected_group)-->
|
||||
<form action="./admin.php" method="post" onsubmit="return procFormFilter(this, update_group, procInsertGroup)" enctype="multipart/form-data">
|
||||
<input type="hidden" name="sid" value="{$sid}" />
|
||||
<input type="hidden" name="act" value="procUpdateGroup" />
|
||||
<input type="hidden" name="group_srl" value="{$selected_group->group_srl}" />
|
||||
<input type="hidden" name="mode" value="update" />
|
||||
<!--@if($selected_group->is_default=='Y')--><input type="hidden" name="is_default" value="Y" /><!--@end-->
|
||||
|
||||
<div style="margin-bottom:30px">
|
||||
{$lang->group_title} : <input type="text" name="title" value="{$selected_group->title}" /><br />
|
||||
<!--@if($selected_group->is_default!='Y')-->
|
||||
{$lang->is_default} : <input type="checkbox" name="is_default" value="Y" /><br />
|
||||
<!--@end-->
|
||||
{$lang->description} :<input type="text" name="description" value="{$selected_group->description}" /><br />
|
||||
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('group_srl','')}'" />
|
||||
<input type="submit" value="{$lang->cmd_modify}" accesskey="s" />
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<!--@end-->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue