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> | ||||||
|            |            | ||||||
|           <li class="nav-item"> |           <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> | ||||||
| 
 | 
 | ||||||
|           <li class="nav-item"> |           <li class="nav-item"> | ||||||
|  | @ -406,7 +406,7 @@ | ||||||
|           </div> |           </div> | ||||||
|            |            | ||||||
|           <!-- Notes Panel Contents --> |           <!-- 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"> |             <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'); ?>
 |               <span class="badge badge-info"><?php echo $this->lang->line('general_word_info'); ?></span> <?php echo $this->lang->line('qso_notes_helptext'); ?>
 | ||||||
|             </div> |             </div> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用