Opportunity html
Jump to navigation
Jump to search
| Line 1,705: | Line 1,705: | ||
options: options, | options: options, | ||
value: '' | value: '' | ||
| + | } ) | ||
| + | |||
| + | var currency_default = '' | ||
| + | |||
| + | var announcement_funding_type = new OO.ui.ButtonGroupWidget( { | ||
| + | items: [ | ||
| + | new OO.ui.ButtonWidget( { | ||
| + | label: 'Exact amount (e.g. 1000' + currency_default) + ')' | ||
| + | } ), | ||
| + | new OO.ui.ButtonWidget( { | ||
| + | label: 'Range (e.g. 1000-2000' + currency_default) + ')' | ||
| + | } ), | ||
| + | new OO.ui.ButtonWidget( { | ||
| + | label: 'Info' | ||
| + | } ) | ||
| + | ] | ||
} ) | } ) | ||
| Line 1,749: | Line 1,765: | ||
} ), | } ), | ||
new OO.ui.FieldLayout( announcement_funding_currency, { | new OO.ui.FieldLayout( announcement_funding_currency, { | ||
| + | label: 'Funding', | ||
| + | align: 'top' | ||
| + | } ), | ||
| + | new OO.ui.FieldLayout( announcement_funding_type, { | ||
label: 'Funding', | label: 'Funding', | ||
align: 'top' | align: 'top' | ||
Revision as of 20:25, 29 February 2020
{{#ci_enable_OOUI:}}