mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Add btn-primary to action.return button
This commit is contained in:
parent
f276e9df34
commit
5ade292282
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user