From b7ab7223d0e3a7cffdb8e7ac2c0660b4fc71f87e Mon Sep 17 00:00:00 2001 From: misol Date: Wed, 7 Jan 2009 05:23:06 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9E=90=EC=97=B0=EC=8A=A4=EB=A0=88=20?= =?UTF-8?q?=EB=B3=B4=EC=9D=B4=EA=B8=B0=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5265 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/addon/tpl/addon_info.html | 3 +-- modules/admin/tpl/index.html | 2 +- modules/editor/tpl/view_component.html | 16 +++++++++------- modules/module/tpl/module_info.html | 5 +++-- modules/module/tpl/module_list.html | 2 +- modules/module/tpl/skin_info.html | 4 +++- 6 files changed, 18 insertions(+), 14 deletions(-) diff --git a/modules/addon/tpl/addon_info.html b/modules/addon/tpl/addon_info.html index 24b731c32..97441a3cd 100644 --- a/modules/addon/tpl/addon_info.html +++ b/modules/addon/tpl/addon_info.html @@ -8,7 +8,6 @@
{$lang->title}
{$addon_info->title} ver. {$addon_info->version} -
{$lang->author}
@@ -16,7 +15,7 @@ {$author->name} ({$author->homepage}, {$author->email_address})
- +
{$lang->homepage}
diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index be488a4d2..35b4d1349 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -61,7 +61,7 @@ {$val->version} - {$author->name} + {$author->name} diff --git a/modules/editor/tpl/view_component.html b/modules/editor/tpl/view_component.html index 2fa04cc03..c8bd80c0c 100644 --- a/modules/editor/tpl/view_component.html +++ b/modules/editor/tpl/view_component.html @@ -11,31 +11,33 @@
{$lang->component_author}
- {$author->name} ({$author->homepage}, {$author->email_address})
+ {$author->name} ({$author->homepage}, {$author->email_address})
+
{$lang->homepage}
- {$component->homepage}  - + {$component->homepage} +
{$lang->regdate}
{zdate(str_replace('-',"",$component->date), 'Y-m-d')} +
{$lang->component_license}
{nl2br(trim($component->license))} - +

{$component->license_link}

-   - + +
{$lang->component_description}
{nl2br(trim($component->description))} - + diff --git a/modules/module/tpl/module_info.html b/modules/module/tpl/module_info.html index 11f672569..34181d1ad 100644 --- a/modules/module/tpl/module_info.html +++ b/modules/module/tpl/module_info.html @@ -13,7 +13,7 @@
{$lang->author}
- {$author->name} ({$author->homepage}, {$author->email_address})
+ {$author->name} ({$author->homepage}, {$author->email_address})
@@ -37,11 +37,12 @@ - +
{$lang->description}
{nl2br(trim($module_info->description))} + diff --git a/modules/module/tpl/module_list.html b/modules/module/tpl/module_list.html index badc09176..c76b9cef0 100644 --- a/modules/module/tpl/module_list.html +++ b/modules/module/tpl/module_list.html @@ -24,7 +24,7 @@ {$val->version} - {$author->name} + {$author->name} diff --git a/modules/module/tpl/skin_info.html b/modules/module/tpl/skin_info.html index 41f90128d..9a99722f6 100644 --- a/modules/module/tpl/skin_info.html +++ b/modules/module/tpl/skin_info.html @@ -15,7 +15,7 @@ - {$author->name} ({$author->homepage}, {$author->email_address})
+ {$author->name} ({$author->homepage}, {$author->email_address})
@@ -40,10 +40,12 @@ + {$lang->description} {nl2br(trim($skin_info->description))} +