精简不需要的功能

hotfix/paypal-note
Jimmy Liow 2 years ago
parent 350e2e063a
commit 8b8b4268c0

@ -723,7 +723,7 @@ if ($embody == 1) {
<label>SEO标题<em class="pull-right muted" id="ic_seo_title_count"></em></label>
<input class="form-control" type="text" onkeyup="change_seo_count(this.id);" id="ic_seo_title" name="ic_seo_title" value="<?php echo $information->ic_seo_title; ?>">
</div>
<div class="col-xs-8">
<div class="col-xs-8" style="display: none">
<label>SEO关键词</label>
<input class="form-control" type="text" id="ic_seo_keywords" name="ic_seo_keywords" value="<?php echo $information->ic_seo_keywords; ?>">
</div>
@ -799,7 +799,7 @@ if (!empty($setting_website_nav)) {
<input name="meta_addon_picture_mobile" id="meta_addon_picture_mobile" type="text" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_addon_picture_mobile'); ?>" />
</div>
<div class="col-sm-8">
<div class="col-sm-8" style="display: none">
<label>附加图片链接
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_addon_picture_url', $('#meta_addon_picture_url').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_addon_picture_url', $('#meta_addon_picture_url').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
@ -1870,12 +1870,6 @@ if (stripos($information->ic_photo, '//') === false) {
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
&lt;!--@Content-Recommends-Article@--&gt;
</label>
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
&lt;!--@Content-Recommends-Tour@--&gt;
</label>
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
&lt;!--@Match-Content-GOOGLE@--&gt;
</label>
</div>
</div>
@ -1969,11 +1963,6 @@ foreach ($author_list as $author_item) {
<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 if (!empty($has_html_file)) {?>
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
<a href="<?php echo site_url('information/html_file_helper/delete?ic_url=') . $information->ic_url; ?>" target="_blank">静态文件已生成,点击删除</a>
</label>
<?php }?>
<?php }?>
<?php if (in_array($this->config->item('site_code'), array('cht', 'gm'))) {?>
@ -2034,6 +2023,12 @@ foreach ($author_list as $author_item) {
</ul>
</li>
</ul>
<?php if (!empty($has_html_file)) {?>
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
<a href="<?php echo site_url('information/html_file_helper/delete?ic_url=') . $information->ic_url; ?>" target="_blank">静态文件已生成,点击删除</a>
</label>
<?php }?>
</div>
<div class="clearfix"></div>

Loading…
Cancel
Save