From 089c8d652f752a7dfec4fca3ff2957b25baebd1a Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 7 Feb 2007 08:14:15 +0000 Subject: [PATCH] Made setup step 2 compatible with konqueror git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5704 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/setup_step2.tpl | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/setup/setup_step2.tpl b/setup/setup_step2.tpl index c629c31f4..4413065e7 100644 --- a/setup/setup_step2.tpl +++ b/setup/setup_step2.tpl @@ -50,24 +50,22 @@ -
-
-   -

{t}PHP setup configuration{/t}

- {foreach from=$config item=val key=key} -
- {$config[$key].NAME} -
-
 
-
- {if $config[$key].RESULT} - {t}Success{/t} - {else} - {t}Failed{/t} - {/if} -
- {/foreach} -
+
+   +

{t}PHP setup configuration{/t}

+ {foreach from=$config item=val key=key} +
+ {$config[$key].NAME} +
+
 
+
+ {if $config[$key].RESULT} + {t}Success{/t} + {else} + {t}Failed{/t} + {/if} +
+ {/foreach}