mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Modify install module for admin config page
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8977 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3d14d28079
commit
bd07ee1824
3 changed files with 91 additions and 29 deletions
|
|
@ -21,7 +21,7 @@ jQuery(function($){
|
|||
});
|
||||
</script>
|
||||
<div class="content" id="content">
|
||||
<form action="./" method="post" id="ftp_form" class="form" enctype="multipart/form-data" target="hidden_iframe">
|
||||
<form action="./" method="post" id="ftp_form" class="form" enctype="multipart/form-data">
|
||||
<input type="hidden" name="act" value="procInstallAdminConfig" />
|
||||
<h1 class="h1">{$lang->title_genaral}</h1>
|
||||
<fieldset class="section">
|
||||
|
|
@ -216,7 +216,6 @@ jQuery(function($){
|
|||
<div class="btnArea">
|
||||
<span class="btn medium"><input type="submit" value="Save" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<iframe name="hidden_iframe" frameborder="0" style="display:none"></iframe>
|
||||
</form>
|
||||
</div>
|
||||
<!--#include("./_spFooter.html")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue