| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -53,7 +53,7 @@ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            		$tagname = str_replace('[br]', '<br>', $ls[2]); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            		if(!preg_match("#<br \/>#", $tagname) ) $tagname .= "<span>($tag)</span>"; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            		else $tagname = str_replace('<br>', "<span>($tag)</span><br>", $tagname); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            		echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label>"; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            		echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label> "; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            	  $k++; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            	} | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            } | 
		
		
	
	
		
			
				| 
				
				
				
					
				
				 | 
			
			 | 
			@@ -69,7 +69,7 @@ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			              $dsql->SetQuery('Select plusname From #@__plus'); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			              $dsql->Execute(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			              while($row=$dsql->GetObject()){ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			               	echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label>"; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			               	echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label> "; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			              	$k++; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			              	$l++; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			              	if($l%6==0) echo "<br>"; | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |