|
@@ -281,11 +281,11 @@
|
|
<td>
|
|
<td>
|
|
<c:if test="${info.enabledStatus eq 1 }">
|
|
<c:if test="${info.enabledStatus eq 1 }">
|
|
<font color="green">已发布</font>
|
|
<font color="green">已发布</font>
|
|
- <a href="javascript:void(0)" onclick="updateStatus('0','${info.id}','enabledStatus','${info.enabledStatus}');" style="cursor: pointer">保存草稿箱
|
|
|
|
|
|
+ <a href="javascript:void(0)" onclick="updateStatus('0','${info.id}','enabledStatus','${info.enabledStatus}');" style="cursor: pointer">暂不发布
|
|
</a>
|
|
</a>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${info.enabledStatus ne 1 }">
|
|
<c:if test="${info.enabledStatus ne 1 }">
|
|
- <font color="red">保存草稿箱</font>
|
|
|
|
|
|
+ <font color="red">暂不发布</font>
|
|
<a href="javascript:void(0)" onclick="updateStatus('1','${info.id}','enabledStatus','${info.enabledStatus}');" style="cursor: pointer">发布
|
|
<a href="javascript:void(0)" onclick="updateStatus('1','${info.id}','enabledStatus','${info.enabledStatus}');" style="cursor: pointer">发布
|
|
</a>
|
|
</a>
|
|
</c:if>
|
|
</c:if>
|