Add btn-primary to action.return button

This commit is contained in:
ruan 2018-04-19 13:37:33 +02:00
parent f276e9df34
commit 5ade292282
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -203,7 +203,7 @@ try {
if ($from_href !== null) { if ($from_href !== null) {
$btnlabel = str_replace("{origin}", $from_title, $page->t("action.return")); $btnlabel = str_replace("{origin}", $from_title, $page->t("action.return"));
echo "<br><a class=\"btn\" href=\"$from_href\">$btnlabel</a> "; echo "<br><a class=\"btn btn-primary\" href=\"$from_href\">$btnlabel</a> ";
} }
$page->print_footer(); $page->print_footer();