mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
issue 501 ftp config menu apply validator
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9639 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
feb16399ed
commit
95b311fe3b
4 changed files with 17 additions and 3 deletions
|
|
@ -377,7 +377,6 @@
|
|||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('news..', 'released_version', 'download_link', 'selected_lang', 'module_list..', 'module_list..author..', 'addon_list..', 'addon_list..author..', 'start_module.');
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
<load target="../install/lang/lang.xml" usecdn="true" />
|
||||
<load target="../../session/tpl/js/session.js" usecdn="true" />
|
||||
|
||||
<form action="" method="post" id="ftp_form" class="form" enctype="multipart/form-data">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="installFtpInfo" action="./" method="post" id="ftp_form" class="form" enctype="multipart/form-data">
|
||||
<input type="hidden" name="act" value="procInstallAdminSaveFTPInfo" />
|
||||
<fieldset class="section">
|
||||
<h1 class="h1">{$lang->menu_gnb_sub['adminConfigurationFtp']}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue