fixed invalid colspan values
This commit is contained in:
@@ -9,6 +9,9 @@ $Source$
|
|||||||
* header.inc.php3: cosmetic changes.
|
* header.inc.php3: cosmetic changes.
|
||||||
* tbl_properties.php3, db_details.php3, functions.js: export the js work
|
* tbl_properties.php3, db_details.php3, functions.js: export the js work
|
||||||
from the formers to the later.
|
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
|
* Updated the Spanish translation thanks to
|
||||||
Martin Marconcini <megadeth@millic.com.ar>.
|
Martin Marconcini <megadeth@millic.com.ar>.
|
||||||
|
|
||||||
|
@@ -654,12 +654,12 @@ echo "\n";
|
|||||||
<input type="hidden" name="reload" value="true" />
|
<input type="hidden" name="reload" value="true" />
|
||||||
<table border="0" cellspacing="0" cellpadding="0">
|
<table border="0" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="2">
|
||||||
<?php echo $strCopyTable; ?> :
|
<?php echo $strCopyTable; ?> :
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="2">
|
||||||
<input type="text" style="width: 100%" name="new_name" />
|
<input type="text" style="width: 100%" name="new_name" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -670,7 +670,7 @@ echo "\n";
|
|||||||
<input type="radio" name="what" value="data" />
|
<input type="radio" name="what" value="data" />
|
||||||
<?php echo $strStrucData; ?>
|
<?php echo $strStrucData; ?>
|
||||||
</td>
|
</td>
|
||||||
<td align="right" valign="top" colspan="2">
|
<td align="right" valign="top">
|
||||||
<input type="submit" value="<?php echo $strGo; ?>" />
|
<input type="submit" value="<?php echo $strGo; ?>" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user