Blame Identity/Webenv/phpBB/3.0.4/adm/style/acp_reasons.html

ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
	« {L_BACK}
ef5584
ef5584
	

{L_TITLE}

ef5584
ef5584
	

{L_REASON_EDIT_EXPLAIN}

ef5584
ef5584
	
ef5584
		
ef5584
			

{L_WARNING}

ef5584
			

{ERROR_MSG}

ef5584
		
ef5584
	
ef5584
ef5584
	
ef5584
		

{L_AVAILABLE_TITLES}

ef5584
ef5584
		

{S_AVAILABLE_TITLES}

ef5584
	
ef5584
ef5584
	<form id="acp_reasons" method="post" action="{U_ACTION}">
ef5584
ef5584
	<fieldset>
ef5584
		<legend>{L_TITLE}</legend>
ef5584
		

{L_IS_TRANSLATED_EXPLAIN}{L_IS_NOT_TRANSLATED_EXPLAIN}

ef5584
	
ef5584
		
<label for="reason_title">{L_REASON_TITLE}:</label>
ef5584
		
<input name="reason_title" type="text" id="reason_title" value="{REASON_TITLE}" maxlength="255" />
ef5584
	
ef5584
	
ef5584
	
ef5584
		
{L_REASON_TITLE_TRANSLATED}
ef5584
		
{TRANSLATED_TITLE}
ef5584
	
ef5584
	
ef5584
	
ef5584
		
<label for="reason_description">{L_REASON_DESCRIPTION}:</label>
ef5584
		
<textarea name="reason_description" id="reason_description" rows="8" cols="80">{REASON_DESCRIPTION}</textarea>
ef5584
	
ef5584
	
ef5584
	
ef5584
		
{L_REASON_DESC_TRANSLATED}
ef5584
		
{TRANSLATED_DESCRIPTION}
ef5584
	
ef5584
	
ef5584
ef5584
	

ef5584
		<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 
ef5584
		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
ef5584
		{S_FORM_TOKEN}
ef5584
	

ef5584
	</fieldset>
ef5584
	</form>
ef5584
ef5584
ef5584
ef5584
	

{L_ACP_REASONS}

ef5584
ef5584
	

{L_ACP_REASONS_EXPLAIN}

ef5584
ef5584
	<form id="reasons" method="post" action="{U_ACTION}">
ef5584
	<fieldset class="tabulated">
ef5584
	<legend>{L_ACP_REASONS}</legend>
ef5584
ef5584
	
ef5584
		
ef5584
			
ef5584
		
ef5584
		
ef5584
			{L_REASON}
ef5584
			{L_USED_IN_REPORTS}
ef5584
			{L_OPTIONS}
ef5584
		
ef5584
		
ef5584
		
ef5584
		
ef5584
			
ef5584
				
ef5584
					{L_IS_TRANSLATED}{L_IS_NOT_TRANSLATED}
ef5584
					{reasons.REASON_TITLE} *
ef5584
					
{reasons.REASON_DESCRIPTION}
ef5584
				
ef5584
				{reasons.REASON_COUNT}
ef5584
				
ef5584
					
ef5584
						{ICON_MOVE_UP_DISABLED}
ef5584
						{ICON_MOVE_DOWN}
ef5584
					
ef5584
						{ICON_MOVE_UP} 
ef5584
						{ICON_MOVE_DOWN} 
ef5584
					
ef5584
						{ICON_MOVE_UP}	
ef5584
						{ICON_MOVE_DOWN_DISABLED}
ef5584
					
ef5584
					{ICON_EDIT} 
ef5584
					
ef5584
						{ICON_DELETE}
ef5584
					
ef5584
						{ICON_DELETE_DISABLED}
ef5584
					
ef5584
				
ef5584
			
ef5584
		
ef5584
		
ef5584
		
ef5584
ef5584
	
ef5584
ef5584
	

ef5584
		<input type="hidden" name="action" value="add" />
ef5584
ef5584
		<input type="text" name="reason_title" /> 
ef5584
		<input class="button2" name="addreason" type="submit" value="{L_ADD_NEW_REASON}" />
ef5584
		{S_FORM_TOKEN}
ef5584
	

ef5584
	</fieldset>
ef5584
	
ef5584
	</form>
ef5584
ef5584
ef5584
ef5584