commit
5acd0a1c32
4 changed files with 56 additions and 38 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -2950,6 +2950,7 @@ aside input[type='text'] {
|
|||
.starred { background-position: -16px -48px; }
|
||||
.unstarred { background-position: -32px -48px; }
|
||||
.tagged { background-position: -48px -48px; }
|
||||
.yellow { background-position: -64px -48px; }
|
||||
|
||||
|
||||
.filer-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue