mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +01:00
9e2bb05ded
Should reduce maintenance by using a common UI to show placeholders based on the placeholder list
12 lines
646 B
XML
12 lines
646 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- This template adds the extra bits to the replacements list UI -->
|
|
<overlay>
|
|
<template id="filemanager.replacements">
|
|
<vbox>
|
|
<description class="title" value="Application fields"/>
|
|
<description
|
|
value="For files linked to an application entry (inside /apps/appname/id/) the placeholders for that application are also available. See the specific application for a list of available placeholders."/>
|
|
</vbox>
|
|
</template>
|
|
</overlay> |