From 0d90cdb05d058763e5e52720ab653c5cc391dc3b Mon Sep 17 00:00:00 2001 From: Guy Marriott Date: Fri, 27 Jul 2018 16:01:52 +1200 Subject: [PATCH 1/2] FIX Altering ID of authenticator tabs to resolve ID conflict --- .../Security/Security_MultiAuthenticatorTabbedForms.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss b/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss index b4eb8ce72..17f3abdfd 100644 --- a/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss +++ b/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss @@ -1,12 +1,12 @@ <% loop $Forms %> -
+

$AuthenticatorName

$forTemplate
From 3bd2cbf199fd066278e7fb03de7278e26a575eed Mon Sep 17 00:00:00 2001 From: Scott Hutchinson Date: Tue, 14 Aug 2018 15:35:28 +1200 Subject: [PATCH 2/2] DOCS indentation on pagination guide [ci skip] For all those copy + paste fiends --- .../02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md b/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md index e10e50623..4408439bd 100644 --- a/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md +++ b/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md @@ -63,7 +63,7 @@ switch between pages: ... <% end_if %> <% end_if %> - <% end_loop %> + <% end_loop %> <% if $PaginatedPages.NotLastPage %> <% end_if %>