mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Add videoconference checkbox to calendar/mobile theme
This commit is contained in:
parent
aef0338327
commit
2912329b66
@ -254,6 +254,10 @@
|
|||||||
<checkbox label="Private" id="public" options="0,1"/>
|
<checkbox label="Private" id="public" options="0,1"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="Video Conference"/>
|
||||||
|
<checkbox id="videoconference" onchange="app.calendar.videoconferenceOnChange"/>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description for="location" value="Location"/>
|
<description for="location" value="Location"/>
|
||||||
<textbox id="location" maxlength="255" class="et2_fullWidth"/>
|
<textbox id="location" maxlength="255" class="et2_fullWidth"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user