add label for tag_history
This commit is contained in:
		
							parent
							
								
									1052b5d356
								
							
						
					
					
						commit
						8680f27bf1
					
				@ -22,7 +22,11 @@ class Tag_HistoryTheme extends Themelet {
 | 
				
			|||||||
				$setter .= " / " . $fields['user_ip'];
 | 
									$setter .= " / " . $fields['user_ip'];
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			$selected = ($n == 2) ? " checked" : "";
 | 
								$selected = ($n == 2) ? " checked" : "";
 | 
				
			||||||
			$history_list .= "<li><input type='radio' name='revert' value='$current_id'$selected>$current_tags (Set by $setter)</li>\n";
 | 
								$history_list .= "
 | 
				
			||||||
 | 
									<li>
 | 
				
			||||||
 | 
										<input type='radio' name='revert' id='$current_id' value='$current_id'$selected>
 | 
				
			||||||
 | 
										<label for='$current_id'>$current_tags (Set by $setter)</label>
 | 
				
			||||||
 | 
									</li>\n";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$end_string = "
 | 
							$end_string = "
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user