9 lines
454 B
Plaintext
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) @} |