Skip to content

Commit b0b63b8

Browse files
authored
Merge pull request #100 from digitalutsc/kstapelfeldt-patch-1
Updates description for admin function.
2 parents e0c979c + 9af09a8 commit b0b63b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

css/islandora_oralhistories.theme.css

+6
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,10 @@ body.two-sidebars .islandora-oralhistories-sidebar {
150150

151151
.ctools-modal-dialog #modal-content {
152152
overflow-x: auto;
153+
}
154+
155+
/* Apply greater precedence over videojs CSS for CC language list items. */
156+
li.vjs-menu-item {
157+
font-size: 1em !important;
158+
text-transform: uppercase !important;
153159
}

includes/admin.form.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function islandora_oralhistories_admin(array $form, array &$form_state) {
5353
$form['islandora_oralhistories_vtt_default_language'] = array(
5454
'#type' => 'textfield',
5555
'#title' => t('Specify VTT default language code(s)'),
56-
'#description' => t('Please specify the ISO 639-1 language code for default language tracks. Example: en, fr, es'),
56+
'#description' => t('Please specify the exact suffix added to your webVTT files on ingest. For example, if you added MEDIATRACK_IT, you would need to specify "IT" here in order to have this appear as an option for closed captioning. Whatever you specify will be capitalized in the interface. Using ISO 639-1 language codes is recommended. Example: EN, FR, ES').
5757
'#default_value' => variable_get('islandora_oralhistories_vtt_default_language', 'en'),
5858
);
5959

0 commit comments

Comments
 (0)