后台商店地址优化
parent
228c5e3627
commit
008181c9a3
|
|
@ -7,7 +7,7 @@
|
|||
<a href="{{:MyUrl('admin/design/saveinfo')}}" class="am-btn am-btn-secondary am-radius am-btn-xs am-icon-plus" target="_blank"> {{:MyLang('add_title')}}</a>
|
||||
<!-- 父级内容 -->
|
||||
{__block__}
|
||||
{{if !empty($store_design_url)}}
|
||||
{{if $is_system_show_base eq 1 and !empty($store_design_url)}}
|
||||
<a class="am-margin-left-sm" href="{{$store_design_url}}" target="_blank">{{:MyLang('design.nav_store_design_name')}} <i class="am-icon-external-link"></i></a>
|
||||
{{/if}}
|
||||
{{/block}}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<!-- 表单顶部操作栏 -->
|
||||
{{block name="form_operate_top"}}
|
||||
<button type="button" class="am-btn am-btn-success am-btn-xs am-icon-cloud-upload am-radius" data-am-modal="{target: '#payment-upload-win'}"> {{:MyLang('upload_title')}}</button>
|
||||
{{if !empty($store_payment_url)}}
|
||||
{{if $is_system_show_base eq 1 and !empty($store_payment_url)}}
|
||||
<a class="am-margin-left-sm" href="{{$store_payment_url}}" target="_blank">{{:MyLang('payment.nav_store_payment_name')}} <i class="am-icon-external-link"></i></a>
|
||||
{{/if}}
|
||||
<!-- 父级内容 -->
|
||||
|
|
|
|||
|
|
@ -151,16 +151,20 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="am-padding-vertical-xl am-text-center">
|
||||
<a href="{{$store_url}}" target="_blank" class="am-margin-left-xs">{{:MyLang('pluginsadmin.more_plugins_store_to_text')}}</a>
|
||||
</div>
|
||||
{{if $is_system_show_base eq 1}}
|
||||
<div class="am-padding-vertical-xl am-text-center">
|
||||
<a href="{{$store_url}}" target="_blank" class="am-margin-left-xs">{{:MyLang('pluginsadmin.more_plugins_store_to_text')}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{else /}}
|
||||
<div class="table-no">
|
||||
<i class="am-icon-skyatlas am-icon-lg"></i>
|
||||
<p class="am-margin-top-sm">{{:MyLang('plugins_no_data_tips')}}</p>
|
||||
<div class="am-margin-top-xl">
|
||||
<a href="{{$store_url}}" target="_blank" class="am-margin-left-xs">{{:MyLang('pluginsadmin.no_data_store_to_text')}}</a>
|
||||
</div>
|
||||
{{if $is_system_show_base eq 1}}
|
||||
<div class="am-margin-top-xl">
|
||||
<a href="{{$store_url}}" target="_blank" class="am-margin-left-xs">{{:MyLang('pluginsadmin.no_data_store_to_text')}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</li>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
{{if !empty($store_url)}}
|
||||
{{if $is_system_show_base eq 1 and !empty($store_url)}}
|
||||
<li class="am-fr">
|
||||
<a class="am-margin-left-sm" href="{{$store_url}}" target="_blank">{{:MyLang('pluginsadmin.base_nav_more_plugins_download_name')}} <i class="am-icon-external-link"></i></a>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</li>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
{{if !empty($store_theme_url)}}
|
||||
{{if $is_system_show_base eq 1 and !empty($store_theme_url)}}
|
||||
<li class="am-fr">
|
||||
<a class="am-margin-left-sm" href="{{$store_theme_url}}" target="_blank">{{:MyLang('theme.nav_store_theme_name')}} <i class="am-icon-external-link"></i></a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue