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
f49a9ded
Commit
f49a9ded
authored
Jan 05, 2021
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add webform job-aply
parent
9ad0059f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
1 deletions
+53
-1
views-view-unformatted--global--block.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--global--block.html.twig
+0
-1
webform--job-apply.html.twig
themes/custom/envigo/templates/webform/webform--job-apply.html.twig
+53
-0
No files found.
themes/custom/envigo/templates/views/views-view-unformatted--global--block.html.twig
View file @
f49a9ded
...
...
@@ -37,7 +37,6 @@
</a>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ field_global_url }}'
]
}}
</div>
...
...
themes/custom/envigo/templates/webform/webform--job-apply.html.twig
0 → 100644
View file @
f49a9ded
{#
/**
* @file
* Theme implementation for a 'webform' element.
*
* This is an copy of the webform.html.twig theme_wrapper which includes the
* 'title_prefix' and 'title_suffix' variables needed for
* contextual links to appear.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the webform.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* @see template_preprocess_webform()
* @see _webform_form_after_build()
*
* @ingroup themeable
*/
#}
<!--job apply overlay start-->
<div
class=
"modal jo-form"
tabindex=
"-1"
role=
"dialog"
id=
"job-apply"
>
<div
class=
"modal-dialog modal-lg"
role=
"document"
>
<div
class=
"modal-content"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
>
Apply Now
</h5>
</div>
<div
class=
"modal-body"
>
<!--form start-->
<div
class=
"f-w"
>
<form
{{
attributes
}}
>
{{
title_prefix
}}
{{
children
}}
{{
title_suffix
}}
</form>
</div>
<!--form end-->
</div>
</div>
</div>
</div>
<!--job apply overlay end-->
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