Commit 00a7450c authored by mainlove's avatar mainlove

c

parent f5c5aed2
......@@ -2,7 +2,7 @@
</div>
<div id="pluginPagination" class="margin12 right">
</div>
<div class="clear"></div>
<div id="PluginSetting" class="none">
</div>
<div class="clear"></div>
${plugins}
......@@ -51,9 +51,9 @@ admin.plugin = {
data: JSON.stringify(requestJSONObject),
success: function(result, textStatus){
$("#loadMsg").text(Label.loadingLabel);
$("#tipMsg").text(result.msg);
//$("#tipMsg").text(result.msg);
$("#PluginSetting").html(result);
$("#PluginSetting").html("<a>jjjj</a>");
$("#loadMsg").text("");
$("#PluginSetting").dialog("open");
}
......
......@@ -102,10 +102,6 @@ admin.pluginList = {
});
},
toSetting:function(pluginId){
},
changeStatus: function (pluginId, status) {
if (status === "ENABLED") {
status = "DISABLED";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment