From e9181f8718ee0c80a51e2973efeda3fdb730a255 Mon Sep 17 00:00:00 2001 From: Praesidiarius Date: Wed, 31 Mar 2021 00:04:51 +0200 Subject: [PATCH] bootstrap cards working --- view/partial/basic_card_footer.phtml | 14 --------- .../card/basic.phtml} | 13 ++++++++ view/templates/card/basic_footer.phtml | 30 +++++++++++++++++++ 3 files changed, 43 insertions(+), 14 deletions(-) delete mode 100644 view/partial/basic_card_footer.phtml rename view/{partial/basic_card.phtml => templates/card/basic.phtml} (57%) create mode 100644 view/templates/card/basic_footer.phtml diff --git a/view/partial/basic_card_footer.phtml b/view/partial/basic_card_footer.phtml deleted file mode 100644 index 3cde0db..0000000 --- a/view/partial/basic_card_footer.phtml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - translate((isset($sCancelButtonLabel)) ? $sCancelButtonLabel : 'Cancel')?> - - + * @license https://opensource.org/licenses/BSD-3-Clause + * @version 1.0.0 + * @since 1.0.0 + */ $sCardClassFinal = (!isset($sCardClass)) ? 'col-md-12' : $sCardClass; ?>
diff --git a/view/templates/card/basic_footer.phtml b/view/templates/card/basic_footer.phtml new file mode 100644 index 0000000..eb8f234 --- /dev/null +++ b/view/templates/card/basic_footer.phtml @@ -0,0 +1,30 @@ + + * @license https://opensource.org/licenses/BSD-3-Clause + * @version 1.0.0 + * @since 1.0.0 + */ +?> + + + + + + + + translate((isset($sCancelButtonLabel)) ? $sCancelButtonLabel : 'Cancel')?> + +