some html id changes
这个提交包含在:
父节点
5e2690cb97
当前提交
2fe45434cc
共有 2 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -135,7 +135,8 @@ $('[data-fancybox]').fancybox({
|
|||
iframe : {
|
||||
preload : false
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<?php if ($this->uri->segment(1) == "" || $this->uri->segment(1) == "dashboard" ) { ?>
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@
|
|||
</a>
|
||||
|
||||
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
|
||||
<a class="dropdown-item" data-fancybox data-type="iframe" data-src="<?php echo site_url('qso/edit'); ?>/<?php echo $row->COL_PRIMARY_KEY; ?>" href="javascript:;"><i class="fas fa-edit"></i> Edit QSO</a>
|
||||
<a class="dropdown-item" id="edit_qso" data-fancybox data-type="iframe" data-src="<?php echo site_url('qso/edit'); ?>/<?php echo $row->COL_PRIMARY_KEY; ?>" href="javascript:;"><i class="fas fa-edit"></i> Edit QSO</a>
|
||||
|
||||
<div class="dropdown-divider"></div>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用