X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fsetup_checks.tpl;h=d270421da978e1651e13ed87a056015dd9b2e3bd;hb=68503ecbb4d310b61ef8f1f32003fc739bacb237;hp=9ba9e7abcf49c05e831a2255b091b91de58e8c7d;hpb=ed442811d407918c35ea5efc5509501e58d81fb9;p=gosa.git diff --git a/setup/setup_checks.tpl b/setup/setup_checks.tpl index 9ba9e7abc..d270421da 100644 --- a/setup/setup_checks.tpl +++ b/setup/setup_checks.tpl @@ -27,26 +27,26 @@
{if $basic[$key].RESULT} -
{t}Successful{/t}
+
{t}Ok{/t}
{else} {if $basic[$key].MUST} -
{t}Failed{/t}
+
{t}Error{/t}
{else} -
{t}Failed{/t}
+
{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} -
- {t}GOsa will run without fixing this.{/t} +
+ {$basic[$key].SOLUTION} + {t}GOsa will run without fixing this.{/t} {/if} -
- {$basic[$key].SOLUTION}
{/if} @@ -88,28 +88,28 @@
{$config[$key].NAME}
{if $config[$key].RESULT} -
{t}Successful{/t}
+
{t}Ok{/t}
{else} {if $config[$key].MUST} -
{t}Failed{/t}
+
{t}Error{/t}
{else} -
{t}Failed{/t}
+
{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} -
- {t}GOsa will run without fixing this.{/t} +
+ {$config[$key].SOLUTION} + {t}GOsa will run without fixing this.{/t} {/if} -
- {$config[$key].SOLUTION}
{/if} @@ -143,28 +143,28 @@
{$is_writeable[$key].NAME}
{if $is_writeable[$key].RESULT} -
{t}Successful{/t}
+
{t}Ok{/t}
{else} {if $is_writeable[$key].MUST} -
{t}Failed{/t}
+
{t}Error{/t}
{else} -
{t}Failed{/t}
+
{t}Warning{/t}
{/if} {if $is_writeable[$key].SOLUTION != ""} -
+
{if $is_writeable[$key].MUST} -
+
+ {$is_writeable[$key].SOLUTION} {t}GOsa will NOT run without fixing this.{/t} {else} -
- {t}GOsa will run without fixing this.{/t} +
+ {$is_writeable[$key].SOLUTION} + {t}GOsa will run without fixing this.{/t} {/if} -
- {$is_writeable[$key].SOLUTION}
{/if} @@ -172,21 +172,7 @@
{/foreach} - - -
- + +