mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="addressbook.export_vcard_selectors" template="" lang="" group="0" version="1.9.001">
|
||
|
<grid>
|
||
|
<columns>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<radio label="Use all" id="selection" options="all"/>
|
||
|
</row>
|
||
|
<row>
|
||
|
<radio label="Use search results" id="selection" options="search"/>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</template>
|
||
|
</overlay>
|