HFP-2074 Add optgroup to Creative Commons licenses in metadata dialog.

pull/52/head
thomasmars 2018-06-26 10:51:48 +02:00
parent 4d286b0bdb
commit d963a23a15
1 changed files with 42 additions and 36 deletions

View File

@ -4168,6 +4168,10 @@ class H5PContentValidator {
'value' => 'U',
'label' => $this->h5pF->t('Undisclosed')
),
(object) array(
'type' => 'optgroup',
'label' => $this->h5pF->t('Creative Commons'),
'options' => [
(object) array(
'value' => 'CC BY',
'label' => $this->h5pF->t('CC Attribution'),
@ -4206,6 +4210,8 @@ class H5PContentValidator {
'value' => 'CC PDM',
'label' => $this->h5pF->t('Public Domain Mark')
),
]
),
(object) array(
'value' => 'GNU GPL',
'label' => $this->h5pF->t('General Public License v3')