egroupware_official/home/templates/default/index.xet
Nathan Gray b626fd1a88 Home progress:
- Fix missing size for new widgets
- Different styling for single entries
- Custom template for single addressbook entries
- Hideable nextmatch header
2014-11-18 23:46:58 +00:00

23 lines
686 B
XML

<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<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>
<box id="portlets">
<!-- Box wrapper needed to get box to auto-repeat -->
<box id="${row}"><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"/></box>
</box>
</row>
</rows>
</grid>
</template>
</overlay>