2016-04-25 09:23:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2016-04-25 09:23:36 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="notifications.config" template="" lang="" group="0" version="16.1">
|
|
|
|
<grid width="100%" class="admin-config egwGridView_grid">
|
|
|
|
<columns>
|
|
|
|
<column width="60%"/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<description value="EGroupware-Popup backend" span="all" class="subHeader"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Poll interval"/>
|
|
|
|
<select id="newsettings[popup_poll_interval]">
|
2019-07-11 18:48:23 +02:00
|
|
|
<option value="5">5 seconds</option>
|
2016-04-25 09:23:36 +02:00
|
|
|
<option value="60">1 {minute}</option>
|
|
|
|
<option value="120">2 {minutes}</option>
|
|
|
|
<option value="300">5 {minutes}</option>
|
|
|
|
</select>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Windows-Popup backend" span="all" class="subHeader"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Enable Windows-Popup backend"/>
|
|
|
|
<select id="newsettings[winpopup_enable]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True">Yes</option>
|
|
|
|
</select>
|
|
|
|
</row>
|
2021-06-08 18:22:48 +02:00
|
|
|
<row>
|
|
|
|
<description value="Account" span="all" class="subHeader"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
2022-02-09 21:48:16 +01:00
|
|
|
<description value="Mail account to use for notifications"/>
|
|
|
|
<select id="newsettings[async_identity]"/>
|
|
|
|
</row>
|
2016-04-25 09:23:36 +02:00
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
</overlay>
|