Revision 5358baff
Added by Andreas Kohlbecker about 4 years ago
modules/cdm_dataportal/settings.php | ||
---|---|---|
1870 | 1870 |
|
1871 | 1871 |
$form[$form_name]['cdm_dataportal_media_maxextend'] = array( |
1872 | 1872 |
'#type' => 'textfield', |
1873 |
'#title' => t('Thumbnail size') . ':', |
|
1873 |
'#title' => t('Thumbnail size (max of width or height)') . ':',
|
|
1874 | 1874 |
'#default_value' => $gallery_settings['cdm_dataportal_media_maxextend'], |
1875 |
'#description' => t('Select the size of each individual thumbnail.'),
|
|
1875 |
'#description' => t('The maximum extend in either dimension, width or height, in pixels for the thumbnail images in the gallery.'),
|
|
1876 | 1876 |
); |
1877 | 1877 |
|
1878 | 1878 |
$form[$form_name]['cdm_dataportal_media_cols'] = array( |
... | ... | |
2107 | 2107 |
// -- MEDIA THUMBNAILS -- // |
2108 | 2108 |
$form_name = CDM_DATAPORTAL_DESCRIPTION_GALLERY_NAME; |
2109 | 2109 |
$form_title = 'Taxon Profile Images'; |
2110 |
$form_description = '<p>The different section in the taxon profile can have images associated with them. These images are displayed in a gallery of thumbnails wich can be configuered here:</p>'; |
|
2110 |
$form_description = '<p>The different sections in the taxon profile can have images associated with them. These images are displayed in a gallery of thumbnails wich can be configuered here:</p>';
|
|
2111 | 2111 |
$form['taxon_profile'][] = cdm_dataportal_create_gallery_settings_form($form_name, $form_title, $collapsed, $form_description); |
2112 | 2112 |
|
2113 | 2113 |
// ---- FEATURE TREE BLOCKS ---- // |
Also available in: Unified diff
fix #8106 better labels for the imagegallery settings related to the thumbnail size