mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
12 lines
506 B
XML
12 lines
506 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<!-- This template is used in automated testing -->
|
|
<overlay>
|
|
<template id="api.nested.sub_template" template="" lang="" group="0" version="16.1">
|
|
<widget id="sub_child"/>
|
|
</template>
|
|
<template id="api.nested" template="" lang="" group="0" version="16.1">
|
|
<widget id="only_child"/>
|
|
<template id="api.nested.sub_template"/>
|
|
</template>
|
|
</overlay> |