remove table border
This commit is contained in:
		
							parent
							
								
									ae85d76f15
								
							
						
					
					
						commit
						8db522b916
					
				@ -8,7 +8,7 @@ class TagEditTheme extends Themelet {
 | 
				
			|||||||
	public function display_mass_editor(Page $page) {
 | 
						public function display_mass_editor(Page $page) {
 | 
				
			||||||
		$html = "
 | 
							$html = "
 | 
				
			||||||
		<form action='".make_link("tag_edit/replace")."' method='POST'>
 | 
							<form action='".make_link("tag_edit/replace")."' method='POST'>
 | 
				
			||||||
			<table border='1' style='width: 200px;'>
 | 
								<table style='width: 300px;'>
 | 
				
			||||||
				<tr><td>Search</td><td><input type='text' name='search'></tr>
 | 
									<tr><td>Search</td><td><input type='text' name='search'></tr>
 | 
				
			||||||
				<tr><td>Replace</td><td><input type='text' name='replace'></td></tr>
 | 
									<tr><td>Replace</td><td><input type='text' name='replace'></td></tr>
 | 
				
			||||||
				<tr><td colspan='2'><input type='submit' value='Replace'></td></tr>
 | 
									<tr><td colspan='2'><input type='submit' value='Replace'></td></tr>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user