mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
18 lines
617 B
Smarty
18 lines
617 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
|
|
<center>
|
|
<form action="{{$confirm_url}}" id="confirm-form" method="{{$method}}">
|
|
|
|
<h3 id="confirm-message">{{$l10n.message}}</h3>
|
|
|
|
<button class="confirm-button" id="confirm-submit-button" type="submit" name="{{$confirm_name}}" value="{{$confirm_value}}">{{$l10n.confirm}}</button>
|
|
<button class="confirm-button" id="confirm-cancel-button" type="submit" name="canceled" value="{{$l10n.cancel}}">{{$l10n.cancel}}</button>
|
|
|
|
</form>
|
|
</center>
|
|
|