Skip to content
Snippets Groups Projects
Commit 9a9b20dd authored by Brian Canini's avatar Brian Canini
Browse files

asc_bootstrap - addition of research gall to .theme hook, style updates,...

asc_bootstrap - addition of research gall to .theme hook, style updates, adding additional users to research temp
parent 3a139676
No related merge requests found
...@@ -70,7 +70,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $ ...@@ -70,7 +70,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
/* /*
* events and news filters * events and news filters
*/ */
if (($form['#id'] == 'views-exposed-form-events-page-1')||($form['#id'] == 'views-exposed-form-news-page-1')||($form['#id'] == 'views-exposed-form-research-project-directory-page-1')) { if (($form['#id'] == 'views-exposed-form-events-page-1')||($form['#id'] == 'views-exposed-form-news-page-1')||($form['#id'] == 'views-exposed-form-research-project-directory-page-1')||($form['#id'] == 'views-exposed-form-research-project-gallery-page-1')) {
/* /*
* add new HTML content to filters (headers and spacer) * add new HTML content to filters (headers and spacer)
* and setting weights for where they should appear in the form hierarchy * and setting weights for where they should appear in the form hierarchy
......
...@@ -218,3 +218,13 @@ ...@@ -218,3 +218,13 @@
} }
} }
// --------------------------------------------------
//## Research Gallery filters.
.view-research-project-gallery {
.control-label {
display: none;
}
}
...@@ -10508,6 +10508,11 @@ article .field--name-body { ...@@ -10508,6 +10508,11 @@ article .field--name-body {
border-radius: 0; border-radius: 0;
} }
/* line 227, ../assets/sass/components/_filters.scss */
.view-research-project-gallery .control-label {
display: none;
}
/* line 5, ../assets/sass/components/_menu.scss */ /* line 5, ../assets/sass/components/_menu.scss */
#main-nav { #main-nav {
background-color: #373535; background-color: #373535;
......
...@@ -112,6 +112,7 @@ ...@@ -112,6 +112,7 @@
<div class="research-users"> <div class="research-users">
<h2>Investigators:</h2> <h2>Investigators:</h2>
{{content.field_research_user}} {{content.field_research_user}}
{{content.field_research_additional}}
</div> </div>
{{ content.field_research_body }} {{ content.field_research_body }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment