colspan for blocks' add
This commit is contained in:
		
							parent
							
								
									dea9747a3c
								
							
						
					
					
						commit
						8a0ce8e068
					
				@ -26,7 +26,7 @@ class BlocksTheme extends Themelet {
 | 
				
			|||||||
			$html .= "<th>Area</th><td><select name='area'><option>left<option>main</select></td>";
 | 
								$html .= "<th>Area</th><td><select name='area'><option>left<option>main</select></td>";
 | 
				
			||||||
			$html .= "<th>Priority</th><td><input type='text' name='priority' value='50'></td>";
 | 
								$html .= "<th>Priority</th><td><input type='text' name='priority' value='50'></td>";
 | 
				
			||||||
			$html .= "<th>Pages</th><td><input type='text' name='pages' value='post/list*'></td>";
 | 
								$html .= "<th>Pages</th><td><input type='text' name='pages' value='post/list*'></td>";
 | 
				
			||||||
			$html .= "<td><input type='submit' value='Add'></td>";
 | 
								$html .= "<td colspan='3'><input type='submit' value='Add'></td>";
 | 
				
			||||||
			$html .= "</tr>";
 | 
								$html .= "</tr>";
 | 
				
			||||||
			$html .= "<tr>";
 | 
								$html .= "<tr>";
 | 
				
			||||||
			$html .= "<td colspan='11'><textarea rows='5' name='content'></textarea></td>";
 | 
								$html .= "<td colspan='11'><textarea rows='5' name='content'></textarea></td>";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user