X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Finstall_checks.tpl;h=4574faf060b0c960e49a2d53fce4685e93af604c;hb=2647514603852fe5fb9f47f0bf153dd20c124ce6;hp=f960729111f77d862577f1203d31532003c3a68c;hpb=66e5586d21674431fd80fa848b9efb6a01c9238f;p=friendica.git diff --git a/view/templates/install_checks.tpl b/view/templates/install_checks.tpl index f960729111..4574faf060 100644 --- a/view/templates/install_checks.tpl +++ b/view/templates/install_checks.tpl @@ -1,25 +1,25 @@

{{$title}}

{{$pass}}

-
+ {{foreach $checks as $check}} - + {{if $check.help}} @@ -28,14 +28,14 @@
{{$check.title}} +
{{$check.title nofilter}} {{if $check.status}} - Ok + {{$ok}} {{else}} {{if $check.required}} - Requirement not satisfied + {{$requirement_not_satisfied}} {{else}} - Optional requirement not satisfied + {{$optional_requirement_not_satisfied}} {{/if}} {{/if}} - {{if $check.required}}(required){{/if}}
{{if $check.required}}{{$required}}{{/if}}
-
{{$check.help}}
+
{{$check.help nofilter}}
{{if $check.error_msg}} -
{{$check.error_msg.head}}
{{$check.error_msg.url}}
+
{{$check.error_msg.head}}
{{$check.error_msg.url}}
{{$check.error_msg.msg}}
{{/if}}
{{if $phpath}} - + {{/if}} {{if $passed}} - + {{else}} - + {{/if}}