mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Add missing template of AB douplicate confirmation dialog
This commit is contained in:
parent
b99dd55c4e
commit
c5d36e1834
18
addressbook/templates/default/dupconfirmdialog.xet
Normal file
18
addressbook/templates/default/dupconfirmdialog.xet
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="addressbook.dupconfirmdialog" template="" lang="" group="0" version="">
|
||||
<grid id="grid">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<checkbox id="${row}[confirm]"/>
|
||||
<description id="${row}[name]"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user