diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php
index 6be9a305d8..f04ca0d0f6 100644
--- a/module/bug/view/browse.html.php
+++ b/module/bug/view/browse.html.php
@@ -162,12 +162,12 @@ js::set('customed', $customed);
id";
- common::printIcon('bug', 'confirmBug', $params, $bug, 'list', '', '', 'iframe', true);
- common::printIcon('bug', 'assignTo', $params, '', 'list', '', '', 'iframe', true);
- common::printIcon('bug', 'resolve', $params, $bug, 'list', '', '', 'iframe', true);
- common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe', true);
- common::printIcon('bug', 'edit', $params, $bug, 'list');
- common::printIcon('bug', 'create', "product=$bug->product&extra=bugID=$bug->id", $bug, 'list', 'copy');
+ common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'icon-search icon-large', '', 'iframe', true);
+ common::printIcon('bug', 'assignTo', $params, '', 'list', 'icon-hand-right icon-large', '', 'iframe', true);
+ common::printIcon('bug', 'resolve', $params, $bug, 'list', 'icon-ok-circle icon-large', '', 'iframe', true);
+ common::printIcon('bug', 'close', $params, $bug, 'list', 'icon-off icon-large', '', 'iframe', true);
+ common::printIcon('bug', 'edit', $params, '', 'list', 'icon-edit icon-large');
+ common::printIcon('bug', 'create', "product=$bug->product&extra=bugID=$bug->id", $bug, 'list', 'icon-copy icon-large');
?>
|
diff --git a/module/common/control.php b/module/common/control.php
index 3445ff7412..74368648b9 100644
--- a/module/common/control.php
+++ b/module/common/control.php
@@ -321,7 +321,7 @@ class common extends control
}
else
{
- echo html::a($link, "", $target, "class='link-icon' title='$title'", false);
+ echo html::a($link, "", $target, "class='link-icon' title='$title'", false);
}
}
else
diff --git a/module/common/view/header.lite.html.php b/module/common/view/header.lite.html.php
index a3f550c5c4..78e3202114 100755
--- a/module/common/view/header.lite.html.php
+++ b/module/common/view/header.lite.html.php
@@ -25,6 +25,8 @@ $clientTheme = $this->app->getClientTheme();
css::import($themeRoot . 'fontawesome/ie7.min.css', $config->version);
echo '';
+ css::import($defaultTheme . 'button.css', $config->version);
+
css::import($defaultTheme . 'yui.css', $config->version);
css::import($defaultTheme . 'style.css', $config->version);
css::import($langTheme, $config->version);
diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php
index cc65a51666..c654766175 100644
--- a/module/my/view/bug.html.php
+++ b/module/my/view/bug.html.php
@@ -23,7 +23,7 @@