From a3bccd0effd99d92fea118ad5ad4a407af1eaad0 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 21 Dec 2022 19:44:02 +0800 Subject: [PATCH] * code for task 79627 --- module/block/js/preference.js | 0 module/block/view/preference.html.php | 134 +++++++++++++++++++++++++- module/my/css/preference.css | 2 +- 3 files changed, 130 insertions(+), 6 deletions(-) create mode 100644 module/block/js/preference.js diff --git a/module/block/js/preference.js b/module/block/js/preference.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/module/block/view/preference.html.php b/module/block/view/preference.html.php index f4568ab44d..6239654a97 100644 --- a/module/block/view/preference.html.php +++ b/module/block/view/preference.html.php @@ -1,31 +1,89 @@
'> - + config->systemMode == 'ALM'):?> - + - + - + - +
my->storyConcept;?>
my->programLink;?>my->programLinkList, $programLink, "class='form-control chosen'");?>my->programLinkList, $programLink, "class='form-control picker'");?>
my->productLink;?>my->productLinkList, $productLink, "class='form-control chosen'");?>my->productLinkList, $productLink, "class='form-control picker'");?>
my->projectLink;?>my->projectLinkList, $projectLink, "class='form-control chosen'");?>my->projectLinkList, $projectLink, "class='form-control picker'");?>
my->executionLink;?>my->executionLinkList, $executionLink, "class='form-control chosen'");?>my->executionLinkList, $executionLink, "class='form-control picker'");?>
@@ -35,3 +93,69 @@
+ \ No newline at end of file diff --git a/module/my/css/preference.css b/module/my/css/preference.css index 5d5414d9d2..2303a7c83f 100644 --- a/module/my/css/preference.css +++ b/module/my/css/preference.css @@ -33,7 +33,7 @@ flex-wrap: wrap; } .option-ursr { - flex: 1 1 220px; + flex: 1 1 200px; } .option-ursr.picker-option-selected > .border, .option-ursr.picker-option-active> .border {