egroupware/admin/templates/default/account.delete.xet

43 lines
1.5 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
2014-03-19 14:20:46 +01:00
<!-- $Id$ -->
<overlay>
2018-08-23 12:11:33 +02:00
<template id="admin.account.delete" template="" lang="" group="0" version="18.1.001">
<box class="dialogHeader">
2018-08-23 12:40:18 +02:00
<select-account id="account_id" readonly="true" label="Delete"/>
2018-08-23 12:11:33 +02:00
</box>
<tabbox id="tabs" width="99%">
<tabs>
<tab id="main" label="Delete"/>
</tabs>
<tabpanels>
<template template="admin.account.delete.delete" width="99%"/>
</tabpanels>
</tabbox>
<hbox class="dialogFooterToolbar">
<button id="delete" label="Delete"/>
<button id="cancel" label="Cancel" onclick="window.close()"/>
</hbox>
</template>
<template id="admin.account.delete.delete" template="" lang="" group="0" version="18.1.001">
2014-03-19 14:20:46 +01:00
<vbox class="admin_account_delete">
<description value="Who would you like to transfer ALL records owned by the deleted user to?" class="dialogHeader2"/>
<select-account id="new_owner" empty_label="Delete all records" class="dialogHeader3"/>
<description value="Entries owned by the user:"/>
<grid id="counts">
<columns>
<column width="150"/>
<column/>
</columns>
<rows>
<row>
<select-app id="${row}[app]" readonly="true"/>
<description id="${row}[count]"/>
</row>
</rows>
</grid>
<description value="If you delete the user without selecting an account to move the data to, all entries get deleted!"/>
2014-03-19 14:20:46 +01:00
</vbox>
</template>
</overlay>