2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-05 22:14:25 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
<div id="adminpage">
|
|
|
|
<h2>{{$banner}}</h2>
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2018-12-14 03:35:51 +00:00
|
|
|
<div id="failed_updates_desc">{{$desc nofilter}}</div>
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
{{if $failed}}
|
|
|
|
{{foreach $failed as $f}}
|
|
|
|
<h4>{{$f}}</h4>
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
<ul>
|
2019-04-28 02:18:30 +00:00
|
|
|
<li><a href="{{$baseurl}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li>
|
2020-09-08 14:38:35 +00:00
|
|
|
<li><a href="{{$baseurl}}/admin/dbsync/update/{{$f}}">{{$apply}}</a></li>
|
2018-02-07 15:23:19 +00:00
|
|
|
</ul>
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
<hr />
|
|
|
|
{{/foreach}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|