File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ underscore
108108- bug #3705 Attempt to open trigger for edit gives NULL
109109- Use HTML5 DOCTYPE
110110- [security] Self-XSS on GIS visualisation page, reported by Janek Vind
111+ - bug #3800 Incorrect keyhandler behaviour #2
111112
1121133.5.7.0 (2013-02-15)
113114- bug #3779 [core] Problem with backslash in enum fields
Original file line number Diff line number Diff line change 447447 }
448448
449449 $ content_cells [$ i ][$ ci ] = '<select name="field_default_type[ ' . $ i
450- . ']" class="default_type"> ' ;
450+ . ']" id="field_ ' . $ i . '_ ' . ($ ci - $ ci_offset )
451+ . '" class="default_type"> ' ;
451452 foreach ($ default_options as $ key => $ value ) {
452453 $ content_cells [$ i ][$ ci ] .= '<option value=" ' . $ key . '" ' ;
453454 // is only set when we go back to edit a field's structure
458459 }
459460 $ content_cells [$ i ][$ ci ] .= '</select> ' ;
460461 $ content_cells [$ i ][$ ci ] .= '<br /> ' ;
461- $ content_cells [$ i ][$ ci ] .= '<input id="field_ ' . $ i . ' _ ' . ( $ ci - $ ci_offset )
462- . '" ' . ' type="text" name="field_default_value[ ' . $ i . ']" size="12" '
462+ $ content_cells [$ i ][$ ci ] .= '<input type="text" '
463+ . ' name="field_default_value[ ' . $ i . ']" size="12" '
463464 . ' value=" ' . (isset ($ row ['DefaultValue ' ])
464465 ? htmlspecialchars ($ row ['DefaultValue ' ])
465466 : '' ) . '" '
You can’t perform that action at this time.
0 commit comments