mike-jumper opened a new pull request #411: GUACAMOLE-422: Use same display structure/mechanism for all locale preferences. URL: https://github.com/apache/guacamole-client/pull/411 With the addition of a time zone preference, the current locale preferences section uses two different mechanisms for rendering available fields: a hard-coded table containing, for the language, and a dynamic form leveraging the `guacFormField` directive, for the time zone. This results in both a DOM structure which does not represent the semantics of the section (a single form) and rendering issues (the time zone field spans multiple lines):  This change adds a new `LANGUAGE` field type and leverages that type to migrate to the `guacForm` directive for the whole locale section: 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
