]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_db.tpl
Merge pull request #12543 from MrPetovan/task/12489-screen-reader-part-7
[friendica.git] / view / templates / install_db.tpl
index 5c28f0e5f7ce4499d4eaa9d97d11fec2be55e0d6..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="config-php_path" value="{{$php_path}}" />
-       <input type="hidden" name="pass" value="3" />
+       <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}}