]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_db.tpl
Merge pull request #11279 from annando/show-bcc
[friendica.git] / view / templates / install_db.tpl
index a4fa430247a34e828f7a26ec7e1e8a97a67042ad..f589223c7f124ab3ae9759891f06f92ca1786f33 100644 (file)
@@ -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}}