mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	set width of select box for undel user ids to 100%
This commit is contained in:
		
							parent
							
								
									82751c0b84
								
							
						
					
					
						commit
						66f5efb487
					
				|  | @ -208,7 +208,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { | |||
| 				$selections = $settings->{"_".$name}; | ||||
| 			else | ||||
| 				$selections = explode(',', $settings->{"_".$name}); | ||||
| 			echo "<select class=\"chzn-select\"".($allowempty ? " data-allow-clear=\"true\"" : "")."\" name=\"".$name.($multiple ? "[]" : "")."\"".($multiple ? "  multiple" : "").($size ? "  size=\"".$size."\"" : "")." data-placeholder=\"".getMLText("select_user")."\">"; | ||||
| 			echo "<select class=\"chzn-select\"".($allowempty ? " data-allow-clear=\"true\"" : "")."\" name=\"".$name.($multiple ? "[]" : "")."\"".($multiple ? "  multiple" : "").($size ? "  size=\"".$size."\"" : "")." data-placeholder=\"".getMLText("select_user")."\" style=\"width: 100%;\">"; | ||||
| 			if($allowempty) | ||||
| 				echo "<option value=\"\"></option>"; | ||||
| 			foreach($users as $curuser) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann