Add missing template of AB douplicate confirmation dialog

This commit is contained in:
Hadi Nategh 2014-01-31 14:30:55 +00:00
parent b99dd55c4e
commit c5d36e1834

View 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>