From 5d3ac67f155a14d703f4d70d3558b03fbaa38285 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 22 Nov 2010 09:57:25 +0000 Subject: [PATCH] * move blue theme to green. --- config/config.php | 2 +- module/common/lang/en.php | 6 +++--- module/common/lang/zh-cn.php | 2 +- www/theme/{blue => green}/style.css | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename www/theme/{blue => green}/style.css (100%) diff --git a/config/config.php b/config/config.php index 63b9cefa30..db3d18ea08 100644 --- a/config/config.php +++ b/config/config.php @@ -28,7 +28,7 @@ $config->sessionVar = 'sid'; // requestType=GET: the session var na /* Views and themes. */ $config->views = ',html,json'; // Supported view formats. -$config->themes = 'default,blue'; // Supported themes. +$config->themes = 'default,green'; // Supported themes. /* Supported languages. */ $config->langs['zh-cn'] = '中文简体'; diff --git a/module/common/lang/en.php b/module/common/lang/en.php index eb1b8e19cd..5c7af404c8 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -98,9 +98,9 @@ $lang->searchObjects['testtask'] = 'Test Task'; $lang->searchObjects['doc'] = 'Doc'; $lang->searchTips = 'Id here'; -/* 风格列表。*/ -$lang->themes['default'] = '默认风格'; -$lang->themes['blue'] = '蓝色风格'; +/* Themes. */ +$lang->themes['default'] = 'Default'; +$lang->themes['green'] = 'Green'; /* Index mododule menu. */ $lang->index->menu->product = 'Products|product|browse'; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index 550ad109c6..f2b68dffb4 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -100,7 +100,7 @@ $lang->searchTips = '输入编号'; /* 风格列表。*/ $lang->themes['default'] = '默认风格'; -$lang->themes['blue'] = '蓝色风格'; +$lang->themes['green'] = '绿色风格'; /* 首页菜单设置。*/ $lang->index->menu->product = '浏览产品|product|browse'; diff --git a/www/theme/blue/style.css b/www/theme/green/style.css similarity index 100% rename from www/theme/blue/style.css rename to www/theme/green/style.css