mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix missing participants in print dialog
This commit is contained in:
parent
4d861d43e6
commit
ec8ac93685
@ -11,6 +11,9 @@
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<description span="all"/>
|
||||
</row>
|
||||
<row>
|
||||
<description span="all"/>
|
||||
</row>
|
||||
@ -21,13 +24,13 @@
|
||||
<description value="All future"/>
|
||||
<description value="Status"/>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<row>
|
||||
<description id="${row}[app]"/>
|
||||
<description rows="1" cols="2" id="${row}[title]" no_lang="1"/>
|
||||
<int id="${row}[quantity]" options="1,,3" readonly="true"/>
|
||||
<checkbox id="${row}[status_recurrence]" align="center" readonly="true"/>
|
||||
<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>
|
||||
</row>
|
||||
</rows>
|
||||
|
Loading…
Reference in New Issue
Block a user