Skip to content

Commit 5451965

Browse files
katokaisyakato
andauthored
fix #4222【コンテンツ】コンテンツフォルダ内が空のときにコンテンツのタイトルだけが表示される問題 を解決 (#4223)
Co-authored-by: kato <kato@e-catchup.jp>
1 parent c421baa commit 5451965

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

plugins/bc-front/templates/ContentFolders/default.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@
3232
</li>
3333
<?php endforeach ?>
3434
</ul>
35+
<?php else: ?>
36+
<p class="bs-contents-no-data"><?php echo __d('baser_core', '配下のコンテンツがありません。'); ?></p>
3537
<?php endif ?>

plugins/bc-front/templates/ContentFolders/eyecatch.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@
3333
</li>
3434
<?php endforeach ?>
3535
</ul>
36+
<?php else: ?>
37+
<p class="bs-contents-no-data"><?php echo __d('baser_core', '配下のコンテンツがありません。'); ?></p>
3638
<?php endif ?>

0 commit comments

Comments
 (0)