mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	rename showConfigFolder() to showConfigFolderNoTree()
This commit is contained in:
		
							parent
							
								
									05400afbcd
								
							
						
					
					
						commit
						682cb8904f
					
				|  | @ -258,7 +258,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { | ||||||
| <?php | <?php | ||||||
| 	} /* }}} */ | 	} /* }}} */ | ||||||
| 
 | 
 | ||||||
| 	protected function showConfigFolder($title, $name, $allowempty=true, $multiple=true, $size=0) { /* {{{ */ | 	protected function showConfigFolderNoTree($title, $name, $allowempty=true, $multiple=true, $size=0) { /* {{{ */ | ||||||
| 		$settings = $this->params['settings']; | 		$settings = $this->params['settings']; | ||||||
| 		$dms = $this->params['dms']; | 		$dms = $this->params['dms']; | ||||||
| ?>
 | ?>
 | ||||||
|  | @ -467,7 +467,7 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk)) | ||||||
| <?php $this->showConfigCheckbox('settings_enableRecursiveCount', 'enableRecursiveCount'); ?>
 | <?php $this->showConfigCheckbox('settings_enableRecursiveCount', 'enableRecursiveCount'); ?>
 | ||||||
| <?php $this->showConfigText('settings_maxRecursiveCount', 'maxRecursiveCount'); ?>
 | <?php $this->showConfigText('settings_maxRecursiveCount', 'maxRecursiveCount'); ?>
 | ||||||
| <?php $this->showConfigText('settings_daysPastDashboard', 'daysPastDashboard'); ?>
 | <?php $this->showConfigText('settings_daysPastDashboard', 'daysPastDashboard'); ?>
 | ||||||
| <?php $this->showConfigFolder('settings_excludeFoldersDashboard', 'excludeFoldersDashboard'); ?>
 | <?php $this->showConfigFolderNoTree('settings_excludeFoldersDashboard', 'excludeFoldersDashboard'); ?>
 | ||||||
| <?php $this->showConfigCheckbox('settings_enableLanguageSelector', 'enableLanguageSelector'); ?>
 | <?php $this->showConfigCheckbox('settings_enableLanguageSelector', 'enableLanguageSelector'); ?>
 | ||||||
| <?php $this->showConfigCheckbox('settings_enableHelp', 'enableHelp'); ?>
 | <?php $this->showConfigCheckbox('settings_enableHelp', 'enableHelp'); ?>
 | ||||||
| <?php $this->showConfigCheckbox('settings_enableThemeSelector', 'enableThemeSelector'); ?>
 | <?php $this->showConfigCheckbox('settings_enableThemeSelector', 'enableThemeSelector'); ?>
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann