mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
f0ebb448a2
- Client side event caching - Home fixes
38 lines
992 B
XML
38 lines
992 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Egroupware
|
|
@license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
@package
|
|
@subpackage
|
|
@link http://www.egroupware.org
|
|
@author Nathan Gray
|
|
@version $Id$
|
|
-->
|
|
|
|
<!DOCTYPE overlay PUBLIC '-//Stylite AG//eTemplate 2//EN' 'http://www.egroupware.org/etemplate2.dtd'>
|
|
|
|
<overlay>
|
|
<template id="calendar.todo" width="30%">
|
|
<box class="calendar_calDayTodos">
|
|
<box class="calendar_calDayTodosHeader" width="100%">
|
|
<label id="label" class="calendar_calDayTodosHeader" width="100%" />
|
|
</box>
|
|
<box class="calendar_calDayTodosTable">
|
|
<grid id="todos" width="100%">
|
|
<columns>
|
|
<column/>
|
|
<column width="80%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="todo_row">
|
|
<html id="{$row}[icons]" />
|
|
|
|
<description value="$row_cont[title]" href="$row_cont[edit]" extra_link_popup="$row_cont[edit_size]"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</box>
|
|
</box>
|
|
</template>
|
|
</overlay>
|