mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
added Links to print template
This commit is contained in:
parent
d330fe9934
commit
5ed6981210
File diff suppressed because one or more lines are too long
@ -2,9 +2,9 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="calendar.print.participants" template="" lang="" group="0" version="1.6.001">
|
||||
<grid width="100%" height="200" overflow="auto" id="participants">
|
||||
<grid width="100%" overflow="auto" id="participants">
|
||||
<columns>
|
||||
<column width="95"/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column disabled="@hide_status_recurrence"/>
|
||||
@ -33,6 +33,22 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
<template id="calendar.print.links" template="" lang="" group="0" version="1.6.001">
|
||||
<grid width="100%" height="200" overflow="auto">
|
||||
<columns>
|
||||
<column width="95"/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="th">
|
||||
<description span="all" value="Existing links"/>
|
||||
</row>
|
||||
<row class="row_off" valign="top">
|
||||
<link-list span="all" id="link_to"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
<template id="calendar.print" template="" lang="" group="0" version="1.6.001">
|
||||
<hbox options="0,0">
|
||||
<grid width="100%" height="200">
|
||||
@ -91,7 +107,7 @@
|
||||
</row>
|
||||
<row valign="top">
|
||||
<description value="Description"/>
|
||||
<textbox multiline="true" id="description" readonly="true" rows="12" cols="90"/>
|
||||
<textbox multiline="true" id="description" readonly="true"/>
|
||||
</row>
|
||||
<row class="th">
|
||||
<description value="custom fields" span="all"/>
|
||||
@ -103,8 +119,7 @@
|
||||
<template id="calendar.print.participants" span="all"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description/>
|
||||
<template span="all" id="calendar.print.links"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
Loading…
Reference in New Issue
Block a user