mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
32 lines
1.1 KiB
XML
32 lines
1.1 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="api.toolbarAdminSettings" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100px"/>
|
|
<column width="300px"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description value="default visible actions" label="%s:"/>
|
|
<taglist id="actions" editModeEnabled="false" allowFreeEntries="false" autocomplete_url=' '
|
|
class="et2_fullWidth"/>
|
|
</row>
|
|
<row>
|
|
<description value="reset all to default" label="%s:"/>
|
|
<checkbox id="reset"
|
|
statustext="This will reset toolbar preferences for all users and set them to configured default prefs."/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<styles>
|
|
#toolbarAdminSettings {
|
|
min-width: 600px;
|
|
min-height: 300px;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay>
|