friendica/view/templates/install_finished.tpl

11 lines
347 B
Smarty
Raw Normal View History

2022-04-28 12:41:26 +02:00
<h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
<h2>{{$pass}}</h2>
{{foreach $checks as $check}}
<img src="{{$baseurl}}/view/install/red.png" alt="{{$requirement_not_satisfied}}">
2018-12-21 06:05:31 +01:00
{{$check.title nofilter}}
<textarea rows="24" cols="80">{{$check.help nofilter}}</textarea>
{{/foreach}}
2018-12-21 06:05:31 +01:00
{{$text nofilter}}