德语静态化更新开关

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent 9251b1d2ae
commit 16587a189c

@ -1257,13 +1257,13 @@
<input type="checkbox" name="ignore_url_check" id="ignore_url_check" />忽略URL重复
</label>
<div class="clearfix"></div>
<?php if ($this->config->item('site_code') == 'cht') { ?>
<?php if (in_array($this->config->item('site_code'),array('cht','gm'))) { ?>
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
<input type="checkbox" name="auto_update_cache_checkbox" id="auto_update_cache_checkbox" onclick="get_update_cache_url();" value="<?php echo $information->ic_url; ?>" />静态更新
</label>
<?php } ?>
<?php if (in_array($this->config->item('site_code'),array('cht','ah','gn'))) { ?>
<?php if (in_array($this->config->item('site_code'),array('cht','ah','gm'))) { ?>
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
<input type="checkbox" name="auto_update_amp" id="auto_update_amp" <?php if($information->amp_status==='2'){echo 'disabled';} ?> value="true" />AMP更新 <?php if($information->amp_status==='2'){echo '<i class="glyphicon glyphicon-hand-up" title="手动管理,不会自动更新"></i>'; } ?>
</label>

Loading…
Cancel
Save