forked from extern/egroupware
Add videoconference checkbox to calendar/mobile theme
This commit is contained in:
parent
07a6b20a32
commit
0db14b78cc
@ -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