mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
33 lines
1.3 KiB
XML
33 lines
1.3 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="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">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@mainscreen_message">
|
|
<html id="mainscreen_message"/>
|
|
</row>
|
|
<row>
|
|
<old-box id="portlets">
|
|
<!-- Box wrapper needed to get box to auto-repeat -->
|
|
<et2-box id="${row}">
|
|
<et2-portlet id="${_cont[id]}" title="$_cont[title]" color="@color"
|
|
parent_node="home-index_portlets" settings="@settings" width="@width"
|
|
height="@height" row="@row" col="@col" value="@content" class="@class"
|
|
actions="@actions"/>
|
|
</et2-box>
|
|
</old-box>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |