mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
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.toolbarAdminSettings" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100px"/>
|
|
<column width="300px"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<et2-description value="default visible actions" label="%s:"></et2-description>
|
|
<et2-select id="actions" editModeEnabled="false" allowFreeEntries="false" multiple="true" searchUrl="EGroupware\Api\Etemplate\Widget\Taglist::ajax_search"></et2-select>
|
|
</row>
|
|
<row>
|
|
<et2-description value="reset all to default" label="%s:"></et2-description>
|
|
<et2-checkbox id="reset" statustext="This will reset toolbar preferences for all users and set them to configured default prefs."></et2-checkbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<styles>
|
|
#toolbarAdminSettings {
|
|
min-width: 600px;
|
|
min-height: 300px;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay> |