Merge branch '2.0'
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / acp / templates / pluginStoreAuthorization.tpl
1 {if $rejected}
2 <p class="error">{lang}wcf.acp.pluginStore.authorization.credentails.rejected{/lang}</p>
3 {/if}
4
5 <fieldset{if $rejected} class="marginTop"{/if}>
6 <legend>{lang}wcf.acp.pluginStore.authorization.credentials{/lang}</legend>
7 <small>{lang}wcf.acp.pluginStore.authorization.credentials.description{/lang}</small>
8
9 <dl>
10 <dt><label for="pluginStoreUsername">{lang}wcf.acp.pluginStore.authorization.username{/lang}</label></dt>
11 <dd><input type="text" id="pluginStoreUsername" value="" class="long" /></dd>
12 </dl>
13
14 <dl>
15 <dt><label for="pluginStorePassword">{lang}wcf.acp.pluginStore.authorization.password{/lang}</label></dt>
16 <dd><input type="password" id="pluginStorePassword" value="" class="long" /></dd>
17 </dl>
18 </fieldset>
19
20 <div class="formSubmit">
21 <button>{lang}wcf.global.button.submit{/lang}</button>
22 </div>