From 5f7602cd7940215622badfdeb7473c70d133426a Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 2 May 2014 12:05:05 +0200 Subject: [PATCH] Improved readability of upgrader messages References #141 --- templates/2k11/admin/style.css | 10 ++++++++++ templates/2k11/admin/upgrader.inc.tpl | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 482a97b8..5fdceea2 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1472,6 +1472,16 @@ fieldset p, margin-bottom: 1em; } +.upgrader_perms dd, +.upgrader_tasks dd { + margin-bottom: 1em; +} + +.upgrader_perms dd pre, +.upgrader_tasks dd pre { + margin: 1em 0; +} + .category_data { margin: 0 1em 0 0; } diff --git a/templates/2k11/admin/upgrader.inc.tpl b/templates/2k11/admin/upgrader.inc.tpl index ffc64446..126ef3b4 100644 --- a/templates/2k11/admin/upgrader.inc.tpl +++ b/templates/2k11/admin/upgrader.inc.tpl @@ -98,7 +98,7 @@ {/if}

{$CONST.PERMISSIONS}

-
+
{$basedir}
{foreach $upgraderResultDiagnose2 AS $urd2}
{$urd2}
@@ -138,7 +138,7 @@ {/if}

{$CONST.SERENDIPITY_UPGRADER_VERSION_SPECIFIC}:

{if is_array($tasks) && !empty($tasks)} -
+
{foreach $tasks as $task}
{$task.version} - {$task.title}
{$task.desc|nl2br}