From dc2212cd46d94be5af7011343be68a595a6bdcbf Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 13 Jun 2014 16:54:47 +0200 Subject: [PATCH] migrate table layout to paragraph layout for HTTPS setting --- settings/templates/admin.php | 54 +++++++++++++++++------------------- 1 file changed, 25 insertions(+), 29 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index ce33a804f5..2edb45847e 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -313,35 +313,31 @@ if (!$_['internetconnectionworking']) {

t('Security'));?>

- - - - -
- - /> -
- t( - 'Forces the clients to connect to %s via an encrypted connection.', - $theme->getName() - )); ?> - "); - p($l->t( - 'Please connect to your %s via HTTPS to enable or disable the SSL enforcement.', - $theme->getName() - )); - print_unescaped(""); - } - ?> -
+

+ + /> +
+ t( + 'Forces the clients to connect to %s via an encrypted connection.', + $theme->getName() + )); ?> + "); + p($l->t( + 'Please connect to your %s via HTTPS to enable or disable the SSL enforcement.', + $theme->getName() + )); + print_unescaped(""); + } + ?> +