From cef00f9db00b82d3e66d303143444e39b63d6f13 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 20 May 2010 12:57:03 +0000 Subject: [PATCH] Moved back to design in setup step 'checks' git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18603 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/setup/setup_checks.tpl | 207 +++++++++++++------------------ 1 file changed, 87 insertions(+), 120 deletions(-) diff --git a/gosa-core/setup/setup_checks.tpl b/gosa-core/setup/setup_checks.tpl index 90275fc27..39e17812d 100644 --- a/gosa-core/setup/setup_checks.tpl +++ b/gosa-core/setup/setup_checks.tpl @@ -1,122 +1,89 @@ - -
- -
- -

{t}PHP module and extension checks{/t}

- - {foreach from=$basic item=val key=key} - - {if $basic[$key].SOLUTION != "" && !$basic[$key].RESULT} - - -
- {else} - - -
- {/if} - -
{$basic[$key].NAME}
-
- - {if $basic[$key].RESULT} -
{t}Ok{/t}
- {else} - {if $basic[$key].MUST} -
{t}Error{/t}
- {else} -
{t}Warning{/t}
- {/if} - {if $basic[$key].SOLUTION != ""} - - -
- {if $basic[$key].MUST} -
- {$basic[$key].SOLUTION} - {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {$basic[$key].SOLUTION} - {t}GOsa will run without fixing this.{/t} - {/if} -
-
- {/if} - {/if} -
-
- {/foreach} -
-
- - - -
- - -
- - -

{t}PHP setup configuration{/t} ({t}show information{/t})

- - - {foreach from=$config item=val key=key} - - - {if $config[$key].SOLUTION != "" && !$config[$key].RESULT} - - -
- {else} - - -
- {/if} - - -
{$config[$key].NAME}
-
- {if $config[$key].RESULT} -
{t}Ok{/t}
- {else} - - {if $config[$key].MUST} -
{t}Error{/t}
- {else} -
{t}Warning{/t}
- {/if} - - {if $config[$key].SOLUTION != ""} - - -
- {if $config[$key].MUST} -
- {$config[$key].SOLUTION} - {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {$config[$key].SOLUTION} - {t}GOsa will run without fixing this.{/t} - {/if} -
-
- {/if} - {/if} -
-
- {/foreach} - - -
-
- -
+
+ + + + +
+

{t}PHP module and extension checks{/t}

+ + + {foreach from=$basic item=val key=key} + {if $basic[$key].SOLUTION != "" && !$basic[$key].RESULT} + + {else} + + {/if} + + + + {if $basic[$key].RESULT} + + + {else} + {if $basic[$key].MUST} + + {else} + + {/if} + + + {if $basic[$key].SOLUTION != ""} + + + + + + + {/if} + {/if} + {/foreach} +
{$basic[$key].NAME}{t}Ok{/t}
{t}Error{/t}{t}Warning{/t}
{$basic[$key].SOLUTION}
+ {if $basic[$key].MUST} + {t}GOsa will NOT run without fixing this.{/t} + {else} + {t}GOsa will run without fixing this.{/t} + {/if} +
+
+

{t}PHP setup configuration{/t} ({t}show information{/t})

+ + {foreach from=$config item=val key=key} + {if $config[$key].SOLUTION != "" && !$config[$key].RESULT} + + {else} + + {/if} + + + + {if $config[$key].RESULT} + + + {else} + {if $config[$key].MUST} + + {else} + + {/if} + + + {if $config[$key].SOLUTION != ""} + + + + + + + {/if} + {/if} + {/foreach} +
{$config[$key].NAME}{t}Ok{/t}
{t}Error{/t}{t}Warning{/t}
{$config[$key].SOLUTION}
+ {if $config[$key].MUST} + {t}GOsa will NOT run without fixing this.{/t} + {else} + {t}GOsa will run without fixing this.{/t} + {/if} +
+
-- 2.30.2