diff --git a/app/data/view/news/item/index.html b/app/data/view/news/item/index.html
index 482095450..79238b03e 100644
--- a/app/data/view/news/item/index.html
+++ b/app/data/view/news/item/index.html
@@ -9,8 +9,8 @@
-
-
+
+
{/block}
diff --git a/app/data/view/news/mark/index.html b/app/data/view/news/mark/index.html
index c1e4717f9..c3abef155 100644
--- a/app/data/view/news/mark/index.html
+++ b/app/data/view/news/mark/index.html
@@ -33,18 +33,21 @@
{if $vo.status eq 0}已禁用{elseif $vo.status eq 1}已激活{/if} |
{$vo.create_at|format_datetime} |
- {if auth("edit")}
+
编 辑
- {/if}
- {if auth("state") and $vo.status eq 1}
+
+
+
禁 用
- {/if}
- {if auth("state") and $vo.status eq 0}
+
+
+
激 活
- {/if}
- {if auth("remove")}
+
+
+
删 除
- {/if}
+
|
{/foreach}
diff --git a/app/data/view/shop/goods/form.html b/app/data/view/shop/goods/form.html
index 757133f6b..516b07a9f 100644
--- a/app/data/view/shop/goods/form.html
+++ b/app/data/view/shop/goods/form.html
@@ -1,7 +1,7 @@
{extend name="../../admin/view/main"}
{block name="content"}
-{include file='shop_goods/formstyle'}
+{include file='shop/goods/formstyle'}