mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +01:00
18 lines
358 B
XML
18 lines
358 B
XML
<?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> |