1
0

Improved readability of upgrader messages

References #141
This commit is contained in:
Matthias Mees
2014-05-02 12:05:05 +02:00
parent 33ee2d7217
commit 5f7602cd79
2 changed files with 12 additions and 2 deletions

View File

@ -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;
}

View File

@ -98,7 +98,7 @@
{/if}
<h4>{$CONST.PERMISSIONS}</h4>
<dl>
<dl class="upgrader_perms">
<dt>{$basedir}</dt>
{foreach $upgraderResultDiagnose2 AS $urd2}
<dd>{$urd2}</dd>
@ -138,7 +138,7 @@
{/if}
<h3>{$CONST.SERENDIPITY_UPGRADER_VERSION_SPECIFIC}:</h3>
{if is_array($tasks) && !empty($tasks)}
<dl>
<dl class="upgrader_tasks">
{foreach $tasks as $task}
<dt>{$task.version} - {$task.title}</dt>
<dd>{$task.desc|nl2br}</dd>