Файл: Luxe-Shop v6.0/application/views/admin/templatesadm/premium/index.php
Строк: 36
<head>
<nav class="top-nav" style="
margin-top: -22px;
">
<div class="container">
<div class="nav-wrapper"><a class="page-title" style="font-size: 46px;">Редактирование шаблонов админ панеля</a></div>
</div>
</nav>
</head>
<div>
<? if (1 == $this->session->userdata('group')):?>
<? if(isset($error)) {
echo $error;
}
elseif(isset($ok)) {
echo ' <div class="alert alert-info fade in widget-inner">';
echo '<button type="button" class="close" data-dismiss="alert">?</button>';
echo 'Данные успешно сохранены!</div>';
}
?>
<? echo validation_errors(); ?>
<? echo form_open_multipart(); ?>
<div style="text-align: center;">
<label style="font-size: 35px;">Вабрать Шаблон: </label>
<div style="width: 270px;margin-left: 700px;">
<? echo form_dropdown('templatesadm', array('1'=>'Default','2'=>'Premium'), $this->config->item('templatesadm'),'class="" style="width: 207px;margin-left: 267px;"'); ?>
</div>
</div>
<div style="width: 200px;margin-left: 10px;">
<tr>
<td>Вид "<b>Входа в админ панель</b>":</td>
<td><? echo form_dropdown('login', array('0'=>'Вид 1','1'=>'Вид 2'), $this->config->item('login'),'class=""'); ?></td>
</tr> </div>
<div style="margin-left: 765px;">
<? echo form_submit('submit','Сохранить','value="upload" class="btn btn-primary"'); ?>
</div>
<? echo form_close(); ?>
</div><?else:?>
<div style="font-size:14px;">К сожалению у Вас нет доступа в этот раздел</div>
<? endif; ?>