fixed invalid colspan values
This commit is contained in:
@@ -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>.
|
||||
|
||||
|
@@ -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; ?> :
|
||||
</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; ?>
|
||||
</td>
|
||||
<td align="right" valign="top" colspan="2">
|
||||
<td align="right" valign="top">
|
||||
<input type="submit" value="<?php echo $strGo; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user