mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
issue 46 Validator apply
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8478 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b17464e1c1
commit
4a50363cb1
5 changed files with 31 additions and 9 deletions
|
|
@ -1,9 +1,11 @@
|
|||
<!--#include("header.html")-->
|
||||
<!--%import("filter/insert_config.xml")-->
|
||||
<!--%import("../../widget/tpl/js/widget_admin.js")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<input type="hidden" name="target_module_srl" id="target_module_srl" value="{$config->target_module_srl}" />
|
||||
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
|
||||
<form ruleset="insertConfig" action="./" method="post">
|
||||
<input type="hidden" name="act" value="procIntegration_searchAdminInsertConfig" />
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="target_module_srl" id="target_module_srl" value="{$config->target_module_srl}" />
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->sample_code}</div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue