]> git.mxchange.org Git - friendica.git/blobdiff - view/install_checks.tpl
template engine rework
[friendica.git] / view / install_checks.tpl
index a1a75ade6081402f559ae56321c6db982a234e97..a3aa2b2660628a4e1e9260a47f1b231f6cf9c623 100644 (file)
@@ -1,11 +1,11 @@
 <h1>$title</h1>
 <h2>$pass</h2>
-<form  action="$baseurl/install" method="post">
+<form  action="$baseurl/index.php?q=install" method="post">
 <table>
 {{ for $checks as $check }}
-       <tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}off{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>
+       <tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}{{if $check.required}}off{{else}}yellow{{endif}}{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>
        {{if $check.help }}
-       <tr><td colspan="3">$check.help</td></tr>
+       <tr><td colspan="3"><blockquote>$check.help</blockquote></td></tr>
        {{endif}}
 {{ endfor }}
 </table>