diff --git a/modules/layout/tpl/layout_modify.html b/modules/layout/tpl/layout_modify.html
index 626872f3d..689d803a5 100644
--- a/modules/layout/tpl/layout_modify.html
+++ b/modules/layout/tpl/layout_modify.html
@@ -16,7 +16,7 @@
| {$lang->author} |
- {$selected_layout->author->name} |
+ {$selected_layout->author->name} |
@@ -37,7 +37,7 @@
| {$lang->title} |
-
+
{$lang->about_title}
|
@@ -47,7 +47,7 @@
-
+
@@ -67,14 +67,17 @@
|
{$menu_info->title} ({$menu_name}) |
-
-
- {$lang->cmd_management}
+
|
diff --git a/modules/member/member.controller.php b/modules/member/member.controller.php
index ad788940b..c5c1e1d8b 100644
--- a/modules/member/member.controller.php
+++ b/modules/member/member.controller.php
@@ -1079,14 +1079,14 @@
if($image_name->width) {
if($image_mark->height && $image_mark->height > $image_name->height) $top_margin = ($image_mark->height - $image_name->height)/2;
else $top_margin = 0;
- $text = sprintf('

', Context::getRequestUri().$image_name->file, $image_name->width, $image_name->height, $top_margin);
+ $text = sprintf('

', Context::getRequestUri().$image_name->file, $image_name->width, $image_name->height, $top_margin);
}
if($image_mark->width) {
$matches[0] = str_replace('<'.$matches[6], sprintf('<%s style="cursor:pointer;background:url(%s) no-repeat left;padding-left:%dpx; height:%dpx" ', $matches[1],Context::getRequestUri().$image_mark->file, $image_mark->width+2, $image_mark->height), $matches[0] );
}
-
- return str_replace($matches[5], $text, $matches[0]);
+ $output = str_replace('>'.$matches[5].'<', '>'.$text.'<', $matches[0]);
+ return $output;
}
/**
diff --git a/modules/member/tpl/member_config.html b/modules/member/tpl/member_config.html
index b40d8fe62..1924002f0 100644
--- a/modules/member/tpl/member_config.html
+++ b/modules/member/tpl/member_config.html
@@ -35,7 +35,7 @@
| {$lang->limit_day} |
- {$lang->unit_day}
+ {$lang->unit_day}
{$lang->about_limit_day}
|
@@ -46,8 +46,8 @@
image_name=='Y')-->checked="true" class="checkbox" />
{$lang->about_image_name}
- {$lang->image_name_max_width} :
px
- {$lang->image_name_max_height} :
px
+ {$lang->image_name_max_width} :
px
+ {$lang->image_name_max_height} :
px
@@ -57,14 +57,14 @@
image_mark=='Y')-->checked="true" class="checkbox"/>
{$lang->about_image_mark}
- {$lang->image_mark_max_width} : px
- {$lang->image_mark_max_height} : px
+ {$lang->image_mark_max_width} : px
+ {$lang->image_mark_max_height} : px
| {$lang->redirect_url} |
-
+
{$lang->about_redirect_url}
|
@@ -78,7 +78,7 @@