forked from extern/egroupware
9d1756e5d9
Some simple exec / process round-trip tests
13 lines
502 B
XML
13 lines
502 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 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>
|