Merged in [13293] from rcross@amsl.com:
Improve help messages for multi-day and series interim meeting types. Fixes #2194.
- Legacy-Id: 13316
Note: SVN reference [13293] has been migrated to Git commit 0a51d88741
This commit is contained in:
commit
ccba8e1ba2
|
@ -56,7 +56,11 @@
|
|||
<div class="form-group meeting-type-help mth-multi" style="display: none;">
|
||||
<div class="col-md-offset-2">
|
||||
<div class="col-md-10">
|
||||
<p class="help-block">Use Multi-Day to request one meeting with sessions over multiple days.</p>
|
||||
<p class="help-block">
|
||||
Use Multi-Day for a single meeting that spans more than one contiguous
|
||||
workday. Do not use Multi-Day for a series of separate meetings (such as
|
||||
periodic interim calls). Use Series instead.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -64,7 +68,11 @@
|
|||
<div class="form-group meeting-type-help mth-series" style="display: none;">
|
||||
<div class="col-md-offset-2">
|
||||
<div class="col-md-10">
|
||||
<p class="help-block">Use Series to request a number of separate meetings. In Person series is not supported.</p>
|
||||
<p class="help-block">
|
||||
Use Series for a series of separate meetings, such as periodic interim calls.
|
||||
Use Multi-Day for a single meeting that spans more than one contiguous
|
||||
workday.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue