diff --git a/module/bug/view/activate.html.php b/module/bug/view/activate.html.php index 455fc1a4f0..4ca7db9e0e 100644 --- a/module/bug/view/activate.html.php +++ b/module/bug/view/activate.html.php @@ -24,8 +24,8 @@
diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index 6f48530d24..a95d2e291c 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -161,6 +161,10 @@| bug->fromCase;?> | case) echo html::a($this->createLink('testcase', 'view', "caseID=$bug->case"), $bug->caseTitle);?> | |
|---|---|---|
| bug->toCase;?> | +bug->toCase;?> | toCases as $caseID => $case) @@ -264,14 +267,6 @@ ?> |
| bug->mailto;?> | -mailto)); foreach($mailto as $account) echo ' ' . $users[$account]; ?> | -
|---|---|
| bug->linkBug;?> |
diff --git a/module/convert/css/common.css b/module/convert/css/common.css
new file mode 100644
index 0000000000..6480fab61c
--- /dev/null
+++ b/module/convert/css/common.css
@@ -0,0 +1 @@
+.outer > .container > form {padding: 20px}
diff --git a/module/convert/css/selectsource.css b/module/convert/css/selectsource.css
new file mode 100644
index 0000000000..e9f3048911
--- /dev/null
+++ b/module/convert/css/selectsource.css
@@ -0,0 +1,2 @@
+.outer > .container > form {padding: 20px}
+.outer > .container > form .table-form {border: 1px solid #ddd}
diff --git a/module/convert/view/checkconfig.html.php b/module/convert/view/checkconfig.html.php
index 67e1865512..6313aaf1ac 100644
--- a/module/convert/view/checkconfig.html.php
+++ b/module/convert/view/checkconfig.html.php
@@ -14,8 +14,7 @@
- convert->common;?>
- convert->checkConfig;?>
+ convert->checkConfig;?>
- convert->common;?>
- convert->selectSource . ' ' . html::icon('bullseye');?>
+ convert->selectSource;?>
|