Orphaned conversations were not deleted
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templates / conversationAddParticipants.tpl
CommitLineData
d0b1b05e
AE
1<dl class="jsAddParticipants">
2 <dt><label for="participantsInput">{lang}wcf.conversation.participants{/lang}</label></dt>
3 <dd>
4 <textarea id="participantsInput" name="participants" class="long" cols="40" rows="2"></textarea>
5 <small>{lang}wcf.conversation.participants.description{/lang}</small>
6 </dd>
7</dl>
65b37bf6
AE
8
9<div class="formSubmit">
10 <button id="addParticipants" class="buttonPrimary">{lang}wcf.global.button.submit{/lang}</button>
11</div>