From e94e6f1cff557d9781a675a4071c7b986ef63e24 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Mon, 10 Jun 2024 16:09:25 +0000 Subject: [PATCH] Move election box beneath former MP box --- .../templates/html/mp/_chamber_info_panel.php | 94 ++++++++++--------- 1 file changed, 48 insertions(+), 46 deletions(-) diff --git a/www/includes/easyparliament/templates/html/mp/_chamber_info_panel.php b/www/includes/easyparliament/templates/html/mp/_chamber_info_panel.php index 1bf6e2a7e2..ca38fe11da 100644 --- a/www/includes/easyparliament/templates/html/mp/_chamber_info_panel.php +++ b/www/includes/easyparliament/templates/html/mp/_chamber_info_panel.php @@ -1,50 +1,4 @@ -
-

General Election 2024

- -

There is a UK general election on 4th July 2024 - 1) { - echo "($datediff days away)"; - } elseif ($datediff > 0) { - echo '(tomorrow!)'; - } elseif ($datediff > -86400) { - echo '(today!)'; - } - ?>. -

-

- To understand more about how the election will work, you can read our 10-point guide. -

-

Enter your postcode below to learn more about your new constituency and candidates:

- -
- - - -
- - This MP is standing down from Parliament at this election.'; - } - ?> - - -
-

We want MPs to meet the standards and expectations of the people who elected them - you!

-

Learn more about our current work, and our new project WhoFundsThem - looking into MPs' and APPGs' financial interests.

- -

Learn more about how we'll use your donation and other ways to help.

- -
@@ -87,3 +41,51 @@ + +
+

General Election 2024

+ +

There is a UK general election on 4th July 2024 + 1) { + echo "($datediff days away)"; + } elseif ($datediff > 0) { + echo '(tomorrow!)'; + } elseif ($datediff > -86400) { + echo '(today!)'; + } + ?>. +

+

+ To understand more about how the election will work, you can read our 10-point guide. +

+ +

Enter your postcode below to learn more about your new constituency and candidates:

+ +
+ + + +
+ + This MP is standing down from Parliament at this election.'; + } + ?> + + +
+

We want MPs to meet the standards and expectations of the people who elected them - you!

+

Learn more about our current work, and our new project WhoFundsThem - looking into MPs' and APPGs' financial interests.

+ +

Learn more about how we'll use your donation and other ways to help.

+ +
\ No newline at end of file