Currently, our event creation form looks like:

Per Noyz's suggestion in https://docs.google.com/a/acquia.com/document/d/1IqS5vuKsSv0cDwk0vZGxgBM..., it should look more like:

Here's a patch that re-arranges fields per the comp, minus CSS style changes, so that the form looks like:

| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1348920-4.patch | 1.98 KB | ezra-g |
| #3 | commons-tweak-event-form-3.patch | 2.82 KB | laurentc |
| #2 | commons-tweak-event-form-2.patch | 3.14 KB | laurentc |
| commons-tweak-event-form.patch | 25.28 KB | ezra-g |
Comments
Comment #1
ezra-g commentedLaurentc provided a review in a direct communication. This is committed: http://drupalcode.org/project/commons.git/commit/29c95b9
Comment #2
laurentc commentedI'm re-opening the issue as the patch is causing side effects on vertical tabs.
Here is a new patch to fix the problem.
Thanks.
Comment #3
laurentc commentedPatch update. Same as previous one but also moves og options out of vertical tabs.
Comment #4
ezra-g commentedHere's an alternative approach per #654604: add hook_vertical_tabs_alter to control tab configuration that avoids adding an installation setup task and persists in code.
This preserves improvements that were the initial motivation of this issue while also removing the main OG fieldsets from vertical tabs on the group creation form.
Comment #5
laurentc commentedIt looks good. Can you commit?
Thanks,
Comment #6
laurentc commentedComment #7
ezra-g commentedhttp://drupalcode.org/project/commons.git/commit/2f9aab1