mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 207, do not display "cdn" setting when "__XE_CDN_VERSION__" is not set
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9425 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6b4ed81123
commit
0f9fa1921b
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ jQuery(function($){
|
|||
<label for="">HTTPS:</label> <input type="text" name="https_port" id="https_port" size="5" value="{$https_port}" style="width:40px" />
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<li cond="__XE_CDN_VERSION__!='%__XE_CDN_VERSION__%'">
|
||||
<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="cdn_y">{$lang->cmd_yes}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue