mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
21 lines
861 B
XML
21 lines
861 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="api.promptOpenedDialog" template="" lang="" group="0" version="23.1">
|
|
<grid id="grid">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<radio id="index" set_value="$row_cont[index]"/>
|
|
<et2-description></et2-description>
|
|
<et2-description id="${row}[label]" for="$row_cont[index]"></et2-description>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<et2-checkbox id="remember" label="Remember and do not ask again" slot="footer" align="right"></et2-checkbox>
|
|
</template>
|
|
</overlay> |