shoppingmallv2 init...
This commit is contained in:
parent
f7e5164a55
commit
9fae6d801c
@ -41,7 +41,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<!-- 사용자가 쓰기권한이 있는지 확인-->
|
<!-- 사용자가 쓰기권한이 있는지 확인-->
|
||||||
<?php if (isRole_CommonHelper($viewDatas['currentRoles'], $viewDatas['category'], CATEGORY_ROLE_FIELDS['WRITE'])) : ?>
|
<?php if (isRole_CommonHelper($viewDatas['currentRoles'], $viewDatas['category'], 'iswrite')) : ?>
|
||||||
<?= anchor(current_url() . '/insert?category=' . $viewDatas['category']->getPrimaryKey(), '입력', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
<?= anchor(current_url() . '/insert?category=' . $viewDatas['category']->getPrimaryKey(), '입력', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $viewDatas['pagination'] ?>
|
<?= $viewDatas['pagination'] ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user