| author | ymh <ymh.work@gmail.com> |
| Fri, 02 Oct 2015 13:45:40 +0200 | |
| changeset 574 | de0d488a0a1b |
| parent 442 | adb907bba956 |
| permissions | -rw-r--r-- |
| 442 | 1 |
<div class='row'> |
2 |
<h3>Confirm the deletion of the renkan with title '<?php echo($renkan['title']); ?>'</h3> |
|
3 |
</div> |
|
4 |
<div class='row renkandel-buttons'> |
|
5 |
<div class="large-12 column"><form action='<?php echo($self_url)?>' method='POST'><input type='hidden' name='renkanId' value='<?php echo($renkan['id']); ?>'/><button type='submit'>Yes</button></form> |
|
6 |
<form action='index.php' method='GET'><button type='submit'>No</button></form></div> |
|
7 |
</div> |