mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
Modify config general page (lang file,cdn label)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9022 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3536f08292
commit
2bc3b80d29
2 changed files with 19 additions and 7 deletions
|
|
@ -105,10 +105,10 @@ jQuery(function($){
|
|||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="ftp_port">{$lang->ftp_port}</label></p>
|
||||
<p class="a"><input type="text" name="ftp_port" id="ftp_port" value="21" /></p>
|
||||
<p class="a"><input type="text" name="ftp_port" id="ftp_port" value="{$ftp_info->ftp_port}" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="ftp_passive">Use FTP Passive Mode?</label></p>
|
||||
<p class="q"><label for="ftp_passive">{$lang->about_use_ftp_passive_mode}</label></p>
|
||||
<p class="a">
|
||||
<input type="radio" name="ftp_pasv" id="ftp_passive_y" value="Y" <!--@if($ftp_info->ftp_pasv == 'Y')-->checked="checked" <!--@end-->/> <label for="ftp_passive_y">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="ftp_pasv" id="ftp_passive_n" value="N" <!--@if($ftp_info->ftp_pasv != 'Y')-->checked="checked" <!--@end-->/> <label for="ftp_passive_n">{$lang->cmd_no}</label>
|
||||
|
|
@ -172,8 +172,8 @@ jQuery(function($){
|
|||
<li>
|
||||
<p class="q">{$lang->about_cdn}</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="use_cdn" id="cdn_y" value="Y" <!--@if($use_cdn=='Y')-->checked="checked" <!--@end-->/> <label for="sso_y">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="use_cdn" id="cdn_n" value="N" <!--@if($use_cdn!='Y')-->checked="checked" <!--@end-->/> <label for="sso_n">{$lang->cmd_no}</label>
|
||||
<input type="radio" name="use_cdn" id="cdn_y" value="Y" <!--@if($use_cdn=='Y')-->checked="checked" <!--@end-->/> <label for="cdn_y">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="use_cdn" id="cdn_n" value="N" <!--@if($use_cdn!='Y')-->checked="checked" <!--@end-->/> <label for="cdn_n">{$lang->cmd_no}</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -218,4 +218,4 @@ jQuery(function($){
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!--#include("./_spFooter.html")-->
|
||||
<!--#include("./_spFooter.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue