diff --git a/modules/member/lang/lang.xml b/modules/member/lang/lang.xml index 601718a31..74ce0c191 100644 --- a/modules/member/lang/lang.xml +++ b/modules/member/lang/lang.xml @@ -824,6 +824,10 @@ + + + + diff --git a/modules/member/member.admin.model.php b/modules/member/member.admin.model.php index 64012361c..0ea45edb6 100644 --- a/modules/member/member.admin.model.php +++ b/modules/member/member.admin.model.php @@ -186,7 +186,7 @@ Context::set('config', $config); $oTemplate = &TemplateHandler::getInstance(); - $tpl = $oTemplate->compile($this->module_path.'tpl', 'colorset_list'); + $tpl = $oTemplate->compile($this->module_path.'tpl', 'new_colorset_list'); } $this->add('tpl', $tpl); diff --git a/modules/member/tpl/member_config.html b/modules/member/tpl/member_config.html index 845a875c9..ec9baeba1 100644 --- a/modules/member/tpl/member_config.html +++ b/modules/member/tpl/member_config.html @@ -132,12 +132,13 @@
-

+

{$lang->cmd_set_design_info}

- +
- +
@@ -149,9 +150,26 @@
- + +
+ +
+ +
+
+
+ +
+
@@ -289,3 +307,6 @@ + diff --git a/modules/member/tpl/new_colorset_list.html b/modules/member/tpl/new_colorset_list.html new file mode 100644 index 000000000..dfc86db91 --- /dev/null +++ b/modules/member/tpl/new_colorset_list.html @@ -0,0 +1,15 @@ + + + {@ $_img_info = getImageSize($val->screenshot); $_height = $_img_info[1]+40; $_width = $_img_info[0]+20; $_talign = "center"; } + + {@ $_width = 200; $_height = 20; $_talign = "left"; } + +
+ + +
+ {$val->title} + +
+