mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
20 lines
1015 B
XML
20 lines
1015 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">
|
|
<overlay>
|
|
<template id="home.set_default" template="" version="1.9.001">
|
|
<et2-vbox>
|
|
<et2-description value="Add as default for"></et2-description>
|
|
<et2-select-account id="group" accountType="groups"></et2-select-account>
|
|
</et2-vbox>
|
|
</template>
|
|
<template id="home.index" template="" lang="" group="0" version="1.9.001">
|
|
<html id="mainscreen_message"></html>
|
|
<old-box id="portlets">
|
|
<!-- Box wrapper needed to get box to auto-repeat -->
|
|
<et2-portlet type="$row_cont[type]" id="$row_cont[id]" title="$row_cont[title]" color="$row_cont[color]"
|
|
parent_node="home-index_portlets" settings="$row_cont[settings]"
|
|
value="$row_cont[content]" class="$row_cont[class]"
|
|
actions="$row_cont[actions]"/>
|
|
</old-box>
|
|
</template>
|
|
</overlay> |