Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/group_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>Grupy</h2>
<div class="entry">
<div class="sep"></div>
</div>
<form action="/admin/group/edit/<?php echo $id; ?>" method="post">
<fieldset class="register">
<span class="col1" style="margin-left: 20px; width: 93%">
<label for="account">Nazwa grupy:</label>
<input type="text" style="width: 300px; " name="register_title" value="<?php echo !empty( $data->title ) ? $data->title : ''; ?>" /><br clear="both"/>
<input type="submit" value="<?php echo !is_null($id) ? 'Zapisz' : 'Zapisz'; ?>"/>
</span>
<br clear="both"/>
</fieldset>
</form>
</div>
</div>
</div>
</div>