[Global Confg] Hide setting for public search as its handled per logbook level now
这个提交包含在:
		
							父节点
							
								
									542f199295
								
							
						
					
					
						当前提交
						e36daaa6bd
					
				
					共有  1 个文件被更改,包括 3 次插入 和 6 次删除
				
			
		|  | @ -60,14 +60,11 @@ | ||||||
|                             <small id="themeHelp" class="form-text text-muted"><?php echo lang('options_global_theme_choice_this_is_used_when_users_arent_logged_in'); ?></small>
 |                             <small id="themeHelp" class="form-text text-muted"><?php echo lang('options_global_theme_choice_this_is_used_when_users_arent_logged_in'); ?></small>
 | ||||||
|                         </div> |                         </div> | ||||||
|                          |                          | ||||||
|                         <div class="form-group"> |                          | ||||||
|                             <label for="globalSearch"><?php echo lang('options_public_search_bar'); ?></label>
 |                             <select class="custom-select" id="globalSearch" name="globalSearch" style="display: none;"> | ||||||
|                             <select class="custom-select" id="globalSearch" name="globalSearch" aria-describedby="globalSearchHelp" required> |  | ||||||
|                                 <option value='true' <?php if($this->optionslib->get_option('global_search') == "true") { echo "selected=\"selected\""; } ?>>Enabled</option>
 |                                 <option value='true' <?php if($this->optionslib->get_option('global_search') == "true") { echo "selected=\"selected\""; } ?>>Enabled</option>
 | ||||||
|                                 <option value='false' <?php if($this->optionslib->get_option('global_search') == "false") { echo "selected=\"selected\""; } ?>>Disabled</option>
 |                                 <option value='false' <?php if($this->optionslib->get_option('global_search') == "false") { echo "selected=\"selected\""; } ?>>Disabled</option>
 | ||||||
|                             </select> |                             </select> | ||||||
|                             <small id="globalSearchHelp" class="form-text text-muted"><?php echo lang('options_this_allows_non_logged_in_users_to_access_the_search_functions'); ?></small>
 |  | ||||||
|                         </div> |  | ||||||
| 
 | 
 | ||||||
|                         <div class="form-group"> |                         <div class="form-group"> | ||||||
|                             <label for="dashboardBanner"><?php echo lang('options_dashboard_notification_banner'); ?></label>
 |                             <label for="dashboardBanner"><?php echo lang('options_dashboard_notification_banner'); ?></label>
 | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用