mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-30 18:49:08 +01:00
Fix missing participants in print dialog
This commit is contained in:
parent
267cc7cb93
commit
ef6ffd3f8f
@ -11,6 +11,9 @@
|
|||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
|
<row>
|
||||||
|
<description span="all"/>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description span="all"/>
|
<description span="all"/>
|
||||||
</row>
|
</row>
|
||||||
@ -21,13 +24,13 @@
|
|||||||
<description value="All future"/>
|
<description value="All future"/>
|
||||||
<description value="Status"/>
|
<description value="Status"/>
|
||||||
</row>
|
</row>
|
||||||
<row valign="top">
|
<row>
|
||||||
<description id="${row}[app]"/>
|
<description id="${row}[app]"/>
|
||||||
<description rows="1" cols="2" id="${row}[title]" no_lang="1"/>
|
<description rows="1" cols="2" id="${row}[title]" no_lang="1"/>
|
||||||
<int id="${row}[quantity]" options="1,,3" readonly="true"/>
|
<int id="${row}[quantity]" options="1,,3" readonly="true"/>
|
||||||
<checkbox id="${row}[status_recurrence]" align="center" readonly="true"/>
|
<checkbox id="${row}[status_recurrence]" align="center" readonly="true"/>
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup id="${row}[status]" no_lang="1" onchange="app.calendar.print_participants_status"/>
|
<menupopup id="${row}[status]" no_lang="1" onchange="app.calendar.print_participants_status" readonly="true"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
Loading…
Reference in New Issue
Block a user