X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fsetup_step2.tpl;h=9ba9e7abcf49c05e831a2255b091b91de58e8c7d;hb=7dfb0099027c833555ea3018c40874fd314bf5f2;hp=4722bf1b9c41f1a420a07b1dfa0564c1e180d818;hpb=eb22c5da09dfb5ba54781d5b171a4001adfc6a4a;p=gosa.git diff --git a/setup/setup_step2.tpl b/setup/setup_step2.tpl index 4722bf1b9..9ba9e7abc 100644 --- a/setup/setup_step2.tpl +++ b/setup/setup_step2.tpl @@ -1,34 +1,192 @@ -
+ +
+ +
-

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

+ + +

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

{foreach from=$basic item=val key=key} -
- {$basic[$key].NAME} -
-
+ + + {if $basic[$key].SOLUTION != "" && !$basic[$key].RESULT} + + +
+ {else} + + +
+ {/if} + +
{$basic[$key].NAME}
+
+ {if $basic[$key].RESULT} - {t}Success{/t} +
{t}Successful{/t}
{else} - {t}Failed{/t} + {if $basic[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + {if $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} +
+ {$basic[$key].SOLUTION} +
+
+ {/if} {/if} +
{/foreach}
-
-
-

{t}PHP setup configuration{/t}

+ + + +
+ + +
+ + +

{t}PHP setup configuration{/t}

+ {foreach from=$config item=val key=key} -
- {$config[$key].NAME} -
-
+ + + {if $config[$key].SOLUTION != "" && !$config[$key].RESULT} + + +
+ {else} + + +
+ {/if} + + +
{$config[$key].NAME}
+
{if $config[$key].RESULT} - {t}Success{/t} +
{t}Successful{/t}
{else} - {t}Failed{/t} + + {if $config[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + + {if $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} +
+ {$config[$key].SOLUTION} +
+
+ {/if} {/if}
+
+ {/foreach} + + + +

{t}Configuration file writeable{/t}

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