mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
32 lines
742 B
HTML
32 lines
742 B
HTML
<!-- IF S_AJAX_REQUEST -->
|
|
|
|
<h3>{MESSAGE_TITLE}</h3>
|
|
<p>{MESSAGE_TEXT}</p>
|
|
|
|
<fieldset class="submit-buttons">
|
|
<input type="button" name="confirm" value="{L_YES}" class="button2" />
|
|
<input type="button" name="cancel" value="{L_NO}" class="button2" />
|
|
</fieldset>
|
|
|
|
<!-- ELSE -->
|
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
<form id="confirm" method="post" action="{S_CONFIRM_ACTION}">
|
|
|
|
<fieldset>
|
|
<h1>{MESSAGE_TITLE}</h1>
|
|
<p>{MESSAGE_TEXT}</p>
|
|
|
|
{S_HIDDEN_FIELDS}
|
|
|
|
<div style="text-align: center;">
|
|
<input type="submit" name="confirm" value="{L_YES}" class="button2" />
|
|
<input type="submit" name="cancel" value="{L_NO}" class="button2" />
|
|
</div>
|
|
|
|
</fieldset>
|
|
</form>
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|
|
<!-- ENDIF -->
|