mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
20 lines
497 B
Plaintext
20 lines
497 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="api.promptOpenedDialog" template="" lang="" group="0" version="17.1">
|
||
|
<grid id="grid">
|
||
|
<columns>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<radio id="index" options="$row_cont[index]" />
|
||
|
<description id="${row}[label]"/>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</template>
|
||
|
</overlay>
|