mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #2420 display module_srl in board and page list
This commit is contained in:
parent
ad76223531
commit
e4a100c896
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$board_list => $no,$val">
|
||||
<td>{$no}</td>
|
||||
<td>{$val->module_srl}</td>
|
||||
<td>
|
||||
<block cond="!$val->module_category_srl">
|
||||
<block cond="$val->site_srl">{$lang->virtual_site}</block>
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ jQuery(function($){
|
|||
<tbody>
|
||||
<!--@foreach($page_list as $no => $val)-->
|
||||
<tr class="row{$cycle_idx}">
|
||||
<td>{$no}</td>
|
||||
<td>{$val->module_srl}</td>
|
||||
<td>
|
||||
<!--@if(!$val->module_category_srl)-->
|
||||
<!--@if($val->site_srl)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue