XHTML
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
||||
* tbl_change.php: Fix XHTML and thus action selection behavior (bug
|
||||
#1376391).
|
||||
* lang/czech: Fix typo.
|
||||
* tbl_select.php: Fix XHTML.
|
||||
|
||||
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/tbl_move_copy.php: added PMA_table_rename()
|
||||
|
@@ -122,7 +122,7 @@ while (list($operator) = each($GLOBALS['cfg']['UnaryOperators'])) {
|
||||
<fieldset id="fieldset_select_fields">
|
||||
<legend><?php echo $strSelectFields; ?></legend>
|
||||
<select name="param[]" size="<?php echo min($fields_cnt, 10); ?>"
|
||||
multiple="multiple" align="left">
|
||||
multiple="multiple">
|
||||
<?php
|
||||
// Displays the list of the fields
|
||||
foreach ( $fields_list as $each_field ) {
|
||||
|
Reference in New Issue
Block a user