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:
flyskyko 2011-09-29 02:51:41 +00:00
parent 6b4ed81123
commit 0f9fa1921b

View file

@ -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>