Fix notes panel content id
Use the same id for the notes panel as in QSO edit view to avoid conflict with the textarea
这个提交包含在:
父节点
31e2107c98
当前提交
3eb2ff29a4
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -26,7 +26,7 @@
|
|||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" id="notes-tab" data-toggle="tab" href="#notes" role="tab" aria-controls="notes" aria-selected="false"><?php echo $this->lang->line('general_word_notes'); ?></a>
|
||||
<a class="nav-link" id="notes-tab" data-toggle="tab" href="#nav-notes" role="tab" aria-controls="notes" aria-selected="false"><?php echo $this->lang->line('general_word_notes'); ?></a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
|
|
@ -406,7 +406,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Notes Panel Contents -->
|
||||
<div class="tab-pane fade" id="notes" role="tabpanel" aria-labelledby="notes-tab">
|
||||
<div class="tab-pane fade" id="nav-notes" role="tabpanel" aria-labelledby="notes-tab">
|
||||
<div class="alert alert-info" role="alert">
|
||||
<span class="badge badge-info"><?php echo $this->lang->line('general_word_info'); ?></span> <?php echo $this->lang->line('qso_notes_helptext'); ?>
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用