Add videoconference checkbox to calendar/mobile theme

This commit is contained in:
Hadi Nategh 2021-01-21 10:20:14 +01:00
parent 07a6b20a32
commit 0db14b78cc

View File

@ -254,6 +254,10 @@
<checkbox label="Private" id="public" options="0,1"/>
</vbox>
</row>
<row>
<description value="Video Conference"/>
<checkbox id="videoconference" onchange="app.calendar.videoconferenceOnChange"/>
</row>
<row>
<description for="location" value="Location"/>
<textbox id="location" maxlength="255" class="et2_fullWidth"/>