]> git.mxchange.org Git - friendica.git/blobdiff - view/install_checks.tpl
Diabook - move pause icon.
[friendica.git] / view / install_checks.tpl
old mode 100755 (executable)
new mode 100644 (file)
index a1a75ad..176611d
@@ -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>