Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/backend/mailing/edit.php |
<?php
$options2 = array('p_event_slider'=>'');
$options3 = array('p_event_werbung'=>'');
$options4 = array('p_event_mobile'=>'');
?>
<?php echo Message::render(); ?>
<form id="mainform" action="" method="post" enctype="multipart/form-data">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td>
<!-- start step-holder -->
<div id="step-holder">
<div class="step-no">1</div>
<div class="step-dark-left"><a href="">Nowy pokój</a></div>
<div class="step-dark-right"> </div>
<div class="step-no-off">2</div>
<div class="step-light-left">Zapisywanie</div>
<div class="step-light-right"> </div>
<div class="clear"></div>
</div>
<!-- end step-holder -->
<!-- start id-form -->
<table border="0" cellpadding="0" cellspacing="0" id="id-form">
<tr>
<?php ac_form::field_Text('Tytuł', 'p_name' , !empty($data->name) ? $data->name : '', $errors); ?>
</tr>
<tr>
<?php ac_form::field_Text('Cena', 'p_price' , !empty($data->price) ? $data->price : '', $errors); ?>
</tr>
<tr>
<?php ac_form::field_Textarea('Opis', 'p_description' , !empty($data->description) ? $data->description : '', $errors); ?>
</tr>
<tr>
<tr>
<td><strong>Język</strong></td>
<td>
<select name="languages_id">
<?php foreach( ORM::Factory('language')->find_all() as $row ) : ?>
<option <?php if( $row->languages_id == $data->languages_id) : echo "SELECTED='SELECTED'"; endif; ?> value="<?php echo $row->languages_id; ?>"><?php echo $row->name; ?></option>
<?php endforeach; ?>
</select>
</td>
</tr>
</tr>
<tr>
<?php ac_form::field_File('Obrazy:', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<?php ac_form::field_File('', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<?php ac_form::field_File('', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<?php ac_form::field_File('', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<?php ac_form::field_File('', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<?php ac_form::field_File('', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<?php ac_form::field_File('', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<?php ac_form::field_File('', 'file_1' , 'JPEG, GIF 5MB max per image', $errors); ?>
</tr>
<tr>
<th> </th>
<td valign="top">
<input type="submit" value="" class="form-submit" />
<input type="reset" value="" class="form-reset" />
</td>
<td></td>
</tr>
</table>
<!-- end id-form -->
</td>
<td>
<?php echo cms::right_menu(); ?>
</td>
</tr>
<tr>
<td><img src="./media/images/shared/blank.gif" width="695" height="1" alt="blank" /></td>
<td></td>
</tr>
</table>
</form>