Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/language_edit.php
	<div id="page">
		<!--  start message-blue -->
			<?php if (isset($message_ok)):?>
			<div class="n_ok"><p><?php echo $message_ok;?></div>
			<?php endif;?>	
			<!--  start message-red -->
			<?php if (isset($message)):?>
			<div class="n_error"><p><?php echo $message;?></div>
					
			<?php endif;?>
			
			<div id="content">

				<div class="main">
				
						<div class="full_w">
				<div class="h_title">Zarządzaj</div>
				<h2>Języki</h2>
				
				
				<div class="entry">
					<div class="sep"></div>
				</div>
					
					<?php echo Form::open('admin/language/edit/'.$id, array('name'=>'form_edit', 'method'=>'post','enctype' => 'multipart/form-data')); ?>
			
						<fieldset class="register">
						<label for="admin">Język:</label>
						<input type="text" name="name" value="<?php echo $language->name; ?>"/>
						<br style="clear: both;"/>
					
				
							<br style="clear: both;"/>
					<input type="submit" value="Zapisz"/>
				
				</fieldset>
		
				<?php echo Form::close(); ?>
				
				
				
			
			
		</div>
	</div>
	
	</div>
			
</div>