Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/setting.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>Ustawienia</h2>
				
				
				<div class="entry">
					<div class="sep"></div>
				</div>
				
					
					<h3>Zmień hasło</h3>
						<form action="/admin/setting/" method="post">
							<fieldset class="register">
							
							<span class="col1" style="margin-left: 20px;">
							<label for="account" style="font-weight: normal;">Obecne hasło administratora:</label>
								<input type="password" name="register_password0"><br clear="both"/>
								
								<label for="account" style="font-weight: normal;">Nowe hasło administratora:</label>
								<input type="password" name="register_password"><br clear="both"/>
								
								<label for="account" style="font-weight: normal;">Powtórz hasło administratora:</label>
								<input type="password" name="register_password2"><br clear="both"/>
									<input type="hidden" name="password_ch" value="1"/>
								<br clear="both"/><br clear="both"/>
								<input type="submit" value="Zapisz"/>
							</span>
							
							<br clear="both"/>
							
							</fieldset>
						</form>
						<h3>Zmień e-mail</h3>
						<form action="/admin/setting/" method="post">
							<fieldset class="register">
							
							<span class="col1" style="margin-left: 20px;">
							
								<label for="account" style="font-weight: normal;">Adres e-mail:</label>
								<input type="text" name="register_email" value="<?php echo $user->email; ?>"><br clear="both"/>
							<input type="hidden" name="email_ch" value="1"/>
								<br clear="both"/><br clear="both"/>
								<input type="submit" value="Zapisz"/>
							</span>
							
							<br clear="both"/>
							
							</fieldset>
						</form>
				
					
					<div class="h_title">Zarządzaj</div>
					<h2>Ustawienia konfiguracyjne</h2>
					<form action="/admin/setting/" method="post">
							<fieldset class="register">
								<textarea name="site" col="200" style="width: 620px;" rows="45"><?php echo file_get_contents('application/config/site.php'); ?></textarea>
								<br clear="both"/><br clear="both"/>
								<input type="submit" value="Zapisz"/>
							</span>
							
							<br clear="both"/>
							
							</fieldset>
						</form>
					</div>
				
				</div>
				
				
			</div>
			
		</div>