aboutsummaryrefslogtreecommitdiffstats
path: root/view/install_checks.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-23 15:46:49 -0700
committerfriendica <info@friendica.com>2012-05-23 15:46:49 -0700
commit8bc8be1f8741fde802643744748db69a5a52237c (patch)
treebdad61b8287b2d8e7ff6b3a353b5a8ac1a1561ce /view/install_checks.tpl
parent6bcfda6d53334a4cf5ac530000bd80849ff1b7ad (diff)
parent5acd0a1c323d330049ba9340524895bc37298dcb (diff)
downloadvolse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.tar.gz
volse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.tar.bz2
volse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/install_checks.tpl')
-rw-r--r--view/install_checks.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/install_checks.tpl b/view/install_checks.tpl
index a1a75ade6..8a76c454c 100644
--- a/view/install_checks.tpl
+++ b/view/install_checks.tpl
@@ -3,9 +3,9 @@
<form action="$baseurl/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>
@@ -19,6 +19,6 @@
<input type="submit" value="$next">
{{ else }}
<input type="hidden" name="pass" value="1">
- <input type="submit" value="$reload">
+ <input type="button" value="$reload" onclick="document.location.reload()">
{{ endif }}
</form>