diff --git a/modules/layout/tpl/header.html b/modules/layout/tpl/header.html
index 679de63ce..50669d912 100644
--- a/modules/layout/tpl/header.html
+++ b/modules/layout/tpl/header.html
@@ -11,7 +11,10 @@
diff --git a/modules/layout/tpl/index.html b/modules/layout/tpl/index.html
index 3ccc941e6..18a884648 100644
--- a/modules/layout/tpl/index.html
+++ b/modules/layout/tpl/index.html
@@ -24,6 +24,8 @@
{$lang->layout} |
{$lang->title} |
{$lang->regdate} |
+ {$lang->cmd_layout_management} |
+ {$lang->cmd_layout_edit} |
{$lang->cmd_delete} |
@@ -36,14 +38,16 @@
(module)
+ {htmlspecialchars($val->title)} |
+ {zdate($val->regdate,"Y-m-d")} |
- {htmlspecialchars($val->title)}
-
- {htmlspecialchars($val->title)}
+ {$lang->cmd_layout_management}
|
- {zdate($val->regdate,"Y-m-d")} |
+
+ {$lang->cmd_layout_edit}
+ |
{$lang->cmd_delete}
|