Скрыл колонки статистич. данных в табл. категорий

parent 91f4b330
...@@ -84,11 +84,13 @@ if (!$error) { ...@@ -84,11 +84,13 @@ if (!$error) {
<span class="editing-wrap"><input class="percent-input editing" value="<?= $cat['percent'] ?>">&nbsp;%</span> <span class="editing-wrap"><input class="percent-input editing" value="<?= $cat['percent'] ?>">&nbsp;%</span>
<br /><span class="old-value"><?= $cat['percent'] ?>&nbsp;%</span> <br /><span class="old-value"><?= $cat['percent'] ?>&nbsp;%</span>
</td> </td>
<?php /*?>
<td></td> <td></td>
<td></td> <td></td>
<td></td> <td></td>
<td></td> <td></td>
<td></td> <td></td>
<?php */?>
</tr> </tr>
<?php if (count($cat['sub_cats']) > 0): ?> <?php if (count($cat['sub_cats']) > 0): ?>
...@@ -120,11 +122,13 @@ if (!$error) { ...@@ -120,11 +122,13 @@ if (!$error) {
</span> </span>
</th> </th>
<th class="data"><span>Процент</span></th> <th class="data"><span>Процент</span></th>
<?php /*?>
<th class="data"><span>Показы</span></th> <th class="data"><span>Показы</span></th>
<th class="data"><span>Клики</span></th> <th class="data"><span>Клики</span></th>
<th class="data"><span>Заказы</span></th> <th class="data"><span>Заказы</span></th>
<th class="data"><span>Стоимость</span></th> <th class="data"><span>Стоимость</span></th>
<th class="data"><span>Комиссия</span></th> <th class="data"><span>Комиссия</span></th>
<?php */?>
</tr> </tr>
</thead> </thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment