From ae9ddf75fe2ebaf8cb086c2fbd9282a5ef45ea03 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Mon, 20 Dec 2021 10:30:30 +0800 Subject: [PATCH] * Finish task #46181. --- module/stakeholder/css/browse.css | 3 +++ module/stakeholder/view/browse.html.php | 14 ++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/module/stakeholder/css/browse.css b/module/stakeholder/css/browse.css index 0e9ccdfc5f..e0042ab577 100644 --- a/module/stakeholder/css/browse.css +++ b/module/stakeholder/css/browse.css @@ -1,3 +1,6 @@ table td, table th {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .c-phone {width: 120px;} .c-email {width: 200px;} +.btn-group a i.icon-plus {font-size: 16px;} +.btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.2);} +.btn-group button.dropdown-toggle.btn-primary {padding:6px;} diff --git a/module/stakeholder/view/browse.html.php b/module/stakeholder/view/browse.html.php index acf232d868..a48b0ce849 100644 --- a/module/stakeholder/view/browse.html.php +++ b/module/stakeholder/view/browse.html.php @@ -17,8 +17,22 @@ createLink('stakeholder', 'browse', 'browseType=all'), '' . $lang->stakeholder->browse . '', '', 'class="btn btn-link btn-active-text"');?>
+ + + " . $lang->stakeholder->batchCreate, '', "class='btn btn-primary'");?> " . $lang->stakeholder->create, '', "class='btn btn-primary'");?> +