From de1f382f0bbe085f32a3b432182225bdc166ab72 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 8 Aug 2022 17:35:51 +0200 Subject: [PATCH] Fixup dff1955cd5a01fee68e5ef321884bab9ff9d99bf debug template --- libs/debug.tpl | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/libs/debug.tpl b/libs/debug.tpl index 4f82a582..53fe0593 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -12,7 +12,6 @@ margin: 1px; padding: 0; } - h1 { margin: 0; text-align: left; @@ -22,7 +21,6 @@ font-weight: bold; font-size: 1.2em; } - h2 { background-color: #9B410E; color: white; @@ -31,7 +29,6 @@ padding: 2px; border-top: 1px solid black; } - h3 { text-align: left; font-weight: bold; @@ -39,71 +36,58 @@ font-size: 0.7em; padding: 2px; } - body { background: black; } - p, table, div { background: #f0ead8; } - p { margin: 0; font-style: italic; text-align: center; } - table { width: 100%; } - th, td { font-family: monospace; vertical-align: top; text-align: left; } - td { color: green; } - tr:nth-child(odd) { background-color: #eeeeee; } - tr:nth-child(even) { background-color: #fafafa; } - .exectime { font-size: 0.8em; font-style: italic; } - #bold div { color: black; font-weight: bold; } - #blue h3 { color: blue; } - #normal div { color: black; font-weight: normal; } - #table_assigned_vars th { color: blue; font-weight: bold; } - #table_config_vars th { color: maroon; } {/literal} + @@ -121,6 +105,7 @@
{/foreach} + {/if} @@ -144,11 +129,14 @@ {$vars['attributes']|debug_print_var nofilter} {/if} + {/foreach} +

assigned config file variables

+ {if NOT empty($config_vars)} {foreach $config_vars as $vars} @@ -163,6 +151,8 @@ {/foreach}
+ {/if} + {/capture}