diff --git a/lib/front/front.class.php b/lib/front/front.class.php index cc88d12533..d1570ea283 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -377,7 +377,9 @@ EOT; EOT; global $lang; - $string .= "{$lang->selectAll}"; - $string .= "{$lang->selectReverse}"; + $string .= "{$lang->selectAll}"; + $string .= "{$lang->selectReverse}"; return $string; } diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index 718a49fb12..f2517fe603 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -120,7 +120,7 @@ if(count($planStories) and $canBatchUnlink) { echo "
" . html::selectButton() . '
'; - echo html::submitButton(" " . $lang->productplan->batchUnlink); + echo html::submitButton($lang->productplan->batchUnlink); } ?>
@@ -136,7 +136,7 @@
id"), ' ' . $lang->productplan->linkBug, '', "class='btn btn-sm'");?>
- +
id}&type=bug&orderBy=%s"; ?> @@ -183,8 +183,8 @@ " . html::selectButton('linkedBugsForm') . ''; - echo html::submitButton(" " . $lang->productplan->batchUnlink); + echo "
" . html::selectButton() . '
'; + echo html::submitButton($lang->productplan->batchUnlink); } ?>
productplan->bugSummary, count($planBugs));?>