From cfa510b14d969aa24f219d8fdf68d7aea9f73baa Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Thu, 29 Jul 2021 09:19:41 +0800 Subject: [PATCH 01/15] * Adjust the drop-down style of the program filter in the item card list. --- module/project/css/browse.css | 2 +- module/project/lang/de.php | 2 +- module/project/lang/en.php | 2 +- module/project/lang/fr.php | 2 +- module/project/lang/vi.php | 2 +- module/project/lang/zh-cn.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module/project/css/browse.css b/module/project/css/browse.css index 99c737c8f5..1e0562f845 100644 --- a/module/project/css/browse.css +++ b/module/project/css/browse.css @@ -5,7 +5,7 @@ th.c-budget,{text-align:right;} td.c-actions {overflow: visible;} .c-actions .btn {overflow: visible;} -#programBox {float: left; margin-right: 10px;} +#programBox {float: left; margin-right: 10px; width: 170px !important;} #programID_chosen div.chosen-drop.chosen-auto-max-width.in {width: 150px !important;} #switchButton {background: #fff !important;} .panel-actions {position: relative; padding: 0 0;} diff --git a/module/project/lang/de.php b/module/project/lang/de.php index d948ea5c78..3723cf3dc9 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -49,7 +49,7 @@ $lang->project->searchByName = 'Enter the project name to search'; $lang->project->linkedProducts = "Linked {$lang->productCommon}s"; $lang->project->unlinkedProducts = "Unlinked {$lang->productCommon}s"; $lang->project->testreport = 'Testreport'; -$lang->project->selectProgram = 'Select Program'; +$lang->project->selectProgram = 'Program filtering'; /* Fields. */ $lang->project->common = 'Program'; diff --git a/module/project/lang/en.php b/module/project/lang/en.php index a1fab42d5a..29468d5f99 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -51,7 +51,7 @@ $lang->project->linkedProducts = "Linked {$lang->productCommon}s"; $lang->project->unlinkedProducts = "Unlinked {$lang->productCommon}s"; $lang->project->testreport = 'Test Report'; $lang->project->testreport = 'Testreport'; -$lang->project->selectProgram = 'Select Program'; +$lang->project->selectProgram = 'Program filtering'; /* Fields. */ $lang->project->common = 'Project'; diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php index 3f53ef5376..bab6ee3c41 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -49,7 +49,7 @@ $lang->project->searchByName = 'Enter the project name to retrieve'; $lang->project->linkedProducts = "Linked {$lang->productCommon}s"; $lang->project->unlinkedProducts = "Unlinked {$lang->productCommon}s"; $lang->project->testreport = 'Testreport'; -$lang->project->selectProgram = 'Select Program'; +$lang->project->selectProgram = 'Program filtering'; /* Fields. */ $lang->project->common = 'Project'; diff --git a/module/project/lang/vi.php b/module/project/lang/vi.php index e36e145f92..30ced99b99 100644 --- a/module/project/lang/vi.php +++ b/module/project/lang/vi.php @@ -49,7 +49,7 @@ $lang->project->searchByName = 'Enter the project name to retrieve'; $lang->project->linkedProducts = "Linked {$lang->productCommon}s"; $lang->project->unlinkedProducts = "Unlinked {$lang->productCommon}s"; $lang->project->testreport = 'Testreport'; -$lang->project->selectProgram = 'Select Program'; +$lang->project->selectProgram = 'Program filtering'; /* Fields. */ $lang->project->common = 'Project'; diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php index 0a15db5359..28679aa889 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -50,7 +50,7 @@ $lang->project->deleted = '已删除'; $lang->project->linkedProducts = '已关联'; $lang->project->unlinkedProducts = '未关联'; $lang->project->testreport = '测试报告'; -$lang->project->selectProgram = '筛选项目集'; +$lang->project->selectProgram = '项目集筛选'; /* Fields. */ $lang->project->common = '项目'; From a5cea19a104a3247654d72f7e60b62a6a34371b4 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Thu, 29 Jul 2021 09:21:18 +0800 Subject: [PATCH 02/15] * Adjust the style when the project card list has no data. --- module/project/view/browsebycard.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/browsebycard.html.php b/module/project/view/browsebycard.html.php index 90e5b45e4e..a742fed5be 100644 --- a/module/project/view/browsebycard.html.php +++ b/module/project/view/browsebycard.html.php @@ -134,10 +134,10 @@ -
show('right', 'pagerjs');?>
+