cfmgrv4 init...1
This commit is contained in:
parent
79e58dcad2
commit
48b6e191c2
@ -26,10 +26,10 @@
|
||||
<?= getListButton_AccountHelper('sync', $viewDatas, ["style" => "cursor:pointer"]) ?>
|
||||
</td>
|
||||
<?php foreach ($viewDatas['fields'] as $field): ?>
|
||||
<td><?= getFieldView_AccountHelper($field, $viewDatas) ?></td>
|
||||
<td><?= getFieldView_AccountHelper($field, $viewDatas) ?></td>
|
||||
<?php endforeach ?>
|
||||
<td>
|
||||
<?= getListButton_AccountHelper('delete', $viewDatas) ?>
|
||||
<?= getListButton_AccountHelper('delete', $viewDatas) ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php $old_auth = $entity->getParent() ?>
|
||||
@ -44,12 +44,8 @@
|
||||
<?= getFieldForm_AccountHelper($field, DEFAULTS['EMPTY'], $viewDatas) ?>
|
||||
<?php endforeach ?>
|
||||
<li class="nav-item"><?= form_submit("", '일괄처리', ["class" => "btn btn-outline btn-warning"]) ?></li>
|
||||
<li class="nav-item"><?= getListButton_AccountHelper('create', $viewDatas, ["style" => "cursor:pointer"]) ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<?= form_close() ?>
|
||||
<div class=" index_pagination"><?= $viewDatas['pagination'] ?></div>
|
||||
<?php if (in_array($viewDatas['action_form'], [FORMS['MODAL'], FORMS['IFRAME']])): ?>
|
||||
<?= $this->include('templates/' . $viewDatas['layout'] . '/' . $viewDatas['action_form']); ?>
|
||||
<?php endif ?>
|
||||
<?= $this->endSection() ?>
|
||||
Loading…
Reference in New Issue
Block a user