mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<?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="resources.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="Allow ignore conflicts"/>
|
|
<select id="newsettings[ignoreconflicts]">
|
|
<option value="">Yes, only users with direct booking permission</option>
|
|
<option value="allusers">Yes, all users can ignore conflicts</option>
|
|
<option value="no">No</option>
|
|
</select>
|
|
</row>
|
|
<row>
|
|
<description value="Booking requests" span="all" class="subHeader"/>
|
|
</row>
|
|
<row>
|
|
<description value="Allow booking requests from any user when creating events?"/>
|
|
<select id="newsettings[bookingrequests]">
|
|
<option value="disabled">No, users will need to contact users with direct booking permission</option>
|
|
<option value="">Yes</option>
|
|
</select>
|
|
</row>
|
|
<row>
|
|
<description value="History logging" span="all" class="subHeader"/>
|
|
</row>
|
|
<row>
|
|
<description value="Prevent deleting"/>
|
|
<select id="newsettings[history]">
|
|
<option value="">No</option>
|
|
<option value="history">Yes, only admins can purge deleted items</option>
|
|
<option value="userpurge">Yes, users can purge their deleted items</option>
|
|
</select>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|