Revert "Revert "Removed obsolete trailing slashes from void elements""
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / acp / templates / userAssignToGroup.tpl
CommitLineData
7485c55b 1{include file='header' pageTitle='wcf.acp.user.assignToGroup'}
158bd3ca 2
95961bdf 3<header class="contentHeader">
b5c94e9e
AE
4 <div class="contentHeaderTitle">
5 <h1 class="contentTitle">{lang}wcf.acp.user.assignToGroup{/lang}</h1>
6 </div>
7
030d9af8 8 {hascontent}
b5c94e9e 9 <nav class="contentHeaderNavigation">
7991009f 10 <ul>
b5c94e9e 11 {content}{event name='contentHeaderNavigation'}{/content}
7991009f
MS
12 </ul>
13 </nav>
030d9af8 14 {/hascontent}
b5c94e9e
AE
15</header>
16
17{include file='formError'}
7991009f 18
3e0e6b2c 19<form method="post" action="{link controller='UserAssignToGroup'}{/link}">
95961bdf
MW
20 <section class="section">
21 <h2 class="sectionTitle">{lang}wcf.acp.user.assignToGroup.markedUsers{/lang}</h2>
eee4c4ff 22
95961bdf
MW
23 <div>
24 {implode from=$users item=$user}<a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user}</a>{/implode}
25 </div>
7991009f 26
95961bdf
MW
27 {event name='markedUserFields'}
28 </section>
29
30 <section class="section">
31 <h2 class="sectionTitle">{lang}wcf.acp.user.groups{/lang}</h2>
32
33 <dl{if $errorField == 'groupIDs'} class="formError"{/if}>
34 <dd>
35 {htmlCheckboxes options=$groups name=groupIDs selected=$groupIDs}
36 {if $errorField == 'groupIDs'}
37 <small class="innerError">
38 {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if}
39 </small>
40 {/if}
41 <dd>
42 </dl>
43
44 {event name='userGroupFields'}
45 </section>
46
47 {event name='sections'}
158bd3ca 48
ed735943 49 <div class="formSubmit">
e5f9b56c 50 <input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
ee629b22 51 {@SECURITY_TOKEN_INPUT_TAG}
ed735943 52 </div>
158bd3ca
TD
53</form>
54
fdd8b4b6 55{include file='footer'}