mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Add missing template
This commit is contained in:
parent
443b54d641
commit
266d3062fe
19
admin/templates/idsociety/delete_account.tpl
Executable file
19
admin/templates/idsociety/delete_account.tpl
Executable file
@ -0,0 +1,19 @@
|
||||
<!-- BEGIN form -->
|
||||
<form method="POST" action="{form_action}">
|
||||
<input type="hidden" name="account_id" value="{account_id}">
|
||||
<center>
|
||||
<table border=0 width=85%>
|
||||
<tr>
|
||||
<td align="center">{lang_new_owner}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{new_owner_select}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><input type="submit" name="submit" value="{cancel}"> <input type="submit" name="submit" value="{delete}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</form>
|
||||
<!-- END form -->
|
||||
|
Loading…
Reference in New Issue
Block a user