mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
#401 페이지>추가설정 처리결과 메시지 출력 정리
This commit is contained in:
parent
cbc1e7764c
commit
841374a27f
2 changed files with 5 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
<!--%import("filter/insert_editor_module_config.xml")-->
|
<!--%import("filter/insert_editor_module_config.xml")-->
|
||||||
|
|
||||||
<load target="js/editor_module_config.js" />
|
<load target="js/editor_module_config.js" />
|
||||||
<form action="./" method="post" class="section">
|
<form action="./" method="post" class="section">
|
||||||
<input type="hidden" name="act" value="procEditorInsertModuleConfig" />
|
<input type="hidden" name="act" value="procEditorInsertModuleConfig" />
|
||||||
<input type="hidden" name="module" value="editor" />
|
<input type="hidden" name="module" value="editor" />
|
||||||
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
|
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
|
||||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||||
|
<input type="hidden" name="xe_validator_id" value="modules/editor/addition_setup/1" />
|
||||||
<h1>{$lang->editor}</h1>
|
<h1>{$lang->editor}</h1>
|
||||||
<table class="x_table x_table-striped x_table-hover">
|
<table class="x_table x_table-striped x_table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
<!--#include("header.html")-->
|
<!--#include("header.html")-->
|
||||||
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||||
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||||
|
</div>
|
||||||
{$setup_content}
|
{$setup_content}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue