mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
24 lines
841 B
XML
24 lines
841 B
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>
|
|
</template>
|
|
</overlay>
|