<!-- Script PHP/MYSQL of management of classifieds ads developed by Script PAG. Script PAG all rights reserved. Use under license. http://www.script-pag.com -->
<div class="internal-body">

	<p class="header-internal-body"><?php echo $language_adm['page_fields_act_info']; ?></p>
	
	<div class="body-internal-body form">
		
		<?php if(isset($_GET['succes']) && $_GET['succes'] == 1) echo '<p class="succes">'. $language_adm['page_fileds_act_su'] .'</p>'; ?>
	
		<form method="post" action="fields.php?act=1&menu=26">
			<div>
				
				<div class="flex-container div-form">
					<input type="hidden" name="valid" value="1" />
					<label class="title" for="act_comp_num"><?php echo $language_adm['page_fields_act_comp_num']; ?></label>
					<div class="label">
						<input type="checkbox" id="act_comp_num" name="act_comp_num" value="1" <?php if($act_comp_num == 1) echo 'checked="checked"'; ?> />
						<label for="act_comp_num"></label>
					</div>
				</div>
				
				<div class="flex-container div-form">
					<label class="title" for="act_postcode"><?php echo $language_adm['page_fields_act_postcode']; ?></label>
					<div class="label">
						<input type="checkbox" id="act_postcode" name="act_postcode" value="1" <?php if($act_postcode == 1) echo 'checked="checked"'; ?> />
						<label for="act_postcode"></label>
					</div>
				</div>
				
				<div class="flex-container div-form">
					<label class="title" for="act_city"><?php echo $language_adm['page_fields_act_city']; ?></label>
					<div class="label">
						<input type="checkbox" id="act_city" name="act_city" value="1" <?php if($act_city == 1) echo 'checked="checked"'; ?> />
						<label for="act_city"></label>
					</div>
				</div>
				
				<div class="flex-container div-form">
					<label class="title" for="act_phone"><?php echo $language_adm['page_fields_act_phone']; ?></label>
					<div class="label">
						<input type="checkbox" id="act_phone" name="act_phone" value="1" <?php if($act_phone == 1) echo 'checked="checked"'; ?> />
						<label for="act_phone"></label>
					</div>
				</div>
				
				<div class="flex-container div-form">
					<label class="title" for="act_price"><?php echo $language_adm['page_fields_act_price']; ?></label>
					<div class="label">
						<input type="checkbox" id="act_price" name="act_price" value="1" <?php if($act_price == 1) echo 'checked="checked"'; ?> />
						<label for="act_price"></label>
					</div>
				</div>
			
			</div>
			
			<div class="input-submit"><input type="submit" value="<?php echo $language_adm['bt_link_submit']; ?>" /></div>
			
		</form>
		
	</div>
</div>