From 5ade292282632bf4bcab8aa7b608a4d061bf609b Mon Sep 17 00:00:00 2001 From: ruan Date: Thu, 19 Apr 2018 13:37:33 +0200 Subject: [PATCH] Add btn-primary to action.return button --- history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.php b/history.php index 203f5f4..f55dec3 100644 --- a/history.php +++ b/history.php @@ -203,7 +203,7 @@ try { if ($from_href !== null) { $btnlabel = str_replace("{origin}", $from_title, $page->t("action.return")); - echo "
$btnlabel "; + echo "
$btnlabel "; } $page->print_footer();