|  |  | @@ -502,9 +502,9 @@ else if ($dopost == 'quickEdit') { | 
		
	
		
			
			|  |  |  | while ($trow = $dsql->GetObject()) { | 
		
	
		
			
			|  |  |  | if ($trow->att == 'j' || $trow->att == 'p') continue; | 
		
	
		
			
			|  |  |  | if (preg_match("#".$trow->att."#", $arcRow['flag'])) | 
		
	
		
			
			|  |  |  | echo "<label class='mr-2'><input type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' checked='checked'> {$trow->attname}{$trow->att}[{$trow->att}]</label>"; | 
		
	
		
			
			|  |  |  | echo "<label><input type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' checked='checked'> {$trow->attname}{$trow->att}[{$trow->att}]</label> "; | 
		
	
		
			
			|  |  |  | else | 
		
	
		
			
			|  |  |  | echo "<label class='mr-2'><input type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}'> {$trow->attname}[{$trow->att}]</label>"; | 
		
	
		
			
			|  |  |  | echo "<label><input type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}'> {$trow->attname}[{$trow->att}]</label> "; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | ?> | 
		
	
		
			
			|  |  |  | </td> | 
		
	
	
		
			
				|  |  | @@ -768,7 +768,7 @@ else if ($dopost == 'attsDlg') { | 
		
	
		
			
			|  |  |  | $dsql->Execute(); | 
		
	
		
			
			|  |  |  | while ($trow = $dsql->GetObject()) { | 
		
	
		
			
			|  |  |  | if ($trow->att == 'j' || $trow->att == 'p') continue; | 
		
	
		
			
			|  |  |  | echo "<label class='mr-2'><input type='radio' name='flagname' id='flags{$trow->att}' value='{$trow->att}'> {$trow->attname}[{$trow->att}]</label>"; | 
		
	
		
			
			|  |  |  | echo "<label><input type='radio' name='flagname' id='flags{$trow->att}' value='{$trow->att}'> {$trow->attname}[{$trow->att}]</label> "; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | ?> | 
		
	
		
			
			|  |  |  | </td> | 
		
	
	
		
			
				|  |  | 
 |