server/php/basic/resources/templates/renkan_del.php
changeset 455 18b9be54174d
parent 442 adb907bba956
equal deleted inserted replaced
454:03e8815a012d 455:18b9be54174d
       
     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>