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_ct_event
Commits
b9a12051
Commit
b9a12051
authored
Apr 30, 2019
by
Eric Bremner
Browse files
RT#845900: renaming apply button to search and adding reset button on calendar view
parent
48f27789
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
uw_ct_event.views_default.inc
uw_ct_event.views_default.inc
+4
-1
No files found.
uw_ct_event.views_default.inc
View file @
b9a12051
<?php
/**
* @file
* uw_ct_event.views_default.inc
...
...
@@ -3064,6 +3065,8 @@ echo uw_ct_web_page_filter_summary($data->field_body);
$handler
->
display
->
display_options
[
'query'
][
'type'
]
=
'views_query'
;
$handler
->
display
->
display_options
[
'query'
][
'options'
][
'query_comment'
]
=
FALSE
;
$handler
->
display
->
display_options
[
'exposed_form'
][
'type'
]
=
'basic'
;
$handler
->
display
->
display_options
[
'exposed_form'
][
'options'
][
'submit_button'
]
=
'Search'
;
$handler
->
display
->
display_options
[
'exposed_form'
][
'options'
][
'reset_button'
]
=
TRUE
;
$handler
->
display
->
display_options
[
'pager'
][
'type'
]
=
'date_views_pager'
;
$handler
->
display
->
display_options
[
'pager'
][
'options'
][
'date_id'
]
=
'month'
;
$handler
->
display
->
display_options
[
'style_plugin'
]
=
'calendar_style'
;
...
...
@@ -3837,7 +3840,7 @@ echo uw_ct_web_page_filter_summary($data->field_body);
t
(
'Master'
),
t
(
'Events'
),
t
(
'more'
),
t
(
'
Apply
'
),
t
(
'
Search
'
),
t
(
'Reset'
),
t
(
'Sort by'
),
t
(
'Asc'
),
...
...
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