From 606c78bdeb4b1302c60ad83ded2d809dac29f7e9 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 19 Dec 2013 09:26:22 +0000 Subject: [PATCH] Update the enhanced and nature themes so that the 'Message' looks better for the IVR Menu and other features in the future. --- themes/enhanced/template.php | 14 +++++++++++--- themes/nature/template.php | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index ac01a7eca1..7a434e0ce9 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -760,9 +760,17 @@ table tr:nth-last-child(-5) td:first-of-type { 0) { - echo "
"; - echo "
".$_SESSION['message']."
"; - echo "
"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "
".$text['message-message']."
".$_SESSION['message']."
\n"; + echo "
\n"; + echo "
\n"; unset($_SESSION['message']); } ?> diff --git a/themes/nature/template.php b/themes/nature/template.php index 1ee975e930..18f282dfc1 100644 --- a/themes/nature/template.php +++ b/themes/nature/template.php @@ -804,9 +804,17 @@ table tr:nth-last-child(-5) td:first-of-type { 0) { - echo "
"; - echo "
".$_SESSION['message']."
"; - echo "
"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "
".$text['message-message']."
".$_SESSION['message']."
\n"; + echo "
\n"; + echo "
\n"; unset($_SESSION['message']); } ?>