remove table border

This commit is contained in:
Shish Moom 2009-07-07 07:01:29 -07:00
parent f070bbe69e
commit 52f7e01599

View File

@ -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>