Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_fdsu_theme_resp
Commits
823d3e8f
Commit
823d3e8f
authored
Nov 22, 2021
by
Eric Bremner
Browse files
ISTWCMS-5128: updating catalog views and views view to use new form view search component
parent
e19863b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
templates/views/views-view--uw_view_catalog_show_nodes.html.twig
...es/views/views-view--uw_view_catalog_show_nodes.html.twig
+3
-3
templates/views/views-view--uw_view_catalog_show_terms.html.twig
...es/views/views-view--uw_view_catalog_show_terms.html.twig
+3
-3
templates/views/views-view.html.twig
templates/views/views-view.html.twig
+3
-3
No files found.
templates/views/views-view--uw_view_catalog_show_nodes.html.twig
View file @
823d3e8f
...
...
@@ -7,9 +7,9 @@
'tabs_modifier_class'
:
'catalog'
}
%}
{%
if
catalog
_search
%}
{%
include
'@components/
catalog-search/catalog
-search.twig'
with
{
'
catalog
_search'
:
catalog
_search
{%
if
form
_search
%}
{%
include
'@components/
form-view-search/form-view
-search.twig'
with
{
'
form
_search'
:
form
_search
}
%}
{%
endif
%}
...
...
templates/views/views-view--uw_view_catalog_show_terms.html.twig
View file @
823d3e8f
...
...
@@ -2,9 +2,9 @@
'content_list'
:
content_list
,
}
%}
{%
if
catalog
_search
%}
{%
include
'@components/
catalog-search/catalog
-search.twig'
with
{
'
catalog
_search'
:
catalog
_search
{%
if
form
_search
%}
{%
include
'@components/
form-view-search/form-view
-search.twig'
with
{
'
form
_search'
:
form
_search
}
%}
{%
endif
%}
...
...
templates/views/views-view.html.twig
View file @
823d3e8f
...
...
@@ -40,9 +40,9 @@
]
%}
{%
if
catalog
_search
%}
{%
include
'@components/
catalog-search/catalog
-search.twig'
with
{
'
catalog
_search'
:
catalog
_search
{%
if
form
_search
%}
{%
include
'@components/
form-view-search/form-view
-search.twig'
with
{
'
form
_search'
:
form
_search
}
%}
{%
endif
%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment