diff --git a/application/admin/views/scripts/sys/emailtext.phtml b/application/admin/views/scripts/sys/emailtext.phtml index 1be6223d..a370570f 100644 --- a/application/admin/views/scripts/sys/emailtext.phtml +++ b/application/admin/views/scripts/sys/emailtext.phtml @@ -2,16 +2,18 @@ $this->headTitle($this->config->title->site); $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); - $this->headLink()->appendStylesheet('/css/admin.css'); + $this->headLink()->appendStylesheet('/css/admin.css'); + $this->breadcrumb('首页'); + $this->breadcrumb('后台首页'); + $this->breadcrumb('系统管理'); + $this->breadcrumb('邮件模板管理'); + $this->breadcrumb()->setSeparator(' > '); ?> -
-
partial('sys/left.phtml'); ?>
- msg or $this->messages) :?>
msg) : ?> @@ -25,53 +27,31 @@
-
- -
- - - - - - - - - paginator)): ?> - - paginator as $item): ?> - - > - - - - - - -
模板名称管理
-
-
-
-
    -
  • 模板说明:
  • -
  • 创建时间:
  • -
  • 使用次数:
  • -
-
-
-
-
- 删除 | - 查看更改 | - 发送测试 -
-
- paginator; ?>
-
- -
- + 创建新模板 + + + + + + + +paginator)): + $autoindex=0; + foreach ($this->paginator as $item): + $autoindex++;?> + + + + + + + + +
模板标识邮件主题创建时间更新时间操作
+ 删除 | + 编辑 | + 测试 +
+
\ No newline at end of file diff --git a/application/admin/views/scripts/sys/emailtextadd.phtml b/application/admin/views/scripts/sys/emailtextadd.phtml index 967adda5..46c93dea 100644 --- a/application/admin/views/scripts/sys/emailtextadd.phtml +++ b/application/admin/views/scripts/sys/emailtextadd.phtml @@ -3,49 +3,37 @@ $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); $this->headLink()->appendStylesheet('/css/admin.css'); - + $this->breadcrumb('首页'); + $this->breadcrumb('后台首页'); + $this->breadcrumb('系统管理'); + $this->breadcrumb('邮件模板管理'); + $this->breadcrumb()->setSeparator(' > '); ?> -
-
partial('sys/left.phtml'); ?>
- - -
- -

邮件模板添加

- -
- - -
-

-
- -

+

邮件模板添加

+ + + +
+

+ + +

+ +

+ + +

-

-
- -

- -

-
- - 查看说明? -

- -

or

- -
- - - - -
- -
+

+
+ +

+

+ +
\ No newline at end of file diff --git a/application/admin/views/scripts/sys/emailtextedit.phtml b/application/admin/views/scripts/sys/emailtextedit.phtml index 7cccd33b..ca7de8eb 100644 --- a/application/admin/views/scripts/sys/emailtextedit.phtml +++ b/application/admin/views/scripts/sys/emailtextedit.phtml @@ -3,48 +3,38 @@ $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); $this->headLink()->appendStylesheet('/css/admin.css'); - + $this->breadcrumb('首页'); + $this->breadcrumb('后台首页'); + $this->breadcrumb('系统管理'); + $this->breadcrumb('邮件模板管理'); + $this->breadcrumb()->setSeparator(' > '); ?> -
-
partial('sys/left.phtml'); ?>
- - -
- -

邮件模板编辑

-
- - - -
-

-
- -

+

邮件模板编辑

+ + + + +
+

+ + +

+ +

+ + +

-

-
- -

- -

-
- - 查看说明? -

- -

or

- -
- - - -
- -
+

+
+ +

+

or

+ +
\ No newline at end of file diff --git a/application/admin/views/scripts/sys/emailtexttest.phtml b/application/admin/views/scripts/sys/emailtexttest.phtml index a86819f4..511bb826 100644 --- a/application/admin/views/scripts/sys/emailtexttest.phtml +++ b/application/admin/views/scripts/sys/emailtexttest.phtml @@ -4,14 +4,11 @@ $this->headTitle()->setSeparator(' - '); $this->headLink()->appendStylesheet('/css/admin.css'); ?> -
-
partial('sys/left.phtml'); ?>
-
msg or $this->messages) :?>
@@ -26,36 +23,32 @@
-

发送邮件发送测试

- -
- - - -
- -

-
- -

+

邮件发送测试

+ + + + +
+

+ + +

-

-
- -

+

+ + +

-

-
- -

- -

or

- -
- - - -
-
+

+ + +

+

+
+ +

+

or

+ +
\ No newline at end of file diff --git a/application/admin/views/scripts/sys/index.phtml b/application/admin/views/scripts/sys/index.phtml index 446e6c6d..13ab5440 100644 --- a/application/admin/views/scripts/sys/index.phtml +++ b/application/admin/views/scripts/sys/index.phtml @@ -2,16 +2,16 @@ $this->headTitle($this->config->title->site); $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); - $this->headLink()->appendStylesheet('/css/admin.css'); + $this->headLink()->appendStylesheet('/css/admin.css'); + $this->breadcrumb('首页'); + $this->breadcrumb('后台首页'); + $this->breadcrumb('系统管理'); + $this->breadcrumb()->setSeparator(' > '); ?> -
-
partial('sys/left.phtml'); ?>
- -
\ No newline at end of file