Blame Extras/phpBB/3.0.4/styles/modern/template/report_body.html

4c79b5
4c79b5
4c79b5

{L_REPORT_POST}{L_REPORT_MESSAGE}

4c79b5
4c79b5
<form method="post" action="{S_REPORT_ACTION}" id="report">
4c79b5
4c79b5
	
4c79b5
4c79b5
	
4c79b5
		

{L_REPORT_POST_EXPLAIN}{L_REPORT_MESSAGE_EXPLAIN}

4c79b5
		
4c79b5
		<fieldset>
4c79b5
		
4c79b5
			
<label for="reason_id">{L_REASON}:</label>
4c79b5
			
<select name="reason_id" id="reason_id" class="full"><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected">{reason.DESCRIPTION}</option></select>
4c79b5
		
4c79b5
		
4c79b5
			
4c79b5
				
<label for="notify1">{L_REPORT_NOTIFY}:</label>
{L_REPORT_NOTIFY_EXPLAIN}
4c79b5
				
4c79b5
					<label for="notify1"><input type="radio" name="notify" id="notify1" value="1" <!-- IF not S_NOTIFY -->checked="checked" /> {L_YES}</label> 
4c79b5
					<label for="notify0"><input type="radio" name="notify" id="notify0" value="0" <!-- IF S_NOTIFY -->checked="checked" /> {L_NO}</label>
4c79b5
				
4c79b5
			
4c79b5
		
4c79b5
		
4c79b5
			
<label for="report_text">{L_MORE_INFO}:</label>
{L_CAN_LEAVE_BLANK}
4c79b5
			
<textarea name="report_text" id="report_text" rows="10" cols="76" class="inputbox">{REPORT_TEXT}</textarea>
4c79b5
		
4c79b5
		</fieldset>
4c79b5
	
4c79b5
4c79b5
	
4c79b5
4c79b5
4c79b5
4c79b5
	
4c79b5
4c79b5
	
4c79b5
		<fieldset class="submit-buttons">
4c79b5
			<input type="submit" name="submit" class="button1" value="{L_SUBMIT}" /> 
4c79b5
			<input type="submit" name="cancel" class="button2" value="{L_CANCEL}" />
4c79b5
			{S_FORM_TOKEN}
4c79b5
		</fieldset>
4c79b5
	
4c79b5
4c79b5
	
4c79b5
4c79b5
</form>
4c79b5
4c79b5