From 8a0ce8e0685f02397fcf7d7fb25cbaad91527a9f Mon Sep 17 00:00:00 2001 From: Shish <shish@shishnet.org> Date: Mon, 19 Mar 2012 19:18:07 +0000 Subject: [PATCH] colspan for blocks' add --- contrib/blocks/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/blocks/theme.php b/contrib/blocks/theme.php index 7022afed..d6a7bda8 100644 --- a/contrib/blocks/theme.php +++ b/contrib/blocks/theme.php @@ -26,7 +26,7 @@ class BlocksTheme extends Themelet { $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>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 .= "<td colspan='11'><textarea rows='5' name='content'></textarea></td>";