From ced4f505d6e154bb93c952c3fb5a9d81bb77c873 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 11 Jul 2019 11:12:28 +0200 Subject: [PATCH] layout.phtml: Remove remaining browser sniffs for IE --- application/layouts/scripts/external-logout.phtml | 5 +---- application/layouts/scripts/layout.phtml | 9 +-------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/application/layouts/scripts/external-logout.phtml b/application/layouts/scripts/external-logout.phtml index a1df8b7ba..607ad4be5 100644 --- a/application/layouts/scripts/external-logout.phtml +++ b/application/layouts/scripts/external-logout.phtml @@ -7,10 +7,7 @@ $showFullscreen = $this->layout()->showFullscreen; $innerLayoutScript = $this->layout()->innerLayout . '.phtml'; ?> - - - + diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index b607aec63..debe7cec2 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -17,8 +17,7 @@ $iframeClass = $isIframe ? ' iframe' : ''; $innerLayoutScript = $this->layout()->innerLayout . '.phtml'; ?> - - + @@ -42,7 +41,6 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml'; - @@ -76,12 +74,7 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml'; icon('angle-double-up', $this->translate('Collapse'), ['class' => 'collapse-icon']) ?> - - -