mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
issue 46 validator apply editor module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8515 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77722f35b9
commit
4c9ce4db07
4 changed files with 18 additions and 3 deletions
|
|
@ -1,13 +1,14 @@
|
|||
<!--%import("css/editor.css")-->
|
||||
<!--%import("css/editor_admin.css")-->
|
||||
<!--%import("js/editor_admin.js")-->
|
||||
<!--%import("filter/setup_component.xml")-->
|
||||
|
||||
<div id="popHeader" class="wide">
|
||||
<h3 class="xeAdmin">{$lang->cmd_setup}</h3>
|
||||
</div>
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, setup_component);">
|
||||
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
|
||||
<form ruleset="setupComponent" action="./" method="post">
|
||||
<input type="hidden" name="act" value="procEditorAdminSetupComponent" />
|
||||
<input type="hidden" name="component_name" value="{$component_name}" />
|
||||
|
||||
<div id="popBody">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue