removed superfluous spaces, introduced more CSS ID attributes

This commit is contained in:
Garvin Hicking
2004-10-08 11:14:08 +00:00
parent ba42fad9b2
commit 9392a58483
26 changed files with 275 additions and 344 deletions

View File

@@ -88,8 +88,7 @@ if (!empty($query_to_display)) {
</td></tr>
<tr bgcolor="<?php echo $cfg['BgcolorOne']; ?>">
<td>
<input type="checkbox" name="show_query" value="1" id="checkbox_show_query" checked="checked" />
<label for="checkbox_show_query"><?php echo $strShowThisQuery; ?></label>
<input type="checkbox" name="show_query" value="1" id="checkbox_show_query" checked="checked" /><label for="checkbox_show_query"><?php echo $strShowThisQuery; ?></label>
</td>
<td align="right"><input type="submit" name="SQL" value="<?php echo $strGo; ?>" /></td>
</tr>