mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +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>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr loop="$board_list => $no,$val">
|
<tr loop="$board_list => $no,$val">
|
||||||
<td>{$no}</td>
|
<td>{$val->module_srl}</td>
|
||||||
<td>
|
<td>
|
||||||
<block cond="!$val->module_category_srl">
|
<block cond="!$val->module_category_srl">
|
||||||
<block cond="$val->site_srl">{$lang->virtual_site}</block>
|
<block cond="$val->site_srl">{$lang->virtual_site}</block>
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ jQuery(function($){
|
||||||
<tbody>
|
<tbody>
|
||||||
<!--@foreach($page_list as $no => $val)-->
|
<!--@foreach($page_list as $no => $val)-->
|
||||||
<tr class="row{$cycle_idx}">
|
<tr class="row{$cycle_idx}">
|
||||||
<td>{$no}</td>
|
<td>{$val->module_srl}</td>
|
||||||
<td>
|
<td>
|
||||||
<!--@if(!$val->module_category_srl)-->
|
<!--@if(!$val->module_category_srl)-->
|
||||||
<!--@if($val->site_srl)-->
|
<!--@if($val->site_srl)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue