Blame Extras/phpBB/3.0.4/adm/style/acp_disallow.html

4c79b5
4c79b5
4c79b5
4c79b5
4c79b5

{L_ACP_DISALLOW_USERNAMES}

4c79b5
4c79b5

{L_ACP_DISALLOW_EXPLAIN}

4c79b5
4c79b5
<form id="acp_disallow" method="post" action="{U_ACTION}">
4c79b5
4c79b5
<fieldset>
4c79b5
	<legend>{L_ADD_DISALLOW_TITLE}</legend>
4c79b5
4c79b5
	
<label for="user">{L_USERNAME}:</label>
{L_ADD_DISALLOW_EXPLAIN}
4c79b5
	
<input id="user" type="text" class="text medium" maxlength="255" name="disallowed_user" />
4c79b5
4c79b5
4c79b5

4c79b5
	<input class="button1" type="submit" name="disallow" value="{L_SUBMIT}" />
4c79b5

4c79b5
</fieldset>
4c79b5
4c79b5

{L_DELETE_DISALLOW_TITLE}

4c79b5
4c79b5

{L_DELETE_DISALLOW_EXPLAIN}

4c79b5
4c79b5
<fieldset>
4c79b5
	<legend>{L_DELETE_DISALLOW_TITLE}</legend>
4c79b5
4c79b5
	
4c79b5
		
<label for="disallowed">{L_USERNAME}:</label>
4c79b5
		
<select name="disallowed_id" id="disallowed">{S_DISALLOWED_NAMES}</select>
4c79b5
	
4c79b5
4c79b5
	

4c79b5
		<input class="button1" type="submit" name="allow" value="{L_SUBMIT}" />
4c79b5
	

4c79b5
4c79b5
	

{L_NO_DISALLOWED}

4c79b5
4c79b5
	{S_FORM_TOKEN}
4c79b5
</fieldset>
4c79b5
</form>
4c79b5
4c79b5