]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_db.tpl
Replace remaining references to contact_template.tpl by contact/entry.tpl
[friendica.git] / view / templates / install_db.tpl
index a4fa430247a34e828f7a26ec7e1e8a97a67042ad..e41975a94e87939dd2d635eb6e21a80bb6e1a44c 100644 (file)
@@ -1,4 +1,4 @@
-<h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
+<h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
 <h2>{{$pass}}</h2>
 
 <p>
@@ -9,17 +9,24 @@
 
 <table>
        {{foreach $checks as $check}}
-       <tr><td>{{$check.title}} </td><td>
+       <tr>
+               <td>{{$check.title}} </td>
+               <td>
                        {{if ! $check.status}}
-                       <img src="{{$baseurl}}/view/install/red.png" alt="Requirement not satisfied">
+                       <img src="{{$baseurl}}/view/install/red.png" alt="{{$requirement_not_satisfied}}">
                        {{/if}}
+               </td>
        {{/foreach}}
 </table>
 
 <form id="install-form" action="{{$baseurl}}/install" method="post">
 
-       <input type="hidden" name="phpath" value="{{$phpath}}" />
-       <input type="hidden" name="pass" value="3" />
+       <input type="hidden" name="config-php_path" value="{{$php_path}}" />
+       <input type="hidden" name="config-hostname" value="{{$hostname}}" />
+       <input type="hidden" name="system-ssl_policy" value="{{$ssl_policy}}" />
+       <input type="hidden" name="system-basepath" value="{{$basepath}}" />
+       <input type="hidden" name="system-urlpath" value="{{$urlpath}}" />
+       <input type="hidden" name="pass" value="4" />
 
        {{include file="field_input.tpl" field=$dbhost}}
        {{include file="field_input.tpl" field=$dbuser}}