fixed invalid colspan values

This commit is contained in:
Loïc Chapeaux
2001-07-10 21:00:10 +00:00
parent e2079597e1
commit 7928b3cc47
2 changed files with 6 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ $Source$
* header.inc.php3: cosmetic changes.
* tbl_properties.php3, db_details.php3, functions.js: export the js work
from the formers to the later.
* tbl_properties.php3, line 657, 662 & 673: fixed invalid colspan values.
* db_details.php3, line 210: count_records already displays the number of
records in the valid format. Fixed thanks to Laurent HAAS <mci@free.fr>.
* Updated the Spanish translation thanks to
Martin Marconcini <megadeth@millic.com.ar>.

View File

@@ -654,12 +654,12 @@ echo "\n";
<input type="hidden" name="reload" value="true" />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3">
<td colspan="2">
<?php echo $strCopyTable; ?>&nbsp;:
</td>
</tr>
<tr>
<td colspan="3">
<td colspan="2">
<input type="text" style="width: 100%" name="new_name" />
</td>
</tr>
@@ -670,7 +670,7 @@ echo "\n";
<input type="radio" name="what" value="data" />
<?php echo $strStrucData; ?>&nbsp;&nbsp;
</td>
<td align="right" valign="top" colspan="2">
<td align="right" valign="top">
<input type="submit" value="<?php echo $strGo; ?>" />
</td>
</tr>