cfmgrv4 init...3
This commit is contained in:
parent
cec136b66d
commit
20fb3e8773
@ -2,7 +2,7 @@
|
|||||||
<?= $this->section('content') ?>
|
<?= $this->section('content') ?>
|
||||||
<div class="layout_top"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?></div>
|
<div class="layout_top"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?></div>
|
||||||
<!-- Layout Middle Start -->
|
<!-- Layout Middle Start -->
|
||||||
<table class="layout_middle table table-bordered">
|
<table class="layout_middle">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="layout_left">
|
<td class="layout_left">
|
||||||
<!-- Layout Left Start -->
|
<!-- Layout Left Start -->
|
||||||
@ -23,7 +23,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="index_head_short_column">번호</th>
|
<th class="index_head_short_column">번호</th>
|
||||||
<?php foreach ($viewDatas['fields'] as $field): ?>
|
<?php foreach ($viewDatas['fields'] as $field): ?>
|
||||||
<th data-rtc-resizable="<?= $field ?>"><?= $viewDatas['helper']->getListLabel($field, $viewDatas) ?></th>
|
<th data-rtc-resizable="<?= $field ?>"><?= $viewDatas['helper']->getListLabel($field, $viewDatas) ?>
|
||||||
|
</th>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
<th class="index_head_short_column">작업</th>
|
<th class="index_head_short_column">작업</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<?= $this->section('content') ?>
|
<?= $this->section('content') ?>
|
||||||
<div class="layout_top"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?></div>
|
<div class="layout_top"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?></div>
|
||||||
<!-- Layout Middle Start -->
|
<!-- Layout Middle Start -->
|
||||||
<table class="layout_middle table table-bordered">
|
<table class="layout_middle">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="layout_left">
|
<td class="layout_left">
|
||||||
<!-- Layout Left Start -->
|
<!-- Layout Left Start -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user