hotfix/远程访问多媒体中心
lmr@hainatravel.com 8 years ago
parent 092c83a402
commit 4caa44e7ea

@ -1296,7 +1296,8 @@
</div>
</div>
<div class="modal-footer">
<a class="btn btn-default" target="_blank" href="http://localhost:3000/">打开模板标签管理</a>
<a class="btn btn-primary" id="newTemp" target="_blank" href="javascript:void(0);">添加为模板</a>
<!--a class="btn btn-default" target="_blank" href="http://localhost:3000/">打开模板管理</a-->
</div>
</div>
</div>
@ -1350,5 +1351,9 @@
$('.newTagA').html(' + 新标签 ').show();
}
});
//添加新模板
$('#newTemp').on('click', function() {
alert('ok');
});
</script>
</div>
Loading…
Cancel
Save