|
|
@@ -118,7 +118,7 @@
|
|
|
html += '<button type="button" class="btn btn-danger btn-lg" onclick="fnDeleteContentsRow(this);">삭제</button></td>';
|
|
|
}
|
|
|
html += '</tr>';
|
|
|
- if(contentsLoc=='SBM004' || contentsLoc=='SBM005'){
|
|
|
+ if(contentsLoc=='SBM004' || contentsLoc=='SBM005' || contentsLoc=='SBMM004'){
|
|
|
html += '<tr class="cateTypeTr">';
|
|
|
html += ' <th>클릭시<br>페이지창</th>';
|
|
|
html += ' <td colspan="3">';
|
|
|
@@ -567,7 +567,7 @@
|
|
|
}
|
|
|
html += '<button type="button" class="btn btn-danger btn-lg" onclick="fnDeleteContentsRow(this);">삭제</button></td>';
|
|
|
html += '</tr>';
|
|
|
- if(contentsLoc=='SBM004' || contentsLoc=='SBM005'){
|
|
|
+ if(contentsLoc=='SBM004' || contentsLoc=='SBM005' || contentsLoc=='SBMM004'){
|
|
|
html += '<tr class="cateTypeTr">';
|
|
|
html += ' <th>클릭시<br>페이지창</th>';
|
|
|
html += ' <td colspan="3">';
|
|
|
@@ -936,7 +936,7 @@
|
|
|
|
|
|
var dispOrd = $(this).find("[name=dispOrd]").val();
|
|
|
|
|
|
- if(contentsLoc=='SBM004' || contentsLoc=='SBM005'){
|
|
|
+ if(contentsLoc=='SBM004' || contentsLoc=='SBM005' || contentsLoc=='SBMM004'){
|
|
|
var thisIdx = $(this).find("input[name=tableIdx]").val();
|
|
|
contentsType = $(this).find("input:radio[name=pageTarget"+thisIdx+"]:checked").val();
|
|
|
}
|