mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
issue 46 validator apply to member module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8512 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6683636782
commit
ee58f755a8
20 changed files with 194 additions and 66 deletions
|
|
@ -1,10 +1,11 @@
|
|||
<!--#include("header.html")-->
|
||||
<!--%import("filter/update_group.xml")-->
|
||||
<!--%load_js_plugin("filebox")-->
|
||||
|
||||
<!-- 그룹 수정 -->
|
||||
<!--@if($selected_group)-->
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, update_group)">
|
||||
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
|
||||
<form ruleset="updateGroup" action="./" method="post">
|
||||
<input type="hidden" name="act" value="procMemberAdminUpdateGroup" />
|
||||
<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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue