Opportunity html
Jump to navigation
Jump to search
| Line 1,764: | Line 1,764: | ||
align: 'top' | align: 'top' | ||
} ), | } ), | ||
| − | new OO.ui.FieldLayout( | + | new OO.ui.FieldLayout( new OO.ui.FieldLayout( new OO.ui.Widget( { |
| − | + | content: [ | |
| − | + | new OO.ui.HorizontalLayout( { | |
| − | + | items: [announcement_funding_type,announcement_funding_currency] | |
| − | + | }) | |
| + | ] | ||
| + | }), { | ||
label: 'Funding', | label: 'Funding', | ||
align: 'top' | align: 'top' | ||
| Line 1,774: | Line 1,776: | ||
new OO.ui.FieldLayout( submit ) | new OO.ui.FieldLayout( submit ) | ||
] ); | ] ); | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
// Add the FieldsetLayout to a FormLayout. | // Add the FieldsetLayout to a FormLayout. | ||
Revision as of 20:32, 29 February 2020
{{#ci_enable_OOUI:}}