Files
LittleBeast/view/openprovider/deletecustomer.maron
2026-04-29 20:03:41 +09:00

9 lines
454 B
Plaintext

{@ include(common/header) @}
<h2>本当に顧客様「{{ $handle }}」を削除しますか?</h2>
<p>
<form method="POST" action="/openprovider/deletecustomer/{{ $handle }}">
<input type="submit" class="op-button-create" name="delete_confirm" value="はい" />
<input type="submit" class="op-button-delete" name="delete_reject" value="いいえ" />
</form>
</p>
{@ include(common/footer) @}