Orphaned conversations were not deleted
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templates / conversationLeave.tpl
CommitLineData
7cd36813
MW
1<section class="section">
2 <h2 class="sectionTitle">{lang}wcf.conversation.hideConversation{/lang}</h2>
50cd21a1 3
5874ceba 4 <dl class="wide">
50cd21a1
AE
5 {if $hideConversation == 1}
6 <dd>
0b498318 7 <label><input type="radio" name="hideConversation" value="0"> {lang}wcf.conversation.hideConversation.restore{/lang}</label>
50cd21a1
AE
8 </dd>
9 {/if}
10 {if $hideConversation != 1}
11 <dd>
0b498318 12 <label><input type="radio" name="hideConversation" value="1"> {lang}wcf.conversation.hideConversation.leave{/lang}</label>
50cd21a1
AE
13 <small>{lang}wcf.conversation.hideConversation.leave.description{/lang}</small>
14 </dd>
15 {/if}
16 <dd>
0b498318 17 <label><input type="radio" name="hideConversation" value="2"> {lang}wcf.conversation.hideConversation.leavePermanently{/lang}</label>
50cd21a1
AE
18 <small>{lang}wcf.conversation.hideConversation.leavePermanently.description{/lang}</small>
19 </dd>
20 </dl>
7cd36813 21</section>
50cd21a1
AE
22
23<div class="formSubmit">
d858138a 24 <button id="hideConversation" class="buttonPrimary">{lang}wcf.global.button.submit{/lang}</button>
50cd21a1 25</div>