mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	do not set id in input field for file upload field
field can be duplicated and that makes the id no unique
This commit is contained in:
		
							parent
							
								
									2ddb45fa08
								
							
						
					
					
						commit
						adb7368acc
					
				|  | @ -872,7 +872,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; | |||
| 			<div class="input-append"> | ||||
| 				<input type="text" class="form-control" readonly> | ||||
| 				<span class="btn btn-default btn-file"> | ||||
| 					'.getMLText("browse").'… <input id="'.$id.'" type="file" name="'.$varname.'"'.($multiple ? " multiple" : "").($accept ? ' accept="'.$accept.'"' : "").'">
 | ||||
| 					'.getMLText("browse").'… <input _id="'.$id.'" type="file" name="'.$varname.'"'.($multiple ? " multiple" : "").($accept ? ' accept="'.$accept.'"' : "").'">
 | ||||
| 				</span> | ||||
| 			</div> | ||||
| 		</div> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann