Compare commits

...
6 Commits
18 changed files with 1961 additions and 1128 deletions
@@ -18,7 +18,7 @@ function mailing_default_elysia_cron_rules() {
$cron_rule->rule = '* * * * *'; $cron_rule->rule = '* * * * *';
$cron_rule->weight = -11; $cron_rule->weight = -11;
$cron_rule->context = 'mailing'; $cron_rule->context = 'mailing';
$cron_rules[''] = $cron_rule; $cron_rules['simplenews_cron'] = $cron_rule;
$cron_rule = new stdClass; $cron_rule = new stdClass;
$cron_rule->disabled = FALSE; /* Edit this to true to make a default cron_rule disabled initially */ $cron_rule->disabled = FALSE; /* Edit this to true to make a default cron_rule disabled initially */
@@ -28,7 +28,7 @@ function mailing_default_elysia_cron_rules() {
$cron_rule->rule = '* * * * *'; $cron_rule->rule = '* * * * *';
$cron_rule->weight = NULL; $cron_rule->weight = NULL;
$cron_rule->context = NULL; $cron_rule->context = NULL;
$cron_rules[''] = $cron_rule; $cron_rules['simplenews_scheduler_cron'] = $cron_rule;
return $cron_rules; return $cron_rules;
@@ -171,6 +171,47 @@ table[width|cellpadding|cellspacing|border], tr[align|valign], td[align|valign|w
'video_filter_autoplay' => 1, 'video_filter_autoplay' => 1,
'video_filter_related' => 0, 'video_filter_related' => 0,
'video_filter_html5' => 1, 'video_filter_html5' => 1,
'video_filter_codecs' => array(
'archive' => 'Archive.org',
'bliptv' => 'Blip.tv',
'candidcareer' => 'Candid Career',
'capped' => 'Capped',
'collegehumor' => 'College Humor',
'coub' => 'Coub',
'dailymotion' => 'DailyMotion',
'democracynow_fullshow' => 'DemocracyNow Fullshow',
'democracynow_story' => 'DemocracyNow Story',
'flickr_slideshows' => 'Flickr Slideshows',
'flickr_video' => 'Flickr Video',
'foxnews' => 'Fox News',
'gametrailers' => 'Game Trailers',
'gamevideos' => 'Game Videos',
'giphy' => 'Giphy',
'godtube' => 'GodTube',
'google' => 'Google Video',
'instagram' => 'Instagram',
'metacafe' => 'Meta Cafe',
'mailru' => 'Mail.Ru',
'myspace' => 'MySpace',
'myvideo' => 'MyVideo',
'picasa_slideshows' => 'Picasa Slideshows',
'rutube' => 'Rutube',
'slideshare' => 'Slideshare',
'streamhoster' => 'Streamhoster',
'teachertube' => 'Teachertube',
'ted' => 'TED',
'twitch' => 'Twitch',
'ustream' => 'Ustream',
'vbox' => 'Vbox7',
'vimeo' => 'Vimeo',
'vine' => 'Vine',
'whatchado' => 'whatchado',
'wistia' => 'Wistia',
'youku' => 'YouKu',
'youtube' => 'YouTube',
'youtube_playlist' => 'YouTube (Playlist)',
),
'video_filter_multiple_sources' => TRUE,
), ),
), ),
'pathologic' => array( 'pathologic' => array(
@@ -18,7 +18,7 @@ function materio_administration_default_elysia_cron_rules() {
$cron_rule->rule = NULL; $cron_rule->rule = NULL;
$cron_rule->weight = NULL; $cron_rule->weight = NULL;
$cron_rule->context = NULL; $cron_rule->context = NULL;
$cron_rules[''] = $cron_rule; $cron_rules['workflow_cron'] = $cron_rule;
return $cron_rules; return $cron_rules;
@@ -14,9 +14,6 @@ function materio_administration_user_default_permissions() {
$permissions['access admin theme'] = array( $permissions['access admin theme'] = array(
'name' => 'access admin theme', 'name' => 'access admin theme',
'roles' => array( 'roles' => array(
'Translator CN' => 'Translator CN',
'Translator EN' => 'Translator EN',
'Translator FR' => 'Translator FR',
'administrator' => 'administrator', 'administrator' => 'administrator',
'root' => 'root', 'root' => 'root',
), ),
@@ -27,9 +24,6 @@ function materio_administration_user_default_permissions() {
$permissions['access administration menu'] = array( $permissions['access administration menu'] = array(
'name' => 'access administration menu', 'name' => 'access administration menu',
'roles' => array( 'roles' => array(
'Translator CN' => 'Translator CN',
'Translator EN' => 'Translator EN',
'Translator FR' => 'Translator FR',
'administrator' => 'administrator', 'administrator' => 'administrator',
'root' => 'root', 'root' => 'root',
), ),
@@ -314,9 +308,6 @@ function materio_administration_user_default_permissions() {
'Contact opérationnel' => 'Contact opérationnel', 'Contact opérationnel' => 'Contact opérationnel',
'Premium' => 'Premium', 'Premium' => 'Premium',
'Student' => 'Student', 'Student' => 'Student',
'Translator CN' => 'Translator CN',
'Translator EN' => 'Translator EN',
'Translator FR' => 'Translator FR',
'Unverified' => 'Unverified', 'Unverified' => 'Unverified',
'Utilisateur' => 'Utilisateur', 'Utilisateur' => 'Utilisateur',
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester', 'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
@@ -400,29 +391,6 @@ function materio_administration_user_default_permissions() {
'module' => 'materio_user', 'module' => 'materio_user',
); );
// Exported permission: 'subscribe to simplenews category 6374'.
$permissions['subscribe to simplenews category 6374'] = array(
'name' => 'subscribe to simplenews category 6374',
'roles' => array(
'Adhérent' => 'Adhérent',
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
'administrator' => 'administrator',
'root' => 'root',
),
'module' => 'materio_user',
);
// Exported permission: 'subscribe to simplenews category 6585'.
$permissions['subscribe to simplenews category 6585'] = array(
'name' => 'subscribe to simplenews category 6585',
'roles' => array(
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
'administrator' => 'administrator',
'root' => 'root',
),
'module' => 'materio_user',
);
// Exported permission: 'toggle field translatability'. // Exported permission: 'toggle field translatability'.
$permissions['toggle field translatability'] = array( $permissions['toggle field translatability'] = array(
'name' => 'toggle field translatability', 'name' => 'toggle field translatability',
@@ -446,9 +414,6 @@ function materio_administration_user_default_permissions() {
$permissions['translate any entity'] = array( $permissions['translate any entity'] = array(
'name' => 'translate any entity', 'name' => 'translate any entity',
'roles' => array( 'roles' => array(
'Translator CN' => 'Translator CN',
'Translator EN' => 'Translator EN',
'Translator FR' => 'Translator FR',
'administrator' => 'administrator', 'administrator' => 'administrator',
'root' => 'root', 'root' => 'root',
), ),
@@ -459,9 +424,6 @@ function materio_administration_user_default_permissions() {
$permissions['translate content'] = array( $permissions['translate content'] = array(
'name' => 'translate content', 'name' => 'translate content',
'roles' => array( 'roles' => array(
'Translator CN' => 'Translator CN',
'Translator EN' => 'Translator EN',
'Translator FR' => 'Translator FR',
'administrator' => 'administrator', 'administrator' => 'administrator',
'root' => 'root', 'root' => 'root',
), ),
@@ -472,9 +434,6 @@ function materio_administration_user_default_permissions() {
$permissions['translate node entities'] = array( $permissions['translate node entities'] = array(
'name' => 'translate node entities', 'name' => 'translate node entities',
'roles' => array( 'roles' => array(
'Translator CN' => 'Translator CN',
'Translator EN' => 'Translator EN',
'Translator FR' => 'Translator FR',
'administrator' => 'administrator', 'administrator' => 'administrator',
'root' => 'root', 'root' => 'root',
), ),
@@ -485,9 +444,6 @@ function materio_administration_user_default_permissions() {
$permissions['translate taxonomy_term entities'] = array( $permissions['translate taxonomy_term entities'] = array(
'name' => 'translate taxonomy_term entities', 'name' => 'translate taxonomy_term entities',
'roles' => array( 'roles' => array(
'Translator CN' => 'Translator CN',
'Translator EN' => 'Translator EN',
'Translator FR' => 'Translator FR',
'administrator' => 'administrator', 'administrator' => 'administrator',
'root' => 'root', 'root' => 'root',
), ),
@@ -42,26 +42,67 @@ features[ctools][] = views:views_default:3.0
features[elysia_cron][] = workflow_cron features[elysia_cron][] = workflow_cron
features[features_api][] = api:2 features[features_api][] = api:2
features[menu_custom][] = navigation features[menu_custom][] = navigation
features[menu_links][] = navigation_:materio_search_api_ajax/actuality
features[menu_links][] = navigation_:print/print
features[menu_links][] = navigation_add-content:node/add
features[menu_links][] = navigation_add-user:admin/people/create features[menu_links][] = navigation_add-user:admin/people/create
features[menu_links][] = navigation_adhsions:node/11186/webform-results features[menu_links][] = navigation_adhsions:node/11186/webform-results
features[menu_links][] = navigation_ajouter-un-tag-libre:http://dev.materio.com/fr/admin/structure/taxonomy/tag_libres/add
features[menu_links][] = navigation_breve:node/add/breve
features[menu_links][] = navigation_companies:admin/content/companies
features[menu_links][] = navigation_company:admin/structure/taxonomy_manager/voc/company features[menu_links][] = navigation_company:admin/structure/taxonomy_manager/voc/company
features[menu_links][] = navigation_company:node/add/company
features[menu_links][] = navigation_compose-tips:filter/tips features[menu_links][] = navigation_compose-tips:filter/tips
features[menu_links][] = navigation_content-types:admin/config/regional/translate/table/nodetype
features[menu_links][] = navigation_customers:http://www.materio.com/fr/admin/store/customers features[menu_links][] = navigation_customers:http://www.materio.com/fr/admin/store/customers
features[menu_links][] = navigation_didactique:node/add/didactique
features[menu_links][] = navigation_duplicate-mails:admin/users/duplicatemails
features[menu_links][] = navigation_duplicates:admin/config/content/remove_duplicates
features[menu_links][] = navigation_faq:node/add/faq
features[menu_links][] = navigation_feedback:admin/reports/feedback features[menu_links][] = navigation_feedback:admin/reports/feedback
features[menu_links][] = navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results features[menu_links][] = navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results
features[menu_links][] = navigation_frequently-asked-questions:faq-page features[menu_links][] = navigation_frequently-asked-questions:faq-page
features[menu_links][] = navigation_gratuits:admin/users/gratuits
features[menu_links][] = navigation_industriels:admin/industriels
features[menu_links][] = navigation_industriels:admin/users/industriels
features[menu_links][] = navigation_ip-address-tracking:admin/reports/ip_tracking features[menu_links][] = navigation_ip-address-tracking:admin/reports/ip_tracking
features[menu_links][] = navigation_log-out:user/logout
features[menu_links][] = navigation_looping-embed-video:node/add/looping-embed-video
features[menu_links][] = navigation_mandrill:admin/reports/mandrill features[menu_links][] = navigation_mandrill:admin/reports/mandrill
features[menu_links][] = navigation_materiau:node/add/materiau
features[menu_links][] = navigation_materio-newsletter:node/add/simplenews/6274
features[menu_links][] = navigation_members:admin/users/members
features[menu_links][] = navigation_menus:admin/config/regional/translate/table/menu
features[menu_links][] = navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates
features[menu_links][] = navigation_my-sessions:mysessions features[menu_links][] = navigation_my-sessions:mysessions
features[menu_links][] = navigation_newletters:admin/content/simplenews
features[menu_links][] = navigation_node-export-import:node/add/node_export features[menu_links][] = navigation_node-export-import:node/add/node_export
features[menu_links][] = navigation_onthologie:admin/structure/taxonomy/onthologie
features[menu_links][] = navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie features[menu_links][] = navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie
features[menu_links][] = navigation_orders:admin/store/orders/view features[menu_links][] = navigation_orders:admin/store/orders/view
features[menu_links][] = navigation_page:node/add/page
features[menu_links][] = navigation_pages--didactique--faq:admin/content/pages
features[menu_links][] = navigation_panneau:node/add/panel
features[menu_links][] = navigation_produit:node/add/product
features[menu_links][] = navigation_publication:node/add/publication
features[menu_links][] = navigation_reports:admin/store/reports features[menu_links][] = navigation_reports:admin/store/reports
features[menu_links][] = navigation_shopping-cart:cart features[menu_links][] = navigation_shopping-cart:cart
features[menu_links][] = navigation_simplenews-newsletter:node/add/simplenews
features[menu_links][] = navigation_store:http://www.materio.com/fr/admin/store features[menu_links][] = navigation_store:http://www.materio.com/fr/admin/store
features[menu_links][] = navigation_strings-search:admin/config/regional/translate/translate
features[menu_links][] = navigation_students:admin/students
features[menu_links][] = navigation_students:admin/users/students
features[menu_links][] = navigation_subscriptions-newsletter:admin/people/simplenews features[menu_links][] = navigation_subscriptions-newsletter:admin/people/simplenews
features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy/tag_libres
features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres
features[menu_links][] = navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc
features[menu_links][] = navigation_taxonomy:admin/config/regional/translate/table/taxonomy
features[menu_links][] = navigation_taxonomy:admin/structure/taxonomie/admin-taxo
features[menu_links][] = navigation_test:node/add/simplenews/6585
features[menu_links][] = navigation_user-account:user features[menu_links][] = navigation_user-account:user
features[menu_links][] = navigation_users:https://materio.com/en/admin/users?rid=6
features[menu_links][] = navigation_webform:node/add/webform
features[menu_links][] = navigation_ze-daily-materio039:node/add/simplenews/6374
features[user_permission][] = access admin theme features[user_permission][] = access admin theme
features[user_permission][] = access administration menu features[user_permission][] = access administration menu
features[user_permission][] = access workflow summary views features[user_permission][] = access workflow summary views
@@ -100,8 +141,6 @@ features[user_permission][] = send newsletter
features[user_permission][] = show workflow state form features[user_permission][] = show workflow state form
features[user_permission][] = subscribe to newsletters features[user_permission][] = subscribe to newsletters
features[user_permission][] = subscribe to simplenews category 6274 features[user_permission][] = subscribe to simplenews category 6274
features[user_permission][] = subscribe to simplenews category 6374
features[user_permission][] = subscribe to simplenews category 6585
features[user_permission][] = toggle field translatability features[user_permission][] = toggle field translatability
features[user_permission][] = translate admin strings features[user_permission][] = translate admin strings
features[user_permission][] = translate any entity features[user_permission][] = translate any entity
@@ -3630,8 +3630,9 @@ Vous devez avant d\'utiliser un nouveau tag le créer <a href="/admin/structure/
'size' => 60, 'size' => 60,
'suggest_only_unique' => 0, 'suggest_only_unique' => 0,
'suggestion_size' => 10, 'suggestion_size' => 10,
'synonyms_autocomplete_path' => 'synonyms/autocomplete-taxonomy-term',
), ),
'type' => 'synonyms_autocomplete', 'type' => 'synonyms_autocomplete_taxonomy_term',
'weight' => 23, 'weight' => 23,
), ),
); );
@@ -1045,56 +1045,21 @@ function materio_content_types_strongarm() {
'region' => 'main', 'region' => 'main',
'weight' => '9', 'weight' => '9',
'has_required' => FALSE, 'has_required' => FALSE,
'title' => 'Vertical tabs', 'title' => 'Onglets verticaux',
'hidden' => 0, 'hidden' => 0,
), ),
'actions' => array( 'actions' => array(
'region' => 'right', 'region' => 'footer',
'weight' => '8', 'weight' => '8',
'has_required' => FALSE, 'has_required' => FALSE,
'title' => 'Save', 'title' => 'Enregistrer',
'hidden' => 0, 'hidden' => 0,
), ),
'language' => array( 'language' => array(
'region' => 'right', 'region' => 'right',
'weight' => '5', 'weight' => '5',
'has_required' => FALSE, 'has_required' => FALSE,
'title' => 'Language', 'title' => 'Langue',
'hidden' => 0,
),
'field_attachments' => array(
'region' => 'main',
'weight' => '5',
'has_required' => FALSE,
'title' => 'Fichiers joints',
'hidden' => 0,
),
'field_description' => array(
'region' => 'main',
'weight' => '3',
'has_required' => FALSE,
'title' => 'Description',
'hidden' => 0,
),
'field_nature_titre' => array(
'region' => 'main',
'weight' => '2',
'has_required' => FALSE,
'title' => 'Nature Titre',
'hidden' => 0,
),
'field_materiau_image' => array(
'region' => 'main',
'weight' => '6',
'has_required' => FALSE,
'title' => 'Image',
'hidden' => 0,
),
'field_video_filter' => array(
'region' => 'main',
'weight' => '7',
'has_required' => FALSE,
'title' => 'video',
'hidden' => 0, 'hidden' => 0,
), ),
'field_memo' => array( 'field_memo' => array(
@@ -1104,12 +1069,6 @@ function materio_content_types_strongarm() {
'title' => 'Mémo', 'title' => 'Mémo',
'hidden' => 0, 'hidden' => 0,
), ),
'title_field' => array(
'region' => 'main',
'weight' => '1',
'has_required' => TRUE,
'title' => 'Nom',
),
'field_localisation' => array( 'field_localisation' => array(
'region' => 'right', 'region' => 'right',
'weight' => '2', 'weight' => '2',
@@ -1117,34 +1076,6 @@ function materio_content_types_strongarm() {
'title' => 'Localisation', 'title' => 'Localisation',
'hidden' => 0, 'hidden' => 0,
), ),
'field_tags_libres' => array(
'region' => 'main',
'weight' => '10',
'has_required' => FALSE,
'title' => 'Tags libres',
'hidden' => 0,
),
'field_onthologie' => array(
'region' => 'main',
'weight' => '8',
'has_required' => FALSE,
'title' => 'Onthologie',
'hidden' => 0,
),
'field_company_fab' => array(
'region' => 'main',
'weight' => '11',
'has_required' => FALSE,
'title' => 'Manufacturer',
'hidden' => 0,
),
'field_company_distrib' => array(
'region' => 'main',
'weight' => '12',
'has_required' => FALSE,
'title' => 'Distributor',
'hidden' => 0,
),
'field_famille' => array( 'field_famille' => array(
'region' => 'right', 'region' => 'right',
'weight' => '0', 'weight' => '0',
@@ -1190,8 +1121,35 @@ function materio_content_types_strongarm() {
'region' => 'right', 'region' => 'right',
'weight' => '6', 'weight' => '6',
'has_required' => FALSE, 'has_required' => FALSE,
'title' => 'Publication', 'title' => 'Importé',
'collapsed' => 0, 'hidden' => 0,
),
'entity_translation_entity_form_language_update' => array(
'region' => 'main',
'weight' => '0',
'has_required' => FALSE,
'title' => NULL,
'hidden' => 0,
),
'group_htabs' => array(
'region' => 'main',
'weight' => '0',
'has_required' => FALSE,
'title' => 'htabs (Field group)',
'hidden' => 0,
),
'group_media' => array(
'region' => 'main',
'weight' => '13',
'has_required' => FALSE,
'title' => 'Médias (Field group)',
'hidden' => 0,
),
'group_referencement' => array(
'region' => 'main',
'weight' => '12',
'has_required' => FALSE,
'title' => 'Référencement (Field group)',
'hidden' => 0, 'hidden' => 0,
), ),
); );
@@ -69,342 +69,344 @@ function materio_home_v2_default_page_manager_pages() {
$display->cache = array(); $display->cache = array();
$display->title = ''; $display->title = '';
$display->uuid = 'eca54323-0377-4ab0-b40c-69b96c16707a'; $display->uuid = 'eca54323-0377-4ab0-b40c-69b96c16707a';
$display->storage_type = 'page_manager';
$display->storage_id = 'page_home_v2__panel_context_2bd92edc-8b2b-42d3-9857-f44f03574847';
$display->content = array(); $display->content = array();
$display->panels = array(); $display->panels = array();
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'; $pane->pid = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
$pane->panel = 'middle'; $pane->panel = 'middle';
$pane->type = 'node'; $pane->type = 'node';
$pane->subtype = 'node'; $pane->subtype = 'node';
$pane->shown = TRUE; $pane->shown = TRUE;
$pane->access = array(); $pane->access = array();
$pane->configuration = array( $pane->configuration = array(
'nid' => '13097', 'nid' => '13097',
'links' => 0, 'links' => 0,
'leave_node_title' => 0, 'leave_node_title' => 0,
'identifier' => '', 'identifier' => '',
'build_mode' => 'homeblock', 'build_mode' => 'homeblock',
'link_node_title' => 0, 'link_node_title' => 0,
'override_title' => 1, 'override_title' => 1,
'override_title_text' => '<No Title>', 'override_title_text' => '<No Title>',
'override_title_heading' => 'span', 'override_title_heading' => 'span',
); );
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array( $pane->css = array(
'css_id' => '', 'css_id' => '',
'css_class' => 'intro-video', 'css_class' => 'intro-video',
); );
$pane->extras = array(); $pane->extras = array();
$pane->position = 0; $pane->position = 0;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = 'd0ee2cb5-bc02-4ded-a907-91d2dbea37c7'; $pane->uuid = 'd0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
$display->content['new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'] = $pane; $display->content['new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'] = $pane;
$display->panels['middle'][0] = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'; $display->panels['middle'][0] = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'; $pane->pid = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
$pane->panel = 'middle'; $pane->panel = 'middle';
$pane->type = 'block'; $pane->type = 'block';
$pane->subtype = 'materio_user-user_register'; $pane->subtype = 'materio_user-user_register';
$pane->shown = TRUE; $pane->shown = TRUE;
$pane->access = array(); $pane->access = array();
$pane->configuration = array( $pane->configuration = array(
'override_title' => 0, 'override_title' => 0,
'override_title_text' => '', 'override_title_text' => '',
'override_title_heading' => 'h2', 'override_title_heading' => 'h2',
); );
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array(); $pane->css = array();
$pane->extras = array(); $pane->extras = array();
$pane->position = 1; $pane->position = 1;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = 'afe6b27a-ba89-4292-8f16-0a59f0e9d944'; $pane->uuid = 'afe6b27a-ba89-4292-8f16-0a59f0e9d944';
$display->content['new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'] = $pane; $display->content['new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'] = $pane;
$display->panels['middle'][1] = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'; $display->panels['middle'][1] = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35'; $pane->pid = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
$pane->panel = 'middle'; $pane->panel = 'middle';
$pane->type = 'block'; $pane->type = 'block';
$pane->subtype = 'menu-menu-home-v2'; $pane->subtype = 'menu-menu-home-v2';
$pane->shown = FALSE; $pane->shown = FALSE;
$pane->access = array( $pane->access = array(
'plugins' => array(), 'plugins' => array(),
); );
$pane->configuration = array( $pane->configuration = array(
'override_title' => 1, 'override_title' => 1,
'override_title_text' => '', 'override_title_text' => '',
'override_title_heading' => 'h3', 'override_title_heading' => 'h3',
); );
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array(); $pane->css = array();
$pane->extras = array(); $pane->extras = array();
$pane->position = 2; $pane->position = 2;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = '78b5df28-c9fd-4904-8910-aa1b96c60e35'; $pane->uuid = '78b5df28-c9fd-4904-8910-aa1b96c60e35';
$display->content['new-78b5df28-c9fd-4904-8910-aa1b96c60e35'] = $pane; $display->content['new-78b5df28-c9fd-4904-8910-aa1b96c60e35'] = $pane;
$display->panels['middle'][2] = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35'; $display->panels['middle'][2] = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'; $pane->pid = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
$pane->panel = 'middle'; $pane->panel = 'middle';
$pane->type = 'block'; $pane->type = 'block';
$pane->subtype = 'menu-menu-menu-home-member'; $pane->subtype = 'menu-menu-menu-home-member';
$pane->shown = TRUE; $pane->shown = TRUE;
$pane->access = array( $pane->access = array(
'plugins' => array( 'plugins' => array(
0 => array( 0 => array(
'name' => 'role', 'name' => 'role',
'settings' => array( 'settings' => array(
'rids' => array( 'rids' => array(
0 => 10, 0 => 10,
1 => 11, 1 => 11,
2 => 6, 2 => 6,
3 => 8, 3 => 8,
4 => 3, 4 => 3,
5 => 4, 5 => 4,
),
), ),
'context' => 'logged-in-user',
'not' => FALSE,
), ),
'context' => 'logged-in-user',
'not' => FALSE,
), ),
); ),
$pane->configuration = array( );
'override_title' => 1, $pane->configuration = array(
'override_title_text' => '', 'override_title' => 1,
'override_title_heading' => 'h2', 'override_title_text' => '',
); 'override_title_heading' => 'h2',
$pane->cache = array(); );
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array(); );
$pane->extras = array(); $pane->css = array();
$pane->position = 3; $pane->extras = array();
$pane->locks = array(); $pane->position = 3;
$pane->uuid = 'fd3cbeb9-4de0-413f-8cd9-f88eb448f339'; $pane->locks = array();
$display->content['new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'] = $pane; $pane->uuid = 'fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
$display->panels['middle'][3] = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'; $display->content['new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'] = $pane;
$pane = new stdClass(); $display->panels['middle'][3] = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
$pane->pid = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5'; $pane = new stdClass();
$pane->panel = 'middle'; $pane->pid = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
$pane->type = 'node'; $pane->panel = 'middle';
$pane->subtype = 'node'; $pane->type = 'node';
$pane->shown = TRUE; $pane->subtype = 'node';
$pane->access = array(); $pane->shown = TRUE;
$pane->configuration = array( $pane->access = array();
'nid' => '13051', $pane->configuration = array(
'links' => 1, 'nid' => '13051',
'leave_node_title' => 0, 'links' => 1,
'identifier' => 'showroom', 'leave_node_title' => 0,
'build_mode' => 'homeblock', 'identifier' => 'showroom',
'link_node_title' => 0, 'build_mode' => 'homeblock',
'override_title' => 1, 'link_node_title' => 0,
'override_title_text' => '<No Title>', 'override_title' => 1,
'override_title_heading' => 'h2', 'override_title_text' => '<No Title>',
); 'override_title_heading' => 'h2',
$pane->cache = array(); );
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array( );
'css_id' => 'showroom-pane', $pane->css = array(
'css_class' => 'showroom', 'css_id' => 'showroom-pane',
); 'css_class' => 'showroom',
$pane->extras = array(); );
$pane->position = 4; $pane->extras = array();
$pane->locks = array(); $pane->position = 4;
$pane->uuid = 'c0f80278-c595-4c40-bcec-11063eb6fac5'; $pane->locks = array();
$display->content['new-c0f80278-c595-4c40-bcec-11063eb6fac5'] = $pane; $pane->uuid = 'c0f80278-c595-4c40-bcec-11063eb6fac5';
$display->panels['middle'][4] = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5'; $display->content['new-c0f80278-c595-4c40-bcec-11063eb6fac5'] = $pane;
$pane = new stdClass(); $display->panels['middle'][4] = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
$pane->pid = 'new-71badc43-2232-4c2f-b454-e3be80726a22'; $pane = new stdClass();
$pane->panel = 'middle'; $pane->pid = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
$pane->type = 'node'; $pane->panel = 'middle';
$pane->subtype = 'node'; $pane->type = 'node';
$pane->shown = TRUE; $pane->subtype = 'node';
$pane->access = array(); $pane->shown = TRUE;
$pane->configuration = array( $pane->access = array();
'nid' => '13052', $pane->configuration = array(
'links' => 1, 'nid' => '13052',
'leave_node_title' => 0, 'links' => 1,
'identifier' => 'database', 'leave_node_title' => 0,
'build_mode' => 'homeblock', 'identifier' => 'database',
'link_node_title' => 0, 'build_mode' => 'homeblock',
'override_title' => 1, 'link_node_title' => 0,
'override_title_text' => '<none>', 'override_title' => 1,
'override_title_heading' => 'h2', 'override_title_text' => '<none>',
); 'override_title_heading' => 'h2',
$pane->cache = array(); );
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array( );
'css_id' => 'bdd-pane', $pane->css = array(
'css_class' => 'bdd', 'css_id' => 'bdd-pane',
); 'css_class' => 'bdd',
$pane->extras = array(); );
$pane->position = 5; $pane->extras = array();
$pane->locks = array(); $pane->position = 5;
$pane->uuid = '71badc43-2232-4c2f-b454-e3be80726a22'; $pane->locks = array();
$display->content['new-71badc43-2232-4c2f-b454-e3be80726a22'] = $pane; $pane->uuid = '71badc43-2232-4c2f-b454-e3be80726a22';
$display->panels['middle'][5] = 'new-71badc43-2232-4c2f-b454-e3be80726a22'; $display->content['new-71badc43-2232-4c2f-b454-e3be80726a22'] = $pane;
$pane = new stdClass(); $display->panels['middle'][5] = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
$pane->pid = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234'; $pane = new stdClass();
$pane->panel = 'middle'; $pane->pid = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
$pane->type = 'panels_mini'; $pane->panel = 'middle';
$pane->subtype = 'news_home_v2'; $pane->type = 'panels_mini';
$pane->shown = TRUE; $pane->subtype = 'news_home_v2';
$pane->access = array(); $pane->shown = TRUE;
$pane->configuration = array( $pane->access = array();
'override_title' => 0, $pane->configuration = array(
'override_title_text' => '', 'override_title' => 0,
'override_title_heading' => 'h2', 'override_title_text' => '',
); 'override_title_heading' => 'h2',
$pane->cache = array(); );
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array( );
'css_id' => 'news-pane', $pane->css = array(
'css_class' => 'news-panel', 'css_id' => 'news-pane',
); 'css_class' => 'news-panel',
$pane->extras = array(); );
$pane->position = 6; $pane->extras = array();
$pane->locks = array(); $pane->position = 6;
$pane->uuid = '3b6cc0fd-a06a-403a-841e-404ea57fe234'; $pane->locks = array();
$display->content['new-3b6cc0fd-a06a-403a-841e-404ea57fe234'] = $pane; $pane->uuid = '3b6cc0fd-a06a-403a-841e-404ea57fe234';
$display->panels['middle'][6] = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234'; $display->content['new-3b6cc0fd-a06a-403a-841e-404ea57fe234'] = $pane;
$pane = new stdClass(); $display->panels['middle'][6] = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
$pane->pid = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'; $pane = new stdClass();
$pane->panel = 'middle'; $pane->pid = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
$pane->type = 'node'; $pane->panel = 'middle';
$pane->subtype = 'node'; $pane->type = 'node';
$pane->shown = TRUE; $pane->subtype = 'node';
$pane->access = array(); $pane->shown = TRUE;
$pane->configuration = array( $pane->access = array();
'nid' => '13053', $pane->configuration = array(
'links' => 1, 'nid' => '13053',
'leave_node_title' => 0, 'links' => 1,
'identifier' => 'formations', 'leave_node_title' => 0,
'build_mode' => 'homeblock', 'identifier' => 'formations',
'link_node_title' => 0, 'build_mode' => 'homeblock',
'override_title' => 1, 'link_node_title' => 0,
'override_title_text' => '<none>', 'override_title' => 1,
'override_title_heading' => 'h2', 'override_title_text' => '<none>',
); 'override_title_heading' => 'h2',
$pane->cache = array(); );
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array( );
'css_id' => 'formations-pane', $pane->css = array(
'css_class' => 'formations', 'css_id' => 'formations-pane',
); 'css_class' => 'formations',
$pane->extras = array(); );
$pane->position = 7; $pane->extras = array();
$pane->locks = array(); $pane->position = 7;
$pane->uuid = 'e5d39cf0-472b-4779-9d31-a1548fe86bc7'; $pane->locks = array();
$display->content['new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'] = $pane; $pane->uuid = 'e5d39cf0-472b-4779-9d31-a1548fe86bc7';
$display->panels['middle'][7] = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'; $display->content['new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'] = $pane;
$pane = new stdClass(); $display->panels['middle'][7] = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
$pane->pid = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'; $pane = new stdClass();
$pane->panel = 'middle'; $pane->pid = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
$pane->type = 'node'; $pane->panel = 'middle';
$pane->subtype = 'node'; $pane->type = 'node';
$pane->shown = TRUE; $pane->subtype = 'node';
$pane->access = array(); $pane->shown = TRUE;
$pane->configuration = array( $pane->access = array();
'nid' => '13054', $pane->configuration = array(
'links' => 1, 'nid' => '13054',
'leave_node_title' => 0, 'links' => 1,
'identifier' => 'services', 'leave_node_title' => 0,
'build_mode' => 'homeblock', 'identifier' => 'services',
'link_node_title' => 0, 'build_mode' => 'homeblock',
'override_title' => 1, 'link_node_title' => 0,
'override_title_text' => '<none>', 'override_title' => 1,
'override_title_heading' => 'h2', 'override_title_text' => '<none>',
); 'override_title_heading' => 'h2',
$pane->cache = array(); );
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array( );
'css_id' => 'services-pane', $pane->css = array(
'css_class' => 'services', 'css_id' => 'services-pane',
); 'css_class' => 'services',
$pane->extras = array(); );
$pane->position = 8; $pane->extras = array();
$pane->locks = array(); $pane->position = 8;
$pane->uuid = '9718c81e-6055-4e4e-a0e5-3796d58c6cbe'; $pane->locks = array();
$display->content['new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'] = $pane; $pane->uuid = '9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
$display->panels['middle'][8] = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'; $display->content['new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'] = $pane;
$pane = new stdClass(); $display->panels['middle'][8] = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
$pane->pid = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'; $pane = new stdClass();
$pane->panel = 'middle'; $pane->pid = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
$pane->type = 'views_panes'; $pane->panel = 'middle';
$pane->subtype = 'publication_home_v2-panel_pane_1'; $pane->type = 'views_panes';
$pane->shown = TRUE; $pane->subtype = 'publication_home_v2-panel_pane_1';
$pane->access = array(); $pane->shown = TRUE;
$pane->configuration = array(); $pane->access = array();
$pane->cache = array(); $pane->configuration = array();
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array( );
'css_id' => '', $pane->css = array(
'css_class' => 'publication', 'css_id' => '',
); 'css_class' => 'publication',
$pane->extras = array(); );
$pane->position = 9; $pane->extras = array();
$pane->locks = array(); $pane->position = 9;
$pane->uuid = '639eb2c7-bf5d-4920-b1bb-c33d8f72a650'; $pane->locks = array();
$display->content['new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'] = $pane; $pane->uuid = '639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
$display->panels['middle'][9] = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'; $display->content['new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'] = $pane;
$pane = new stdClass(); $display->panels['middle'][9] = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
$pane->pid = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'; $pane = new stdClass();
$pane->panel = 'middle'; $pane->pid = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
$pane->type = 'node'; $pane->panel = 'middle';
$pane->subtype = 'node'; $pane->type = 'node';
$pane->shown = TRUE; $pane->subtype = 'node';
$pane->access = array(); $pane->shown = TRUE;
$pane->configuration = array( $pane->access = array();
'nid' => '11175', $pane->configuration = array(
'links' => 0, 'nid' => '11175',
'leave_node_title' => 0, 'links' => 0,
'identifier' => '', 'leave_node_title' => 0,
'build_mode' => 'full', 'identifier' => '',
'link_node_title' => 0, 'build_mode' => 'full',
'override_title' => 1, 'link_node_title' => 0,
'override_title_text' => '<none>', 'override_title' => 1,
'override_title_heading' => 'h2', 'override_title_text' => '<none>',
); 'override_title_heading' => 'h2',
$pane->cache = array(); );
$pane->style = array( $pane->cache = array();
'settings' => NULL, $pane->style = array(
); 'settings' => NULL,
$pane->css = array( );
'css_id' => 'contact-pane', $pane->css = array(
'css_class' => '', 'css_id' => 'contact-pane',
); 'css_class' => '',
$pane->extras = array(); );
$pane->position = 10; $pane->extras = array();
$pane->locks = array(); $pane->position = 10;
$pane->uuid = 'ab2ebbf2-7338-4db9-8df4-8b825058f98d'; $pane->locks = array();
$display->content['new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'] = $pane; $pane->uuid = 'ab2ebbf2-7338-4db9-8df4-8b825058f98d';
$display->panels['middle'][10] = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'; $display->content['new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'] = $pane;
$display->panels['middle'][10] = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
$display->hide_title = PANELS_TITLE_NONE; $display->hide_title = PANELS_TITLE_NONE;
$display->title_pane = '0'; $display->title_pane = '0';
$handler->conf['display'] = $display; $handler->conf['display'] = $display;
$page->default_handlers[$handler->name] = $handler; $page->default_handlers[$handler->name] = $handler;
$pages[''] = $page; $pages['home_v2'] = $page;
return $pages; return $pages;
@@ -36,127 +36,129 @@ function materio_home_v2_default_panels_mini() {
$display->cache = array(); $display->cache = array();
$display->title = ''; $display->title = '';
$display->uuid = '4907c432-fcb2-4512-aa6a-5d96ec209978'; $display->uuid = '4907c432-fcb2-4512-aa6a-5d96ec209978';
$display->storage_type = 'panels_mini';
$display->storage_id = 'news_home_v2';
$display->content = array(); $display->content = array();
$display->panels = array(); $display->panels = array();
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281'; $pane->pid = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
$pane->panel = 'bottom'; $pane->panel = 'bottom';
$pane->type = 'block'; $pane->type = 'block';
$pane->subtype = 'simplenews-6274'; $pane->subtype = 'simplenews-6274';
$pane->shown = FALSE; $pane->shown = FALSE;
$pane->access = array(); $pane->access = array();
$pane->configuration = array( $pane->configuration = array(
'override_title' => 0, 'override_title' => 0,
'override_title_text' => '', 'override_title_text' => '',
'override_title_heading' => 'h2', 'override_title_heading' => 'h2',
); );
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array( $pane->css = array(
'css_id' => '', 'css_id' => '',
'css_class' => 'news-letter', 'css_class' => 'news-letter',
); );
$pane->extras = array(); $pane->extras = array();
$pane->position = 0; $pane->position = 0;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = '9cd76d41-bb30-42d9-9209-cdf495d97281'; $pane->uuid = '9cd76d41-bb30-42d9-9209-cdf495d97281';
$display->content['new-9cd76d41-bb30-42d9-9209-cdf495d97281'] = $pane; $display->content['new-9cd76d41-bb30-42d9-9209-cdf495d97281'] = $pane;
$display->panels['bottom'][0] = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281'; $display->panels['bottom'][0] = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751'; $pane->pid = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
$pane->panel = 'bottom'; $pane->panel = 'bottom';
$pane->type = 'block'; $pane->type = 'block';
$pane->subtype = 'simplenews-0'; $pane->subtype = 'simplenews-0';
$pane->shown = TRUE; $pane->shown = TRUE;
$pane->access = array(); $pane->access = array();
$pane->configuration = array( $pane->configuration = array(
'override_title' => 0, 'override_title' => 0,
'override_title_text' => '', 'override_title_text' => '',
'override_title_heading' => 'h2', 'override_title_heading' => 'h2',
); );
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array(); $pane->css = array();
$pane->extras = array(); $pane->extras = array();
$pane->position = 1; $pane->position = 1;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = 'dd7b8b21-bef6-4816-8f42-0165785fe751'; $pane->uuid = 'dd7b8b21-bef6-4816-8f42-0165785fe751';
$display->content['new-dd7b8b21-bef6-4816-8f42-0165785fe751'] = $pane; $display->content['new-dd7b8b21-bef6-4816-8f42-0165785fe751'] = $pane;
$display->panels['bottom'][1] = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751'; $display->panels['bottom'][1] = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-04d42fc5-b2de-441b-aaff-3becac366c74'; $pane->pid = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
$pane->panel = 'left'; $pane->panel = 'left';
$pane->type = 'views_panes'; $pane->type = 'views_panes';
$pane->subtype = 'news_home_v2-panel_pane_1'; $pane->subtype = 'news_home_v2-panel_pane_1';
$pane->shown = TRUE; $pane->shown = TRUE;
$pane->access = array(); $pane->access = array();
$pane->configuration = array( $pane->configuration = array(
'link_to_view' => 1, 'link_to_view' => 1,
'path' => 'actuality', 'path' => 'actuality',
); );
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array( $pane->css = array(
'css_id' => 'news-pane', 'css_id' => 'news-pane',
'css_class' => 'news', 'css_class' => 'news',
); );
$pane->extras = array(); $pane->extras = array();
$pane->position = 0; $pane->position = 0;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = '04d42fc5-b2de-441b-aaff-3becac366c74'; $pane->uuid = '04d42fc5-b2de-441b-aaff-3becac366c74';
$display->content['new-04d42fc5-b2de-441b-aaff-3becac366c74'] = $pane; $display->content['new-04d42fc5-b2de-441b-aaff-3becac366c74'] = $pane;
$display->panels['left'][0] = 'new-04d42fc5-b2de-441b-aaff-3becac366c74'; $display->panels['left'][0] = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'; $pane->pid = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
$pane->panel = 'middle'; $pane->panel = 'middle';
$pane->type = 'views_panes'; $pane->type = 'views_panes';
$pane->subtype = 'news_home_v2-panel_pane_2'; $pane->subtype = 'news_home_v2-panel_pane_2';
$pane->shown = TRUE; $pane->shown = TRUE;
$pane->access = array(); $pane->access = array();
$pane->configuration = array(); $pane->configuration = array();
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array( $pane->css = array(
'css_id' => '', 'css_id' => '',
'css_class' => 'daily', 'css_class' => 'daily',
); );
$pane->extras = array(); $pane->extras = array();
$pane->position = 0; $pane->position = 0;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = '04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'; $pane->uuid = '04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
$display->content['new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'] = $pane; $display->content['new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'] = $pane;
$display->panels['middle'][0] = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'; $display->panels['middle'][0] = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
$pane = new stdClass(); $pane = new stdClass();
$pane->pid = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'; $pane->pid = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
$pane->panel = 'right'; $pane->panel = 'right';
$pane->type = 'views_panes'; $pane->type = 'views_panes';
$pane->subtype = 'news_home_v2-panel_pane_3'; $pane->subtype = 'news_home_v2-panel_pane_3';
$pane->shown = TRUE; $pane->shown = TRUE;
$pane->access = array(); $pane->access = array();
$pane->configuration = array( $pane->configuration = array(
'override_title' => 0, 'override_title' => 0,
'override_title_text' => '', 'override_title_text' => '',
'override_title_heading' => 'h2', 'override_title_heading' => 'h2',
); );
$pane->cache = array(); $pane->cache = array();
$pane->style = array( $pane->style = array(
'settings' => NULL, 'settings' => NULL,
); );
$pane->css = array(); $pane->css = array();
$pane->extras = array(); $pane->extras = array();
$pane->position = 0; $pane->position = 0;
$pane->locks = array(); $pane->locks = array();
$pane->uuid = '5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'; $pane->uuid = '5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
$display->content['new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'] = $pane; $display->content['new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'] = $pane;
$display->panels['right'][0] = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'; $display->panels['right'][0] = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
$display->hide_title = PANELS_TITLE_NONE; $display->hide_title = PANELS_TITLE_NONE;
$display->title_pane = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281'; $display->title_pane = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
$mini->display = $display; $mini->display = $display;
@@ -1327,7 +1327,7 @@ function materio_user_profiles_field_default_field_instances() {
'rows' => 10, 'rows' => 10,
), ),
'type' => 'text_textarea', 'type' => 'text_textarea',
'weight' => 8, 'weight' => 7,
), ),
); );
@@ -144,3 +144,7 @@ div.messages.status{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;
#better-messages-wrapper #better-messages-default div.messages.error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;} #better-messages-wrapper #better-messages-default div.messages.error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}
#better-messages-wrapper #better-messages-default div.messages.status{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;} #better-messages-wrapper #better-messages-default div.messages.status{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}
#better-messages-wrapper #better-messages-default .footer{border:none;padding:0;margin:0;}#better-messages-wrapper #better-messages-default .footer a.message-close{background:#ffffff url('../images/close.png') no-repeat center center;width:15px;height:15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;display:block;} #better-messages-wrapper #better-messages-default .footer{border:none;padding:0;margin:0;}#better-messages-wrapper #better-messages-default .footer a.message-close{background:#ffffff url('../images/close.png') no-repeat center center;width:15px;height:15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;display:block;}
body.page-admin #page img{
max-width: 99999px;
height: auto;
}
+54 -48
View File
@@ -116,8 +116,8 @@ span.autocomplete-deluxe-button{top:0.25em;}
.fieldset-title, .fieldset-title,
.collapsible .fieldset-legend a{ .collapsible .fieldset-legend a{
display:inline-block; width:auto; display:inline-block; width:auto;
.rounded(); .rounded();
font-size:12px; font-size:12px;
font-weight:normal; font-weight:normal;
text-transform: uppercase; text-transform: uppercase;
margin:0px; margin:0px;
@@ -152,18 +152,18 @@ li{list-style: none inside url();}
.fieldset-title, .fieldset-title,
.vertical-tab-button strong, .horizontal-tab-button strong{text-transform: uppercase; font-size:0.8em; font-weight:bold;} .vertical-tab-button strong, .horizontal-tab-button strong{text-transform: uppercase; font-size:0.8em; font-weight:bold;}
div.form-type-checkboxes{ div.form-type-checkboxes{
&>label, &>div.form-checkboxes{.inlineblock();} &>label, &>div.form-checkboxes{.inlineblock();}
} }
.form-item-language, .form-type-select{ .form-item-language, .form-type-select{
&>label, &>select{.inlineblock();} &>label, &>select{.inlineblock();}
&>label{width:35%;} &>label{width:35%;}
&>select{max-width:60%;} &>select{max-width:60%;}
} }
.form-type-textfield{ .form-type-textfield{
&>label, &>input.form-text{.inlineblock(); margin:0; vertical-align:middle;} &>label, &>input.form-text{.inlineblock(); margin:0; vertical-align:middle;}
&>label{width:35%;} &>label{width:35%;}
@@ -180,25 +180,25 @@ li{list-style: none inside url();}
.form-item{.inlineblock();} .form-item{.inlineblock();}
input.form-text{width:100%;} input.form-text{width:100%;}
} }
.autocomplete-deluxe-button{ .autocomplete-deluxe-button{
margin-top:-3px; margin-top:-3px;
} }
.addressfield-container-inline{ .addressfield-container-inline{
&>div.form-item{.inlineblock(); margin:0; width:30%;} &>div.form-item{.inlineblock(); margin:0; width:30%;}
} }
fieldset.filter-wrapper{display:none;} fieldset.filter-wrapper{display:none;}
input.fid.form-text{display:none;} input.fid.form-text{display:none;}
.form-region-right{ .form-region-right{
position:relative; position:relative;
fieldset.form-wrapper{max-width:100%; padding:0; margin:0;} fieldset.form-wrapper{max-width:100%; padding:0; margin:0;}
.fieldset-wrapper{padding:0;} .fieldset-wrapper{padding:0;}
input.form-text{width:100%;} input.form-text{width:100%;}
} }
tr.draggable{ tr.draggable{
fieldset{ fieldset{
legend{display:none;} legend{display:none;}
@@ -208,8 +208,8 @@ li{list-style: none inside url();}
} }
} }
} }
.field-widget-term-reference-tree .form-item.form-type-checkbox-tree{ .field-widget-term-reference-tree .form-item.form-type-checkbox-tree{
display: block; display: block;
.term-reference-tree{ .term-reference-tree{
@@ -218,7 +218,7 @@ li{list-style: none inside url();}
} }
} }
} }
/** VERTICAL TABS */ /** VERTICAL TABS */
@@ -260,8 +260,8 @@ li{list-style: none inside url();}
} }
.vertical-tabs-list .summary { font-size:11px; } .vertical-tabs-list .summary { font-size:11px; }
.page-admin table, .page-admin table,
.update tr.warning .version-recommended, .update tr.warning .version-recommended,
.update tr.error .version-recommended{ .update tr.error .version-recommended{
background-color: transparent; background-color: transparent;
border:0px solid transparent; border:0px solid transparent;
@@ -272,8 +272,8 @@ li{list-style: none inside url();}
} }
.page-admin table tr{ .page-admin table tr{
&.even, &.odd{ &.even, &.odd{
td, h3 {background-color: transparent;} td, h3 {background-color: transparent;}
&:hover{ background: #D4EFEE;} &:hover{ background: #D4EFEE;}
&.ok{ &.ok{
background-color: #d1f2a3; background-color: #d1f2a3;
@@ -296,7 +296,7 @@ li{list-style: none inside url();}
color: #468847;//#036; color: #468847;//#036;
background-color: #dff0d8;//#bdf; background-color: #dff0d8;//#bdf;
// td{ // td{
// border-bottom:3px solid #d6e9c6;//#ace; // border-bottom:3px solid #d6e9c6;//#ace;
// } // }
} }
&.warning, &.warning:hover{ &.warning, &.warning:hover{
@@ -313,7 +313,7 @@ li{list-style: none inside url();}
// border-bottom: 3px solid #eed3d7; // border-bottom: 3px solid #eed3d7;
// } // }
} }
// td{ border:0 solid #fff;} // td{ border:0 solid #fff;}
} }
@@ -343,7 +343,7 @@ input.form-submit,
color:#333; color:#333;
text-align:center; text-align:center;
font-size:12px; font-size:12px;
font-weight:normal; font-weight:normal;
border-width:1px; border-width:1px;
@@ -351,13 +351,13 @@ input.form-submit,
border-color:#ddd #ddd #ccc; border-color:#ddd #ddd #ccc;
background:#bdf url(); background:#bdf url();
.rounded(); .rounded();
&.field-add-more-submit{ &.field-add-more-submit{
padding:0.1em 0.4em 0; padding:0.1em 0.4em 0;
font-size:10px; font-size:10px;
} }
} }
.node-edit, .button, .node-delete{font-size:10px;padding:0.1em 0.6em;} .node-edit, .button, .node-delete{font-size:10px;padding:0.1em 0.6em;}
@@ -367,7 +367,7 @@ input.form-submit:hover,
.node-edit:hover, .button:hover, .node-delete:hover{ .node-edit:hover, .button:hover, .node-delete:hover{
border-color:#ddd #ddd #ccc; border-color:#ddd #ddd #ccc;
-webkit-box-shadow:#ace 0px 0px 0px; -webkit-box-shadow:#ace 0px 0px 0px;
color:#bdf; color:#bdf;
background-color: #848484; background-color: #848484;
} }
@@ -384,7 +384,7 @@ input.button-no, .node-delete{
&:hover{ &:hover{
color:#EA4B4A; color:#EA4B4A;
} }
} }
/** admin module */ /** admin module */
@@ -416,16 +416,16 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
background-color: #D8D8D8; background-color: #D8D8D8;
} }
.defaulted, .views-ui-display-tab-bucket .views-display-setting.even, .views-ui-display-tab-bucket .views-display-setting.odd{ //:not(.overriden) .defaulted, .views-ui-display-tab-bucket .views-display-setting.even, .views-ui-display-tab-bucket .views-display-setting.odd{ //:not(.overriden)
color: #666; color: #666;
background-color: #E0E0E0; background-color: #E0E0E0;
font-style: italic; font-style: italic;
/* font-weight:bold;*/ /* font-weight:bold;*/
a{color: #3F80B3} a{color: #3F80B3}
} }
.views-ui-display-tab-bucket.overridden .views-display-setting, .views-ui-display-tab-bucket.overridden .views-display-setting, .views-ui-display-tab-bucket.overridden .views-display-setting, .views-ui-display-tab-bucket.overridden .views-display-setting,
.views-display-setting.overridden{ //:not(.overriden) .views-display-setting.overridden{ //:not(.overriden)
&, &.even, &.odd{ &, &.even, &.odd{
color: #7F7F7F; color: #7F7F7F;
background-color: #F9F9F9; background-color: #F9F9F9;
@@ -433,7 +433,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
/* font-weight:bold;*/ /* font-weight:bold;*/
a{color: #3188D1;} a{color: #3188D1;}
} }
} }
} }
.view{ .view{
.view-header{ .view-header{
@@ -447,18 +447,18 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
.inlineblock(); padding:0; .inlineblock(); padding:0;
li{ li{
height:20px; height:20px;
a, span{padding:1px 10px 2px;} a, span{padding:1px 10px 2px;}
} }
} }
} }
// EXPOSED // EXPOSED
.view-filters{ .view-filters{
padding:1em 0; margin:0 0 1em 0; padding:1em 0; margin:0 0 1em 0;
border: 1px solid #CCC; .border-radius(5px,5px,5px,5px); border: 1px solid #CCC; .border-radius(5px,5px,5px,5px);
&>span.title, &>form{.inlineblock();width:auto;position:relative;vertical-align: top;} &>span.title, &>form{.inlineblock();width:auto;position:relative;vertical-align: top;}
&>span.title{padding:0.7em 1em;} &>span.title{padding:0.7em 1em;}
fieldset{ fieldset{
.inlineblock(); padding:0 1em; .inlineblock(); padding:0 1em;
@@ -477,14 +477,14 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
fieldset#edit-select{ fieldset#edit-select{
padding:1em 0; margin:0 0 1em 0; padding:1em 0; margin:0 0 1em 0;
border: 1px solid #CCC; .border-radius(5px,5px,5px,5px); border: 1px solid #CCC; .border-radius(5px,5px,5px,5px);
legend, .fieldset-content{.inlineblock();} legend, .fieldset-content{.inlineblock();}
legend{ legend{
width:auto; width:auto;
*{background-color: transparent;} *{background-color: transparent;}
} }
.fieldset-content{ .fieldset-content{
padding:0; padding:0;
select, input{font-size:0.8em;} select, input{font-size:0.8em;}
@@ -495,7 +495,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
.form-item{.inlineblock();vertical-align:top;} .form-item{.inlineblock();vertical-align:top;}
em{padding:0 1em;} em{padding:0 1em;}
} }
} }
/** media browser */ /** media browser */
@@ -509,15 +509,15 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
float:left; float:left;
&>div{margin:0 10px 10px 0;} &>div{margin:0 10px 10px 0;}
} }
} }
} }
*:focus{ *:focus{
border: 1px solid #BDF!important; border: 1px solid #BDF!important;
} }
/* Contain floats: h5bp.com/q */ /* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; } .clearfix:after { clear: both; }
.clearfix { zoom: 1; } .clearfix { zoom: 1; }
@@ -531,7 +531,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
table{ table{
caption{ text-align: left; padding:2em 0 0 0; font-weight:bold;} caption{ text-align: left; padding:2em 0 0 0; font-weight:bold;}
th{line-height:1; background-color: @greylite!important;} th{line-height:1; background-color: @greylite!important;}
td{padding-top:1em;padding-bottom:1em;} td{padding-top:1em;padding-bottom:1em;}
@@ -545,7 +545,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
background: @grey!important; background: @grey!important;
} }
} }
td.views-field-title{ width:350px; } td.views-field-title{ width:350px; }
a.node-title-link{font-size:1.1em; padding:0 0 0.3em; display:inline-block;} a.node-title-link{font-size:1.1em; padding:0 0 0.3em; display:inline-block;}
td.views-field-field-people{width:100px;} td.views-field-field-people{width:100px;}
@@ -555,7 +555,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
#modalContent{ #modalContent{
} }
#modalContent div.ctools-modal-content{ #modalContent div.ctools-modal-content{
@@ -563,9 +563,9 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
-moz-border-radius: 10px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
border: 1 solid #999; border: 1 solid #999;
} }
#modalContent div.ctools-modal-content .modal-header, #modalContent div.ctools-modal-content .modal-header,
#modalContent div.ctools-modal-content .modal-header a, #modalContent div.ctools-modal-content .modal-header a,
@@ -598,7 +598,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
border-color: #eed3d7;//#d52; border-color: #eed3d7;//#d52;
} }
&.status { &.status {
color: #468847;//#036; color: #468847;//#036;
background-color: #dff0d8;//#bdf; background-color: #dff0d8;//#bdf;
@@ -618,7 +618,7 @@ div.messages {
.messages-label{display:none;} .messages-label{display:none;}
div.messages{ div.messages{
.messages(); margin:0 0 10px 0; .messages(); margin:0 0 10px 0;
} }
.footer{ .footer{
border:none; padding:0; margin:0; border:none; padding:0; margin:0;
@@ -630,3 +630,9 @@ div.messages {
} }
} }
} }
body.page-admin #page img{
max-width: 99999px;
height: auto;
}
@@ -2888,7 +2888,12 @@ body.node-type-publication #footer {
display: none; } } display: none; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) { @media only screen and (min-width: 40.063em) and (max-width: 64em) {
#header .logo span.slogan { #header .logo span.slogan {
display: none; } } display: block;
margin-left: 0.1em; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#header .logo span.slogan {
display: block;
margin-left: 0.1em; } }
.ie8 #header .logo span.slogan { .ie8 #header .logo span.slogan {
position: absolute; position: absolute;
margin-top: 22px; } margin-top: 22px; }
@@ -3107,6 +3112,12 @@ body.node-type-publication #footer {
padding: 0; } padding: 0; }
#header #header-blocks #headerblock-right .block:first-child { #header #header-blocks #headerblock-right .block:first-child {
padding: 0; } padding: 0; }
@media only screen and (max-width: 40em) {
#header #header-blocks #headerblock-left {
display: none; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#header #header-blocks #headerblock-left {
display: none; } }
#header #header-blocks #block-locale-language ul, #header #header-blocks #block-locale-language li { #header #header-blocks #block-locale-language ul, #header #header-blocks #block-locale-language li {
margin: 0; margin: 0;
padding: 0; padding: 0;
@@ -3628,8 +3639,8 @@ body.home-v2 #main {
#content-top #block-materio-flag-materio-flag-mybookmarks h2, #content-top #block-materio-flag-materio-flag-mylists h2 { #content-top #block-materio-flag-materio-flag-mybookmarks h2, #content-top #block-materio-flag-materio-flag-mylists h2 {
font-size: 12px; font-size: 12px;
font-weight: 700; font-weight: 700;
margin: 0 0 0.5em 0;
line-height: 1.2; line-height: 1.2;
margin: 0;
color: #000; } color: #000; }
#content-top #block-materio-flag-materio-flag-mybookmarks h2 a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks h2 i.fi-x, #content-top #block-materio-flag-materio-flag-mylists h2 a.open-list, #content-top #block-materio-flag-materio-flag-mylists h2 i.fi-x { #content-top #block-materio-flag-materio-flag-mybookmarks h2 a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks h2 i.fi-x, #content-top #block-materio-flag-materio-flag-mylists h2 a.open-list, #content-top #block-materio-flag-materio-flag-mylists h2 i.fi-x {
display: moz-inline-stack; display: moz-inline-stack;
@@ -3673,9 +3684,6 @@ body.home-v2 #main {
zoom: 1; zoom: 1;
*display: inline; *display: inline;
vertical-align: middle; } vertical-align: middle; }
@media only screen and (max-width: 40em) {
#tool-bar .inner-content {
padding: 0; } }
.oldie #tool-bar { .oldie #tool-bar {
background-color: #B1ADAD; background-color: #B1ADAD;
padding: 0 10px; } padding: 0 10px; }
@@ -3718,7 +3726,7 @@ body.home-v2 #main {
.csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list { .csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
opacity: 1; opacity: 1;
transition: opacity 0.3s ease-out; } transition: opacity 0.3s ease-out; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) { @media only screen and (max-width: 40em) {
#tool-bar #block-materio-page-title-materio-page-title { #tool-bar #block-materio-page-title-materio-page-title {
display: block; } } display: block; } }
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link { #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
@@ -6478,13 +6486,14 @@ body.node-type-simplenews #content article.node.node-simplenews {
body.node-type-simplenews #content article.node.node-simplenews { body.node-type-simplenews #content article.node.node-simplenews {
max-width: 100%; max-width: 100%;
overflow-x: hidden; } overflow-x: hidden; }
body.node-type-simplenews #content article.node.node-simplenews table, body.node-type-simplenews #content article.node.node-simplenews tbody, body.node-type-simplenews #content article.node.node-simplenews tr, body.node-type-simplenews #content article.node.node-simplenews td { body.node-type-simplenews #content article.node.node-simplenews table {
display: block; width: 100% !important; }
max-width: 100%; } body.node-type-simplenews #content article.node.node-simplenews td {
vertical-align: top; }
body.node-type-simplenews #content article.node.node-simplenews img { body.node-type-simplenews #content article.node.node-simplenews img {
max-width: 100%; } max-width: 100%; }
body.node-type-simplenews #content article.node.node-simplenews p { body.node-type-simplenews #content article.node.node-simplenews p {
padding-right: 1em; } } padding: 0 0.5em; } }
/* /*
_____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
@@ -420,12 +420,13 @@
* layout * layout
*/ */
function initLayout(){ function initLayout(){
if(!_max_768()){ trace("initLayout");
// if(!_max_768()){
var height = $('#header').h() + $('#tasks').h(); var height = $('#header').h() + $('#tasks').h();
if(!_max_480() && !_touch ){ // if(!_max_480() && !_touch ){
height += $('#utilities').h()+15; height += $('#utilities').h();//+15;
} // }
//$('#main').css('margin-top', height+15); //$('#main').css('margin-top', height+15);
// $('#container').css('padding-top', height+15); // $('#container').css('padding-top', height+15);
@@ -433,7 +434,7 @@
if(!$('html').is(".ie8")){ if(!$('html').is(".ie8")){
$('#container').animate({'padding-top':height}, 300); $('#container').animate({'padding-top':height}, 300);
} }
} // }
}; };
/** /**
File diff suppressed because one or more lines are too long
@@ -223,7 +223,8 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
margin-left:-0.5em; margin-left:-0.5em;
@include fs900; @include fs900;
@media #{$small-only} {display:none;} @media #{$small-only} {display:none;}
@media #{$medium-only} {display:none;} @media #{$medium-only} { display:block; margin-left:0.1em; }
@media #{$large-only} { display:block; margin-left:0.1em; }
.ie8 &{position: absolute; margin-top:22px;} .ie8 &{position: absolute; margin-top:22px;}
} }
} }
@@ -410,6 +411,11 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
} }
} }
#headerblock-left{
@media #{$small-only}{display:none;}
@media #{$medium-only}{display:none;}
}
#block-locale-language{ #block-locale-language{
// margin-left:1em; // margin-left:1em;
// border-left: 1px solid #707070; // border-left: 1px solid #707070;
@@ -886,7 +892,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
.ie8 &{margin-top:40px;} .ie8 &{margin-top:40px;}
h2{ h2{
@include fs12; @include fs700; margin: 0 0 0.5em 0; line-height:1.2; color:#000; @include fs12; @include fs700; line-height:1.2; margin:0; color:#000;
a.open-list, i.fi-x{ a.open-list, i.fi-x{
@include inlineblock(); cursor:pointer; color:#000; margin-left:0.5em; @include inlineblock(); cursor:pointer; color:#000; margin-left:0.5em;
opacity:0; @include transition-simply-prefix(opacity 0.1s ease-out); opacity:0; @include transition-simply-prefix(opacity 0.1s ease-out);
@@ -947,7 +953,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
// margin: 5px; // margin: 5px;
} }
@media #{$small-only}{ @media #{$small-only}{
padding:0; // padding:0;
// h1{line-height:0.5;} // h1{line-height:0.5;}
} }
} }
@@ -983,7 +989,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
a.edit-list{ @include op-visible; } a.edit-list{ @include op-visible; }
} }
@media #{$medium-only}{ display:block;} @media #{$small-only}{ display:block;}
} }
#block-materio-search-api-materio-search-api-viewmode{ #block-materio-search-api-materio-search-api-viewmode{
@@ -2212,13 +2218,19 @@ body.node-type-simplenews{
max-width: 100%; max-width: 100%;
overflow-x: hidden; overflow-x: hidden;
// .field-name-body{position: relative;} // .field-name-body{position: relative;}
table, tbody, tr,td{ // table, tbody, tr,td{
display: block; // display: block;
max-width: 100%; // max-width: 100%;
// }
table{
width:100%!important;
}
td{
vertical-align: top
} }
img{max-width: 100%;} img{max-width: 100%;}
p{ p{
padding-right: 1em; padding: 0 0.5em;
} }
} }
} }