mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
change success_return_url because action forward
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9740 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2a8cdf7435
commit
2ded43fc5c
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<form ruleset="insertCommentModuleConfig" action="./" method="post" class="form">
|
||||
<input type="hidden" name="module" value="comment" />
|
||||
<input type="hidden" name="act" value="procCommentInsertModuleConfig" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', $act, 'module_srl', $module_srl)}" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
|
||||
<h3 class="h3">{$lang->comment}</h3>
|
||||
<div class="table">
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<input type="hidden" name="act" value="procDocumentAdminInsertExtraVar" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="var_idx" value="{$selected_var_idx}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', $act, 'module_srl', $module_srl)}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('type', '')}" />
|
||||
|
||||
<h3 class="h3">{$lang->extra_vars} {$selected_var_idx}</h3>
|
||||
<div class="table">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<form ruleset="fileModuleConfig" action="./" method="post" class="form">
|
||||
<input type="hidden" name="module" value="file" />
|
||||
<input type="hidden" name="act" value="procFileAdminInsertModuleConfig" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', $act, 'module_srl', $module_srl)}" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
|
||||
<h3 class="h3">{$lang->file}</h3>
|
||||
<div class="table">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<form ruleset="insertRssModuleConfig" action="./" method="post" class="form">
|
||||
<input type="hidden" name="module" value="rss" />
|
||||
<input type="hidden" name="act" value="procRssAdminInsertModuleConfig" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', $act, 'module_srl', $module_srl)}" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="target_module_srl" value="{$rss_config->module_srl?$rss_config->module_srl:$module_srls}" />
|
||||
|
||||
<h3 class="h3">{$lang->open_rss}</h3>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<form action="./" method="post" class="form">
|
||||
<input type="hidden" name="module" value="trackback" />
|
||||
<input type="hidden" name="act" value="procTrackbackAdminInsertModuleConfig" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', $act, 'module_srl', $module_srl)}" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="target_module_srl" value="{$trackback_config->module_srl?$trackback_config->module_srl:$module_srls}" />
|
||||
|
||||
<h3 class="h3">{$lang->trackback}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue