Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
2d69721b
Commit
2d69721b
authored
Jan 13, 2021
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
search added class See merge request manzarH/dic-global-dev!330
parents
f02eb7ce
8f152f9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
13 deletions
+6
-13
envigo.theme
themes/custom/envigo/envigo.theme
+5
-0
html.html.twig
themes/custom/envigo/templates/layout/html.html.twig
+1
-13
No files found.
themes/custom/envigo/envigo.theme
View file @
2d69721b
...
@@ -27,5 +27,10 @@ function envigo_theme_suggestions_page_alter(array &$suggestions, array $variabl
...
@@ -27,5 +27,10 @@ function envigo_theme_suggestions_page_alter(array &$suggestions, array $variabl
}
}
}
}
function envigo_form_search_block_form_alter(&$form, &$form_state) {
$form['actions']['submit']['#value'] = html_entity_decode('');
$form['actions']['submit']['#attributes']['class'][] = 'search-button';
}
themes/custom/envigo/templates/layout/html.html.twig
View file @
2d69721b
...
@@ -46,19 +46,7 @@
...
@@ -46,19 +46,7 @@
Keyboard navigation/accessibility link to main content section in
Keyboard navigation/accessibility link to main content section in
page.html.twig.
page.html.twig.
#}
#}
<!-- search container box start -->
<div
class=
"h_site_search"
>
<div
class=
"h_site_search_overlay"
></div>
<div
class=
"hh_site_search_box"
>
<div
class=
"h_mod_input"
>
<form
name=
""
action=
""
method=
"POST"
>
<input
type=
"text"
name=
"kw"
value=
""
class=
"iSearchAssist"
autocomplete=
"off"
>
<button
type=
"submit"
><i
class=
"fa fa-search"
aria-hidden=
"true"
></i></button>
</form>
</div>
</div>
</div>
<!-- search container box end -->
<!-- change region container start -->
<!-- change region container start -->
...
...
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