Added datetime functions
This commit is contained in:
parent
f95c10a935
commit
ded04f96b0
8 changed files with 164 additions and 25 deletions
8
paramecio/citoplasma/templates/utils/verify_delete.phtml
Normal file
8
paramecio/citoplasma/templates/utils/verify_delete.phtml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<form method="get" action="${url}">
|
||||
<div class="form">
|
||||
<input type="hidden" name="id" value="${item_id}">
|
||||
<input type="hidden" name="op_admin" value="${op_admin}">
|
||||
<input type="hidden" name="verified" value="${verified}">
|
||||
<input type="submit" value="${lang('common', 'delete_item_you_sure', 'Are you sure for delete this item?')}" />
|
||||
</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue