From 223e203aa59bdcb632490302be660475607cf8ab Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 28 May 2018 10:05:59 +0800 Subject: [PATCH] * adjust style of story/create view. --- module/story/view/create.html.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index 7364631108..57b8645478 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -64,9 +64,10 @@ if(count($plans) != 1) { echo "
"; - echo html::a($this->createLink('productplan', 'create', "productID=$productID&branch=$branch"), "", '_blank', "class='btn' data-toggle='tooltip' title='{$lang->productplan->create}'"); - echo '  '; - echo html::a("javascript:loadProductPlans($productID)", "", '', "class='btn' data-toggle='tooltip' title='{$lang->refresh}'"); + echo html::a($this->createLink('productplan', 'create', "productID=$productID&branch=$branch"), "", '_blank', "class='btn btn-icon' data-toggle='tooltip' title='{$lang->productplan->create}'"); + echo '
'; + echo "
"; + echo html::a("javascript:loadProductPlans($productID)", "", '', "class='btn btn-icon' data-toggle='tooltip' title='{$lang->refresh}'"); echo '
'; } ?>