incorrect field ids

This commit is contained in:
Marc Delisle
2007-09-02 18:42:26 +00:00
parent dd27594610
commit 1aae387785
2 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #1783667 [export] NO_AUTO_VALUE_ON_ZERO and MySQL version
- bug #1780098 [GUI] Logout causes CSS loss, thanks to Juergen Wind
. incorrect field ids, thanks to Michael Keck
2.11.0.0 (2007-08-21)

View File

@@ -606,7 +606,7 @@ foreach ($loop_array as $vrowcount => $vrow) {
<input type="hidden" name="fields_type<?php echo $field_name_appendix; ?>"
value="foreign" />
<input type="hidden" name="fields<?php echo $field_name_appendix; ?>"
value="" id="field_<?php echo ($idindex); ?>_1" />
value="" id="field_<?php echo ($idindex); ?>_3A" />
<input type="text" name="field_<?php echo $field_name_appendix_md5; ?>"
class="textfield" <?php echo $unnullify_trigger; ?>
tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>"
@@ -630,7 +630,7 @@ foreach ($loop_array as $vrowcount => $vrow) {
<input type="hidden" name="fields_type<?php echo $field_name_appendix; ?>"
value="foreign" />
<input type="hidden" name="fields<?php echo $field_name_appendix; ?>"
value="" id="field_<?php echo $idindex; ?>_1" />
value="" id="field_<?php echo $idindex; ?>_3A" />
<select name="field_<?php echo $field_name_appendix_md5; ?>"
<?php echo $unnullify_trigger; ?>
tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>"