From e0143c553c03105acf9efc9992df73beeebfcb35 Mon Sep 17 00:00:00 2001 From: Catouse Date: Wed, 23 Sep 2020 17:24:54 +0800 Subject: [PATCH] * task #8043, improve UI of header buttons. --- module/custom/model.php | 2 +- module/product/model.php | 2 +- module/program/model.php | 28 ++++++++++++++-------------- www/theme/blackberry/style.css | 4 ++-- www/theme/classic/style.css | 4 ++-- www/theme/default/style.css | 3 --- www/theme/green/style.css | 4 ++-- www/theme/pink/style.css | 4 ++-- www/theme/purple/style.css | 4 ++-- www/theme/red/style.css | 4 ++-- www/theme/zui/css/min.css | 4 ++-- 11 files changed, 30 insertions(+), 33 deletions(-) diff --git a/module/custom/model.php b/module/custom/model.php index e3630d1f58..b1dad3352c 100644 --- a/module/custom/model.php +++ b/module/custom/model.php @@ -373,7 +373,7 @@ class customModel extends model $current = (isset($_COOKIE['systemModel']) and $_COOKIE['systemModel'] == 'scrum') ? 'Scrum' : $this->lang->custom->waterfallCommon; $link = (isset($_COOKIE['systemModel']) and $_COOKIE['systemModel'] == 'scrum') ? html::a(helper::createLink('custom', 'setwaterfall'), $this->lang->custom->waterfallCommon) : html::a(helper::createLink('custom', 'setscrum'), 'Scrum'); - $output = "
"; + $output = "
"; $output .= ""; $output .= "
"; diff --git a/module/product/model.php b/module/product/model.php index de527cf1a0..7d177ba854 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -440,7 +440,7 @@ class productModel extends model } $dropMenuLink = helper::createLink('product', 'ajaxGetDropMenu', "objectID=$productID&module=$currentModule&method=$currentMethod&extra=$extra"); - $output .= "