]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_checks.tpl
Merge pull request #6089 from annando/fix-6085
[friendica.git] / view / templates / install_checks.tpl
index 10a197482b9b2689bdaa047f93f8f894649025c4..f960729111f77d862577f1203d31532003c3a68c 100644 (file)
        {{/if}}
        </td><td>{{if $check.required}}(required){{/if}}</td></tr>
        {{if $check.help}}
-       <tr><td class="help" colspan="3"><blockquote>{{$check.help}}</blockquote></td></tr>
+       <tr><td class="help" colspan="3">
+               <blockquote>{{$check.help}}</blockquote>
+               {{if $check.error_msg}}
+               <div class="error_header"><b>{{$check.error_msg.head}}</br><a href="{{$check.error_msg.url}}">{{$check.error_msg.url}}</a></b></div>
+               <blockquote>{{$check.error_msg.msg}}</blockquote>
+               {{/if}}
+       </td></tr>
        {{/if}}
 {{/foreach}}
 </table>